dev-php/pecl-xdiff: Drop PHP 5.4 & 5.5 support

* EAPI=6 bump
* Bump Bump php-ext-pecl

Package-Manager: portage-2.3.0

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Anthony Ryan
2016-12-06 20:31:10 -05:00
committed by Michael Orlitzky
parent 9b74e71c43
commit a6089af3dd

View File

@@ -1,25 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
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"
USE_PHP="php5-6"
inherit php-ext-pecl-r2
inherit php-ext-pecl-r3
KEYWORDS="~x86 ~amd64"
DESCRIPTION="PHP extension for generating diff files"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""
DEPEND="dev-libs/libxdiff"
RDEPEND="${DEPEND}"