diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-10-02 11:36:59 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-10-02 11:36:59 +0000 |
commit | b79a738ce443cbee5223eeb051ecd962a08d880f (patch) | |
tree | 50549258d1cf833129a5a2cdd7b92845c0353270 /dev-php/PEAR-Crypt_GPG | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-b79a738ce443cbee5223eeb051ecd962a08d880f.tar.gz gentoo-2-b79a738ce443cbee5223eeb051ecd962a08d880f.tar.bz2 gentoo-2-b79a738ce443cbee5223eeb051ecd962a08d880f.zip |
Version bump (bug 384993)
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/ChangeLog b/dev-php/PEAR-Crypt_GPG/ChangeLog index 0e432c63be70..ab5b83c6c8b1 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.2 2010/11/05 08:22:46 olemarkus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_GPG/ChangeLog,v 1.3 2011/10/02 11:36:59 olemarkus Exp $ + +*PEAR-Crypt_GPG-1.3.2 (02 Oct 2011) + + 02 Oct 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Crypt_GPG-1.3.2.ebuild: + Version bump *PEAR-Crypt_GPG-1.1.1 (05 Nov 2010) diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild new file mode 100644 index 000000000000..77e22d40b4fe --- /dev/null +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.3.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.3.2.ebuild,v 1.1 2011/10/02 11:36:59 olemarkus Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="GNU Privacy Guard (GnuPG)" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=dev-lang/php-5.2.1" +RDEPEND="${DEPEND} + app-crypt/gnupg" |