summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-10-01 12:51:03 +0000
committerBrian Evans <grknight@gentoo.org>2014-10-01 12:51:03 +0000
commitc4178f795b619fbf0a4679d6ccf894df2cc9a721 (patch)
tree4230fbe2a30dad5448c5d4339c7bf6e6c63faefb /dev-php/pecl-xrange
parentDrop obsolete patch (diff)
downloadgentoo-2-c4178f795b619fbf0a4679d6ccf894df2cc9a721.tar.gz
gentoo-2-c4178f795b619fbf0a4679d6ccf894df2cc9a721.tar.bz2
gentoo-2-c4178f795b619fbf0a4679d6ccf894df2cc9a721.zip
Revbump to support 5.5, 5.6 and drop 5.3
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/pecl-xrange')
-rw-r--r--dev-php/pecl-xrange/ChangeLog10
-rw-r--r--dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild (renamed from dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild)8
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/pecl-xrange/ChangeLog b/dev-php/pecl-xrange/ChangeLog
index b4e9ac729039..a940ddf6bba3 100644
--- a/dev-php/pecl-xrange/ChangeLog
+++ b/dev-php/pecl-xrange/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/pecl-xrange
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v 1.1 2013/03/18 13:48:00 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/ChangeLog,v 1.2 2014/10/01 12:51:03 grknight Exp $
+
+*pecl-xrange-1.3.2-r1 (01 Oct 2014)
+
+ 01 Oct 2014; <grknight@gentoo.org> +pecl-xrange-1.3.2-r1.ebuild,
+ -pecl-xrange-1.3.2.ebuild:
+ Revbump to support 5.5, 5.6 and drop 5.3
*pecl-xrange-1.3.2 (18 Mar 2013)
diff --git a/dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild b/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild
index bb773c4c4f28..c60fe5edf752 100644
--- a/dev-php/pecl-xrange/pecl-xrange-1.3.2.ebuild
+++ b/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild
@@ -1,14 +1,14 @@
-# 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-xrange/pecl-xrange-1.3.2.ebuild,v 1.1 2013/03/18 13:48:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xrange/pecl-xrange-1.3.2-r1.ebuild,v 1.1 2014/10/01 12:51:03 grknight Exp $
-EAPI=4
+EAPI=5
PHP_EXT_NAME="xrange"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3 php5-4"
+USE_PHP="php5-6 php5-5 php5-4"
inherit php-ext-pecl-r2