diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-04-01 16:12:29 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-04-01 16:12:29 +0000 |
commit | 86a723843381a33619132f44228ef7f55986deef (patch) | |
tree | 7e85dbca7b806dd293cd065a4f79283ca2f7faeb /dev-php/pecl-timezonedb | |
parent | Revbump removing the doc USE flag (diff) | |
download | gentoo-2-86a723843381a33619132f44228ef7f55986deef.tar.gz gentoo-2-86a723843381a33619132f44228ef7f55986deef.tar.bz2 gentoo-2-86a723843381a33619132f44228ef7f55986deef.zip |
Bumping as requested in bug 452488
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-timezonedb')
-rw-r--r-- | dev-php/pecl-timezonedb/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/pecl-timezonedb/ChangeLog b/dev-php/pecl-timezonedb/ChangeLog index 616285166258..0e774d472c34 100644 --- a/dev-php/pecl-timezonedb/ChangeLog +++ b/dev-php/pecl-timezonedb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-timezonedb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.4 2012/03/01 17:04:42 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.5 2013/04/01 16:12:29 olemarkus Exp $ + +*pecl-timezonedb-2013.2 (01 Apr 2013) + + 01 Apr 2013; Ole Markus With <olemarkus@gentoo.org> + +pecl-timezonedb-2013.2.ebuild: + Bumping as requested in bug 452488 *pecl-timezonedb-2012.1 (01 Mar 2012) @@ -185,4 +191,3 @@ 27 Oct 2007; Jakub Moc <jakub@gentoo.org> +pecl-timezonedb-2007.8.ebuild: New ebuild, Bug 197059 - diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild new file mode 100644 index 000000000000..981e949b59e3 --- /dev/null +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild,v 1.1 2013/04/01 16:12:29 olemarkus Exp $ + +EAPI=5 + +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="" |