diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-01-05 21:20:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-01-05 21:20:59 +0000 |
commit | 48f20e81293c1c3fab076a42d88d4f52fab9f607 (patch) | |
tree | e72bb86d2b1320561df3aa8a11b4a8626640a7fb /dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-48f20e81293c1c3fab076a42d88d4f52fab9f607.tar.gz gentoo-2-48f20e81293c1c3fab076a42d88d4f52fab9f607.tar.bz2 gentoo-2-48f20e81293c1c3fab076a42d88d4f52fab9f607.zip |
Initial commit, bug 298362
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.ebuild')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.ebuild new file mode 100644 index 000000000000..ef13f6ad075d --- /dev/null +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.0.0.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.0.0.ebuild,v 1.1 2010/01/05 21:20:59 beandog Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Generating CHAP packets" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +DEPEND=">=dev-lang/php-5.2.1" +RDEPEND="${DEPEND} + app-crypt/gnupg" |