diff options
author | Alex Legler <a3li@gentoo.org> | 2011-09-17 10:54:51 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-09-17 10:54:51 +0000 |
commit | 0980036ef5f43615fcc6c7b639df60a2b0367a58 (patch) | |
tree | cf786e28698c23ee01bb7e9e147cebae8ca4fa61 /dev-php/Horde_Crypt | |
parent | alpha/ia64/s390/sh/sparc stable wrt #376563 (diff) | |
download | historical-0980036ef5f43615fcc6c7b639df60a2b0367a58.tar.gz historical-0980036ef5f43615fcc6c7b639df60a2b0367a58.tar.bz2 historical-0980036ef5f43615fcc6c7b639df60a2b0367a58.zip |
Automated version bump
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-php/Horde_Crypt')
-rw-r--r-- | dev-php/Horde_Crypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/Horde_Crypt/Horde_Crypt-1.0.5.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-php/Horde_Crypt/ChangeLog b/dev-php/Horde_Crypt/ChangeLog index 8f36dd2be7d0..7fbd500c7d9a 100644 --- a/dev-php/Horde_Crypt/ChangeLog +++ b/dev-php/Horde_Crypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/Horde_Crypt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Crypt/ChangeLog,v 1.2 2011/06/15 16:42:35 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Crypt/ChangeLog,v 1.3 2011/09/17 10:54:22 a3li Exp $ + +*Horde_Crypt-1.0.5 (17 Sep 2011) + + 17 Sep 2011; Alex Legler <a3li@gentoo.org> +Horde_Crypt-1.0.5.ebuild: + Automated version bump 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Crypt-1.0.3.ebuild: Fix SRC_URI diff --git a/dev-php/Horde_Crypt/Horde_Crypt-1.0.5.ebuild b/dev-php/Horde_Crypt/Horde_Crypt-1.0.5.ebuild new file mode 100644 index 000000000000..15954b4378e3 --- /dev/null +++ b/dev-php/Horde_Crypt/Horde_Crypt-1.0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Crypt/Horde_Crypt-1.0.5.ebuild,v 1.1 2011/09/17 10:54:22 a3li Exp $ + +EAPI=4 + +inherit php-pear-r1 + +KEYWORDS="~amd64" +SLOT="0" +DESCRIPTION="Horde Cryptography API" +LICENSE="LGPL-2" +HOMEPAGE="http://www.horde.org/" +SRC_URI="http://pear.horde.org/get/${P}.tgz" + +DEPEND="dev-lang/php[hash,ssl] + >=dev-lang/php-5.2.0 + >=dev-php/PEAR-PEAR-1.7.0 + =dev-php/Horde_Exception-1* + =dev-php/Horde_Mime-1* + =dev-php/Horde_Stream_Filter-1* + =dev-php/Horde_Translation-1* + =dev-php/Horde_Util-1*" +RDEPEND="${DEPEND}" |