diff options
Diffstat (limited to 'dev-php5/pecl-timezonedb')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2011.2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index 3b2bae4f5b3d..df2e57e7ca87 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.23 2011/01/30 16:49:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.24 2011/02/15 18:54:15 olemarkus Exp $ + +*pecl-timezonedb-2011.2 (15 Feb 2011) + + 15 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-timezonedb-2011.2.ebuild: + Version bump 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-timezonedb-2010.15-r1.ebuild, pecl-timezonedb-2011.1.ebuild: diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.2.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.2.ebuild new file mode 100644 index 000000000000..6efc596fc507 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2011.2.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.2.ebuild,v 1.1 2011/02/15 18:54:15 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="" |