diff options
author | 2010-02-16 04:43:39 +0000 | |
---|---|---|
committer | 2010-02-16 04:43:39 +0000 | |
commit | ab49a992ddd089e88d080e369faed4fd4fae0f03 (patch) | |
tree | e1c1553126048ef80febd08b90bceee8a773b827 /dev-php | |
parent | Remove deps that are in the eclass (diff) | |
download | gentoo-2-ab49a992ddd089e88d080e369faed4fd4fae0f03.tar.gz gentoo-2-ab49a992ddd089e88d080e369faed4fd4fae0f03.tar.bz2 gentoo-2-ab49a992ddd089e88d080e369faed4fd4fae0f03.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-I18N/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-I18N/PEAR-I18N-1.0.0.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-I18N/ChangeLog b/dev-php/PEAR-I18N/ChangeLog index 7b0540d442bc..2b4aea31eecd 100644 --- a/dev-php/PEAR-I18N/ChangeLog +++ b/dev-php/PEAR-I18N/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-I18N -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.32 2007/12/06 00:24:52 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.33 2010/02/16 04:43:39 beandog Exp $ + +*PEAR-I18N-1.0.0 (16 Feb 2010) + + 16 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-I18N-1.0.0.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-I18N-0.8.6-r2.ebuild: LICENSE fix from project overlay diff --git a/dev-php/PEAR-I18N/PEAR-I18N-1.0.0.ebuild b/dev-php/PEAR-I18N/PEAR-I18N-1.0.0.ebuild new file mode 100644 index 000000000000..d13ef5a6fe88 --- /dev/null +++ b/dev-php/PEAR-I18N/PEAR-I18N-1.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/PEAR-I18N-1.0.0.ebuild,v 1.1 2010/02/16 04:43:39 beandog Exp $ + +inherit php-pear-r1 + +IUSE="" +DESCRIPTION="Adds internationalization support to PHP applications" +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +RDEPEND=">=dev-php/PEAR-HTML_Template_IT-1.1-r1" |