diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:44:00 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:44:00 +0000 |
commit | 2d110979774788d7ecc429f4d3ea3b43c477d8a4 (patch) | |
tree | efd58f27da078abb6a1743ddb5ceee76227bab4c /dev-php/PEAR-Translation2 | |
parent | Version bump. Bug #359969. Thanks to Denny (diff) | |
download | historical-2d110979774788d7ecc429f4d3ea3b43c477d8a4.tar.gz historical-2d110979774788d7ecc429f4d3ea3b43c477d8a4.tar.bz2 historical-2d110979774788d7ecc429f4d3ea3b43c477d8a4.zip |
Version bump. Bug #360003. Thanks to Denny
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Translation2')
-rw-r--r-- | dev-php/PEAR-Translation2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4.ebuild | 22 |
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 )" |