diff options
author | 2014-04-26 03:54:35 +0100 | |
---|---|---|
committer | 2014-04-26 03:54:35 +0100 | |
commit | 210189088b25512bf1c89cee98a7a20168c38361 (patch) | |
tree | d8a8d1ecc6ff8b91f5dc250e3148d13017ae48eb /dev-php | |
parent | Add app-antivirus/clamav-0.98.1 (diff) | |
download | srcshelton-210189088b25512bf1c89cee98a7a20168c38361.tar.gz srcshelton-210189088b25512bf1c89cee98a7a20168c38361.tar.bz2 srcshelton-210189088b25512bf1c89cee98a7a20168c38361.zip |
Add dev-php/PEAR-Crypt_GPG-1.4.0_beta4
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/Manifest | 2 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0_beta4.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest new file mode 100644 index 00000000..9d63742b --- /dev/null +++ b/dev-php/PEAR-Crypt_GPG/Manifest @@ -0,0 +1,2 @@ +DIST Crypt_GPG-1.4.0b4.tgz 342148 SHA256 7bd9509ae24d2ce58c2d10d6a6eb2be18edbdc7b76b9eb911a8fc2549e52270f SHA512 ba3a3d8da2701a7206d327ec89a66227cc72220caa0499dc82baca58bc399e901b4b00b3570977010457b655e6138affaa0b96d8067d330391c796210f80b1ef WHIRLPOOL d80773fe29cbf6d8ecaf8f43f4a7eff8819e3e45dcde15c656d8d09776f531ebfcfb59b13c9130f60b896ea6ea7c3ae7fc256e6d346ac626e31b76704bfe1c15 +EBUILD PEAR-Crypt_GPG-1.4.0_beta4.ebuild 505 SHA256 64c9f3e88dd9b05b8cddd0c32b31289788db9fdf83abb2915a34567c79129ccb SHA512 d695b23ed29338ab3f7b408275bcfbcce7cad8c595f064d5200ed780522dcba0262ade9b37b2ede59057646b39c4ef2fe9a5038bfa05ad6419d0b93bad6d22a5 WHIRLPOOL 883351ea603d6ce60a04b47ad7a9accba3200c0809b48bf92bfed7b804c8df490437424af9c526ed0e10b814e723193e2510b5b041aa106c19945c01c7edb3aa diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0_beta4.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0_beta4.ebuild new file mode 100644 index 00000000..b20ffe95 --- /dev/null +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.0_beta4.ebuild @@ -0,0 +1,20 @@ +# 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[unicode] + >=dev-php/pear-1.4.0 + >=dev-php/PEAR-Console_CommandLine-1.1.10" +RDEPEND="${DEPEND} + app-crypt/gnupg" |