diff options
author | Brian Evans <grknight@gentoo.org> | 2014-09-29 19:41:06 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-09-29 19:41:06 +0000 |
commit | b2aa67a432dcefc7a40d32410e3ef5eb526c002d (patch) | |
tree | df169714d92ac8388c595d38a60163c26cf1aee2 | |
parent | net-analyzer/openvas-manager: Version Bump (diff) | |
download | gentoo-2-b2aa67a432dcefc7a40d32410e3ef5eb526c002d.tar.gz gentoo-2-b2aa67a432dcefc7a40d32410e3ef5eb526c002d.tar.bz2 gentoo-2-b2aa67a432dcefc7a40d32410e3ef5eb526c002d.zip |
Version bump; Add new PHP version support; Drop PHP 5.3
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
-rw-r--r-- | dev-php/pecl-timezonedb/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild (renamed from dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild) | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-php/pecl-timezonedb/ChangeLog b/dev-php/pecl-timezonedb/ChangeLog index 60fc21da2e3f..fa6a6ac5921d 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.6 2013/04/01 16:13:18 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/ChangeLog,v 1.7 2014/09/29 19:41:06 grknight Exp $ + +*pecl-timezonedb-2014.7 (29 Sep 2014) + + 29 Sep 2014; <grknight@gentoo.org> +pecl-timezonedb-2014.7.ebuild, + -pecl-timezonedb-2013.2.ebuild: + Version bump; Add new PHP version support; Drop PHP 5.3 01 Apr 2013; Ole Markus With <olemarkus@gentoo.org> -pecl-timezonedb-2011.13.ebuild, -pecl-timezonedb-2011.14.ebuild, diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild index 981e949b59e3..0e8e464d67b8 100644 --- a/dev-php/pecl-timezonedb/pecl-timezonedb-2013.2.ebuild +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild,v 1.1 2014/09/29 19:41:06 grknight Exp $ EAPI=5 @@ -8,6 +8,8 @@ PHP_EXT_NAME="timezonedb" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" +USE_PHP="php5-6 php5-5 php5-4" + inherit php-ext-pecl-r2 DESCRIPTION="Timezone Database to be used with PHP's date and time functions" |