diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-11-05 08:22:46 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-11-05 08:22:46 +0000 |
commit | 0656714e3451be27a9b5b7c5ebe14837d5182a38 (patch) | |
tree | 4a3a43d35aab964317d7121f768694b3f3379877 /dev-php | |
parent | longer removal period (diff) | |
download | gentoo-2-0656714e3451be27a9b5b7c5ebe14837d5182a38.tar.gz gentoo-2-0656714e3451be27a9b5b7c5ebe14837d5182a38.tar.bz2 gentoo-2-0656714e3451be27a9b5b7c5ebe14837d5182a38.zip |
Version bump (Bug 343465)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.1.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/ChangeLog b/dev-php/PEAR-Crypt_GPG/ChangeLog index d017bf5a9718..0e432c63be70 100644 --- a/dev-php/PEAR-Crypt_GPG/ChangeLog +++ b/dev-php/PEAR-Crypt_GPG/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Crypt_GPG # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_GPG/ChangeLog,v 1.1 2010/01/05 21:20:59 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_GPG/ChangeLog,v 1.2 2010/11/05 08:22:46 olemarkus Exp $ + +*PEAR-Crypt_GPG-1.1.1 (05 Nov 2010) + + 05 Nov 2010; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Crypt_GPG-1.1.1.ebuild: + Version bump (Bug 343465) *PEAR-Crypt_GPG-1.0.0 (05 Jan 2010) diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.1.1.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.1.1.ebuild new file mode 100644 index 000000000000..668b6bfa69a6 --- /dev/null +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.1.1.ebuild,v 1.1 2010/11/05 08:22:46 olemarkus Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Generating CHAP packets" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=dev-lang/php-5.2.1" +RDEPEND="${DEPEND} + app-crypt/gnupg" |