summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-09-17 12:10:18 +0000
committerAlex Legler <a3li@gentoo.org>2011-09-17 12:10:18 +0000
commitf6453433b4f37a66821663d625e777c41443028b (patch)
tree161b2e1f3b4df14f0809b61c50a349989c247a53 /dev-php/Horde_Group
parentQA: do not add libtool to _runtime_ dependencies. (diff)
downloadgentoo-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/ChangeLog7
-rw-r--r--dev-php/Horde_Group/Horde_Group-1.0.3.ebuild20
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}"