diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-24 17:50:48 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-24 17:50:48 +0000 |
commit | dcd08b99ee2ab30b678b82fbdec3dd37235bd1da (patch) | |
tree | cb10bf931a2a56c75016a2f372332dfaf4a4ac2b /dev-php5 | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-dcd08b99ee2ab30b678b82fbdec3dd37235bd1da.tar.gz gentoo-2-dcd08b99ee2ab30b678b82fbdec3dd37235bd1da.tar.bz2 gentoo-2-dcd08b99ee2ab30b678b82fbdec3dd37235bd1da.zip |
Version bump
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2011.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index 0a5cd66a1764..9baa77c48c61 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-timezonedb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.21 2011/01/08 18:30:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.22 2011/01/24 17:50:48 olemarkus Exp $ + +*pecl-timezonedb-2011.1 (24 Jan 2011) + + 24 Jan 2011; <olemarkus@gentoo.org> +pecl-timezonedb-2011.1.ebuild: + Version bump 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-timezonedb-2010.15-r1.ebuild: diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.1.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.1.ebuild new file mode 100644 index 000000000000..03a6f6fb1300 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.1.ebuild,v 1.1 2011/01/24 17:50:48 olemarkus Exp $ + +EAPI=3 + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions" +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="" |