diff options
author | 2011-09-17 12:10:18 +0000 | |
---|---|---|
committer | 2011-09-17 12:10:18 +0000 | |
commit | f6453433b4f37a66821663d625e777c41443028b (patch) | |
tree | 161b2e1f3b4df14f0809b61c50a349989c247a53 /dev-php/Horde_Group | |
parent | QA: do not add libtool to _runtime_ dependencies. (diff) | |
download | gentoo-2-f6453433b4f37a66821663d625e777c41443028b.tar.gz gentoo-2-f6453433b4f37a66821663d625e777c41443028b.tar.bz2 gentoo-2-f6453433b4f37a66821663d625e777c41443028b.zip |
Automated version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/Horde_Group')
-rw-r--r-- | dev-php/Horde_Group/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/Horde_Group/Horde_Group-1.0.3.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-php/Horde_Group/ChangeLog b/dev-php/Horde_Group/ChangeLog index 8c856277bba7..5db0db73a92a 100644 --- a/dev-php/Horde_Group/ChangeLog +++ b/dev-php/Horde_Group/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/Horde_Group # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Group/ChangeLog,v 1.2 2011/06/15 16:46:46 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Group/ChangeLog,v 1.3 2011/09/17 12:10:18 a3li Exp $ + +*Horde_Group-1.0.3 (17 Sep 2011) + + 17 Sep 2011; Alex Legler <a3li@gentoo.org> +Horde_Group-1.0.3.ebuild: + Automated version bump 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Group-1.0.0.ebuild: Fix SRC_URI diff --git a/dev-php/Horde_Group/Horde_Group-1.0.3.ebuild b/dev-php/Horde_Group/Horde_Group-1.0.3.ebuild new file mode 100644 index 000000000000..15a9f3e4255c --- /dev/null +++ b/dev-php/Horde_Group/Horde_Group-1.0.3.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/Horde_Group/Horde_Group-1.0.3.ebuild,v 1.1 2011/09/17 12:10:18 a3li Exp $ + +EAPI=4 + +inherit php-pear-r1 + +KEYWORDS="~amd64" +SLOT="0" +DESCRIPTION="Horde User Groups System" +LICENSE="LGPL-2" +HOMEPAGE="http://www.horde.org/" +SRC_URI="http://pear.horde.org/get/${P}.tgz" + +DEPEND=">=dev-lang/php-5.2.0 + >=dev-php/PEAR-PEAR-1.7.0 + =dev-php/Horde_Exception-1* + =dev-php/Horde_Util-1*" +RDEPEND="${DEPEND}" |