diff options
author | 2010-01-01 22:48:46 +0000 | |
---|---|---|
committer | 2010-01-01 22:48:46 +0000 | |
commit | cbc879943be188d3905935f2dd868c8bcee50ce7 (patch) | |
tree | 018e32fddc288572af59f034047023cb72783c8e /dev-php5/pecl-timezonedb | |
parent | Initial import from php testing overlay. (diff) | |
download | gentoo-2-cbc879943be188d3905935f2dd868c8bcee50ce7.tar.gz gentoo-2-cbc879943be188d3905935f2dd868c8bcee50ce7.tar.bz2 gentoo-2-cbc879943be188d3905935f2dd868c8bcee50ce7.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-timezonedb')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index b4d92728f7a2..08d6de30edb3 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-timezonedb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.11 2008/12/26 22:07:06 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.12 2010/01/01 22:48:46 yngwin Exp $ + +*pecl-timezonedb-2009.21 (01 Jan 2010) + + 01 Jan 2010; Ben de Groot <yngwin@gentoo.org> + +pecl-timezonedb-2009.21.ebuild: + Version bump 26 Dec 2008; Raúl Porcel <armin76@gentoo.org> pecl-timezonedb-2008.8.ebuild: diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild new file mode 100644 index 000000000000..18212c5fa989 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild,v 1.1 2010/01/01 22:48:46 yngwin Exp $ + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions" +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category |