summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-07-15 14:44:46 -0400
committerBrian Evans <grknight@gentoo.org>2016-07-15 14:47:02 -0400
commit781a3f1cd27ade1fb5314be51dc625a9dc4f941f (patch)
tree05148bc5ac900a1a29b61b2d094673966b7ccb70 /dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
parentprofiles: Add gentoo-sources-4.1.28-r1 to affected kernels by OOM bug. (diff)
downloadgentoo-781a3f1cd27ade1fb5314be51dc625a9dc4f941f.tar.gz
gentoo-781a3f1cd27ade1fb5314be51dc625a9dc4f941f.tar.bz2
gentoo-781a3f1cd27ade1fb5314be51dc625a9dc4f941f.zip
dev-php/PEAR-Crypt_GPG: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild')
-rw-r--r--dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
new file mode 100644
index 000000000000..673731236a13
--- /dev/null
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.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 ~arm ~x86"
+IUSE=""
+DEPEND=">=dev-lang/php-5.2.1:*[posix,unicode]"
+RDEPEND="${DEPEND}
+ app-crypt/gnupg
+ dev-php/PEAR-Console_CommandLine"