dev-php/pecl-dio: Revbump to drop dependencies on php 5.4 and 5.5
authorBrian Evans <grknight@gentoo.org>
Mon, 28 Nov 2016 19:34:40 +0000 (14:34 -0500)
committerBrian Evans <grknight@gentoo.org>
Mon, 28 Nov 2016 19:38:02 +0000 (14:38 -0500)
Package-Manager: portage-2.3.2

dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild [new file with mode: 0644]

diff --git a/dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild b/dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild
new file mode 100644 (file)
index 0000000..7e7e20a
--- /dev/null
@@ -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="dio"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+MY_PV=${PV/_rc/RC}
+PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Direct I/O functions for PHP"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+S="${PHP_EXT_S}"