dev-php/pecl-eio: Version bump
authorBrian Evans <grknight@gentoo.org>
Thu, 21 Jul 2016 21:00:38 +0000 (17:00 -0400)
committerBrian Evans <grknight@gentoo.org>
Thu, 21 Jul 2016 21:00:38 +0000 (17:00 -0400)
Package-Manager: portage-2.3.0

dev-php/pecl-eio/Manifest
dev-php/pecl-eio/pecl-eio-2.0.0.ebuild [new file with mode: 0644]

index 0853f5eaa6fc775e6270ba7c8090865d1771f7c7..0fdd1250f8beed513a1d92a2901e3a1253ac64e8 100644 (file)
@@ -1 +1,2 @@
 DIST eio-1.2.5.tgz 57539 SHA256 ee7b21aa413cbe39caaef1d2eb893fa3bcb9a278b5665c28d179a83a4a1bdb51 SHA512 629f4e0cd3f632ec7d5aed299a6f55ba089f8d455a974c02c892515212d1f9a28ee2977ef513eba8b7fddf3431449716f70c29999dcd71df77ea26baae8994d5 WHIRLPOOL 2bffa6aca39ccf85dda44b4a18f966a4be4bcf3dc0a53c2eac2443574b189540732b0204b4c8a7d1825956c7b9aa15946680d65ff16ad7237b3f535c960f10fd
+DIST eio-2.0.0.tgz 73615 SHA256 fc25ec8bc88b5d7dbb56f50a31d0672b92b09357817252218b34a672db089fe9 SHA512 e863bfffa78f6009c849b4487d5c81326cbfd7fdd8999282fe373f5f3086b994a8a8e33864b0f4475be0650e886f4c7208e8a681b60629b7d0e631912c88fa49 WHIRLPOOL 510083e2ce87ec2e19ab4d554d421224397a3129e516292a61bde23fd291fd590636804a93e5a9618059770676ca569484b30e9a56cc45d44ec9381645474332
diff --git a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild
new file mode 100644 (file)
index 0000000..33af867
--- /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="eio"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README.md )
+
+USE_PHP="php5-5 php5-6 php7-0"
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="PHP-3.01"
+
+DESCRIPTION="PHP wrapper for libeio library"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE="debug"
+
+src_configure() {
+       local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)"
+       php-ext-source-r3_src_configure
+}