diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-04 18:57:35 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-04 18:57:35 +0000 |
commit | 6e6e372d26a9fa0b9259bd05043a7c1a484881cf (patch) | |
tree | e03329b68f6a7f9d43ffba0e9fc87ebe7fb5e7c1 /dev-php/PEAR-Crypt_Blowfish | |
parent | alpha/ia64/sparc stable wrt #363991 (diff) | |
download | gentoo-2-6e6e372d26a9fa0b9259bd05043a7c1a484881cf.tar.gz gentoo-2-6e6e372d26a9fa0b9259bd05043a7c1a484881cf.tar.bz2 gentoo-2-6e6e372d26a9fa0b9259bd05043a7c1a484881cf.zip |
Initial commit, dependency of www-apps/horde-4.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Crypt_Blowfish')
-rw-r--r-- | dev-php/PEAR-Crypt_Blowfish/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_Blowfish/metadata.xml | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-php/PEAR-Crypt_Blowfish/ChangeLog b/dev-php/PEAR-Crypt_Blowfish/ChangeLog new file mode 100644 index 000000000000..5f8ef2d382d4 --- /dev/null +++ b/dev-php/PEAR-Crypt_Blowfish/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Crypt_Blowfish +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_Blowfish/ChangeLog,v 1.1 2011/06/04 18:57:35 a3li Exp $ + +*PEAR-Crypt_Blowfish-1.1.0_rc2 (04 Jun 2011) + + 04 Jun 2011; Alex Legler <a3li@gentoo.org> + +PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild, +metadata.xml: + Initial commit, dependency of www-apps/horde-4. + diff --git a/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild b/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild new file mode 100644 index 000000000000..db2c787c6657 --- /dev/null +++ b/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild @@ -0,0 +1,11 @@ +# 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_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2.ebuild,v 1.1 2011/06/04 18:57:35 a3li Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Allows for quick two-way blowfish encryption without requiring the MCrypt PHP extension." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/PEAR-Crypt_Blowfish/metadata.xml b/dev-php/PEAR-Crypt_Blowfish/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Crypt_Blowfish/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |