diff options
author | 2008-02-26 16:34:47 +0000 | |
---|---|---|
committer | 2008-02-26 16:34:47 +0000 | |
commit | b50c189fcd06cbc10f1b217703b99f6fac745da5 (patch) | |
tree | 4f9c3e0fcfc9a91bd1df66adcbce6c7f80d43c19 /dev-php | |
parent | Version bump, import from the php overlay (diff) | |
download | gentoo-2-b50c189fcd06cbc10f1b217703b99f6fac745da5.tar.gz gentoo-2-b50c189fcd06cbc10f1b217703b99f6fac745da5.tar.bz2 gentoo-2-b50c189fcd06cbc10f1b217703b99f6fac745da5.zip |
Version bump, import from the php overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Translation2/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc4.ebuild | 24 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog index 55aa0893f2ba..22a94aa264d2 100644 --- a/dev-php/PEAR-Translation2/ChangeLog +++ b/dev-php/PEAR-Translation2/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/PEAR-Translation2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.22 2008/02/10 15:01:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.23 2008/02/26 16:34:47 armin76 Exp $ + +*PEAR-Translation2-2.0.0_rc4 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +PEAR-Translation2-2.0.0_rc4.ebuild: + Version bump, import from the php overlay + + 23 Feb 2008; Jakub Moc <jakub@gentoo.org> + +PEAR-Translation2-2.0.0_rc4.ebuild: + Version bump 10 Feb 2008; Raúl Porcel <armin76@gentoo.org> PEAR-Translation2-2.0.0_rc3.ebuild: diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc4.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc4.ebuild new file mode 100644 index 000000000000..554f8437a3ec --- /dev/null +++ b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.0_rc4.ebuild,v 1.1 2008/02/26 16:34:47 armin76 Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Class for multilingual applications management." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" + +RDEPEND="!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 + >=dev-php/PEAR-XML_Serializer-0.13.0 )" + +pkg_setup() { + require_php_with_use nls +} |