summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-09-17 12:24:20 +0000
committerAlex Legler <a3li@gentoo.org>2011-09-17 12:24:20 +0000
commit144115a8b88d5f409cefc39e0c8b3553566cd4db (patch)
tree5b48e630a7f8c81c82999a93dd5e45debb24f95c /dev-php
parentAutomated version bump (diff)
downloadgentoo-2-144115a8b88d5f409cefc39e0c8b3553566cd4db.tar.gz
gentoo-2-144115a8b88d5f409cefc39e0c8b3553566cd4db.tar.bz2
gentoo-2-144115a8b88d5f409cefc39e0c8b3553566cd4db.zip
Automated version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/Horde_Translation/ChangeLog7
-rw-r--r--dev-php/Horde_Translation/Horde_Translation-1.0.1.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-php/Horde_Translation/ChangeLog b/dev-php/Horde_Translation/ChangeLog
index 6052a6d860ac..970bde50c184 100644
--- a/dev-php/Horde_Translation/ChangeLog
+++ b/dev-php/Horde_Translation/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/Horde_Translation
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Translation/ChangeLog,v 1.2 2011/06/15 17:10:39 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Translation/ChangeLog,v 1.3 2011/09/17 12:24:20 a3li Exp $
+
+*Horde_Translation-1.0.1 (17 Sep 2011)
+
+ 17 Sep 2011; Alex Legler <a3li@gentoo.org> +Horde_Translation-1.0.1.ebuild:
+ Automated version bump
15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Translation-1.0.0.ebuild:
Fix SRC_URI
diff --git a/dev-php/Horde_Translation/Horde_Translation-1.0.1.ebuild b/dev-php/Horde_Translation/Horde_Translation-1.0.1.ebuild
new file mode 100644
index 000000000000..b0690e70ded2
--- /dev/null
+++ b/dev-php/Horde_Translation/Horde_Translation-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Translation/Horde_Translation-1.0.1.ebuild,v 1.1 2011/09/17 12:24:20 a3li Exp $
+
+EAPI=4
+
+inherit php-pear-r1
+
+KEYWORDS="~amd64"
+SLOT="0"
+DESCRIPTION="Horde translation library"
+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"
+RDEPEND="${DEPEND}
+ =dev-php/Horde_Exception-1*"