From 11344c2ded4908aef6288e2c5db78df492b67e63 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 25 Sep 2015 14:09:46 -0400 Subject: dev-php/pecl-eio: revbump to fix DOCS. Package-Manager: portage-2.2.20.1 --- dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild | 27 +++++++++++++++++++++++++++ dev-php/pecl-eio/pecl-eio-1.2.5.ebuild | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild delete mode 100644 dev-php/pecl-eio/pecl-eio-1.2.5.ebuild diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild new file mode 100644 index 000000000000..759544eb6f50 --- /dev/null +++ b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PHP_EXT_NAME="eio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README.md" + +USE_PHP="php5-4 php5-5 php5-6" +inherit php-ext-pecl-r2 confutils + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libeio library" +LICENSE="PHP-3" +SLOT="0" +IUSE="debug" + +src_configure() { + my_conf="--with-eio" + enable_extension_enable "eio-debug" "debug" 0 + + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild deleted file mode 100644 index ba7fa0b038c1..000000000000 --- a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE" - -USE_PHP="php5-4 php5-5 php5-6" -inherit php-ext-pecl-r2 confutils - -KEYWORDS="~amd64 ~x86" -LICENSE="PHP-3.01" - -DESCRIPTION="PHP wrapper for libeio library" -LICENSE="PHP-3" -SLOT="0" -IUSE="debug" - -src_configure() { - my_conf="--with-eio" - enable_extension_enable "eio-debug" "debug" 0 - - php-ext-source-r2_src_configure -} -- cgit v1.2.3