summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Translation2')
-rw-r--r--dev-php/PEAR-Translation2/ChangeLog9
-rw-r--r--dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog
index b091e816d758..86039a80f168 100644
--- a/dev-php/PEAR-Translation2/ChangeLog
+++ b/dev-php/PEAR-Translation2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Translation2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.25 2009/08/22 19:05:07 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.26 2011/03/26 10:44:00 olemarkus Exp $
+
+*PEAR-Translation2-2.0.4 (26 Mar 2011)
+
+ 26 Mar 2011; <olemarkus@gentoo.org> +PEAR-Translation2-2.0.4.ebuild:
+ Version bump. Bug #360003. Thanks to Denny
*PEAR-Translation2-2.0.1 (22 Aug 2009)
diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild
new file mode 100644
index 000000000000..68d9270596ab
--- /dev/null
+++ b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild,v 1.1 2011/03/26 10:44:00 olemarkus Exp $
+
+EAPI="2"
+inherit php-pear-r1
+
+DESCRIPTION="Class for multilingual applications management."
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="minimal xml"
+
+RDEPEND="dev-lang/php[nls]
+ !minimal? ( dev-php/PEAR-Cache_Lite
+ dev-php/PEAR-DB
+ dev-php/PEAR-DB_DataObject
+ dev-php/PEAR-MDB
+ dev-php/PEAR-MDB2
+ dev-php/PEAR-File_Gettext
+ >=dev-php/PEAR-I18Nv2-0.9.1 )
+ xml? ( >=dev-php/PEAR-XML_Serializer-0.13.0 )"