summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-02-09 09:17:59 -0500
committerBrian Evans <grknight@gentoo.org>2016-02-09 09:17:59 -0500
commitcd2dda9521039beec529260335f35cd9bb27c75b (patch)
tree65530bdf345cc943646b9ccb701749cfd64e4d14 /dev-php/PEAR-Crypt_GPG
parentapp-admin/rex: Bump (diff)
downloadgentoo-cd2dda9521039beec529260335f35cd9bb27c75b.tar.gz
gentoo-cd2dda9521039beec529260335f35cd9bb27c75b.tar.bz2
gentoo-cd2dda9521039beec529260335f35cd9bb27c75b.zip
dev-php/PEAR-Crypt_GPG: Version bump; drop keywords due to new dependency
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG')
-rw-r--r--dev-php/PEAR-Crypt_GPG/Manifest1
-rw-r--r--dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index 7dd735077764..e5d63b35c02c 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1 +1,2 @@
DIST Crypt_GPG-1.3.2.tgz 339001 SHA256 67f77bfb9b21dd428587f5bd336e4b9b2e200a1b62160e7ae0d0dfffd1357899 SHA512 c045942798f2974d1d200413864708b4476b53d1999b721f1b51fd6cfafb23c05479a391ebc7ebe513f5a88641d63d991e7ba59b7edcbd8397efde365528f999 WHIRLPOOL 27124bb96e28d7206f56e0d0fcbee603b3f1516a4d61a98e4a72139cae7e76b357f025bde04baec83530ff4ad6ec2a7d35d92a114ad9269ff198c06c94d63aef
+DIST Crypt_GPG-1.4.0.tgz 348446 SHA256 5a1d45655c74eb187695cc1a1810256fbbc640fc728481086d64a365dcb1635e SHA512 a27f24f66271484fe9d837c48c4fd68e53d24ed1d1c6baa55b1942ed5a82e4c8d5e25bed86b112cd5f9927b70ad40caead3fd3e1ddb87e4e2d983dd73302d498 WHIRLPOOL c0f2f076700619b1b680efb3032e9471172880afd237a68b4a87a1211e6c11648564e3da75530cf56a86e827691ee467eac695419b3697180355621c34e0edd7
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0.ebuild
new file mode 100644
index 000000000000..b15e6100513d
--- /dev/null
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit php-pear-r1
+
+DESCRIPTION="GNU Privacy Guard (GnuPG)"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=">=dev-lang/php-5.2.1:*[posix,unicode]"
+RDEPEND="${DEPEND}
+ app-crypt/gnupg
+ dev-php/PEAR-Console_CommandLine"