diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-24 10:18:14 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-24 10:18:14 +0000 |
commit | 61452c9c2c6c89904747dc7a4dd5637b88f1b808 (patch) | |
tree | 6f696a5b86161679b194217f04f4f0d9e0d259c2 /dev-php5 | |
parent | Version bump (diff) | |
download | gentoo-2-61452c9c2c6c89904747dc7a4dd5637b88f1b808.tar.gz gentoo-2-61452c9c2c6c89904747dc7a4dd5637b88f1b808.tar.bz2 gentoo-2-61452c9c2c6c89904747dc7a4dd5637b88f1b808.zip |
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2011.4.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index 2491b771bb35..f062b0e01439 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.26 2011/03/07 15:50:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.27 2011/03/24 10:18:14 olemarkus Exp $ + +*pecl-timezonedb-2011.4 (24 Mar 2011) + + 24 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-timezonedb-2011.4.ebuild: + Version bump *pecl-timezonedb-2011.3 (07 Mar 2011) diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.4.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.4.ebuild new file mode 100644 index 000000000000..8e4227611080 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.4.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.4.ebuild,v 1.1 2011/03/24 10:18:14 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 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" |