From 88e978a442e5504c93c9f505a8f819aa098f3fc9 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Wed, 23 Dec 2015 10:10:07 +0000 Subject: dev-php/pecl-xdiff: EAPI 5 bump (requires a revbump). Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement --- dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild | 25 ------------------------- dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild create mode 100644 dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild (limited to 'dev-php') diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild deleted file mode 100644 index e920c431f35b..000000000000 --- a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="xdiff" -PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README.API" - -USE_PHP="php5-6 php5-4 php5-5" - -inherit php-ext-pecl-r2 - -KEYWORDS="~x86 ~amd64" - -DESCRIPTION="PHP extension for generating diff files" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/libxdiff" -RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild new file mode 100644 index 000000000000..e920c431f35b --- /dev/null +++ b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PHP_EXT_NAME="xdiff" +PHP_EXT_PECL_PKG="xdiff" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README.API" + +USE_PHP="php5-6 php5-4 php5-5" + +inherit php-ext-pecl-r2 + +KEYWORDS="~x86 ~amd64" + +DESCRIPTION="PHP extension for generating diff files" +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-libs/libxdiff" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad