diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-16 05:07:11 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-16 05:07:11 +0000 |
commit | ce95174ae34f857de4559aad99802dc0e1e2ea9b (patch) | |
tree | 2af556d371fe8b82dc75efdc9df3e98fb8d9c79e /dev-php/PEAR-I18N | |
parent | Remove PDEPEND upon dev-php/pear, as the eclass will pull it in directly now (diff) | |
download | historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.tar.gz historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.tar.bz2 historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.zip |
Version bump
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-I18N')
-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" |