summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-12-07 15:42:12 -0500
committerBrian Evans <grknight@gentoo.org>2016-12-07 15:42:12 -0500
commit86d035311cc6f463a2888beb62c3dba197a9b1ff (patch)
tree59cf0505cce73b739797ef9dffebcd7ee9ffffd3 /dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild
parentx11-libs/qtscriptgenerator: Drop deprecated google code (diff)
downloadgentoo-86d035311cc6f463a2888beb62c3dba197a9b1ff.tar.gz
gentoo-86d035311cc6f463a2888beb62c3dba197a9b1ff.tar.bz2
gentoo-86d035311cc6f463a2888beb62c3dba197a9b1ff.zip
dev-php/pecl-xrange: Revbump to drop php 5.4 and 5.5 dependencies
This package has not been ported and fails with PHP 7.0. Patches are welcome, but this package is in danger of being dropped when PHP 5.6 becomes obsolete. Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild')
-rw-r--r--dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild b/dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild
new file mode 100644
index 000000000000..5c9ff82e22a0
--- /dev/null
+++ b/dev-php/pecl-xrange/pecl-xrange-1.3.2-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="xrange"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Implementation of weak references"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/1.3.2-fixes.patch" )
+PHP_EXT_ECONF_ARGS=()