diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2014-09-06 18:12:38 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2014-09-06 18:12:38 +0000 |
commit | a201f0e121c7fd96208d3b6a798dafde88dc7253 (patch) | |
tree | 53300cf5bd8fac2e02ad54a25e68aca4268653d2 /dev-php/pecl-xdiff | |
parent | Stable for amd64 wrt bug #520638 (diff) | |
download | gentoo-2-a201f0e121c7fd96208d3b6a798dafde88dc7253.tar.gz gentoo-2-a201f0e121c7fd96208d3b6a798dafde88dc7253.tar.bz2 gentoo-2-a201f0e121c7fd96208d3b6a798dafde88dc7253.zip |
Revbump to support php 5.6
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-xdiff')
-rw-r--r-- | dev-php/pecl-xdiff/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild (renamed from dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r1.ebuild) | 6 | ||||
-rw-r--r-- | dev-php/pecl-xdiff/pecl-xdiff-1.5.2.ebuild | 25 |
3 files changed, 12 insertions, 30 deletions
diff --git a/dev-php/pecl-xdiff/ChangeLog b/dev-php/pecl-xdiff/ChangeLog index f33da54d9eec..5d631b0a1c94 100644 --- a/dev-php/pecl-xdiff/ChangeLog +++ b/dev-php/pecl-xdiff/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/pecl-xdiff -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.4 2013/11/07 22:28:42 mabi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.5 2014/09/06 18:12:38 olemarkus Exp $ + +*pecl-xdiff-1.5.2-r2 (06 Sep 2014) + + 06 Sep 2014; Ole Markus With <olemarkus@gentoo.org> + +pecl-xdiff-1.5.2-r2.ebuild, -pecl-xdiff-1.5.2-r1.ebuild, + -pecl-xdiff-1.5.2.ebuild: + Revbump to support php 5.6 *pecl-xdiff-1.5.2-r1 (07 Nov 2013) diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r1.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild index 5385c4721b8a..5d9358ffcf36 100644 --- a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r1.ebuild +++ b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r1.ebuild,v 1.1 2013/11/07 22:28:42 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild,v 1.1 2014/09/06 18:12:38 olemarkus Exp $ EAPI=4 @@ -10,7 +10,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README.API" -USE_PHP="php5-3 php5-4 php5-5" +USE_PHP="php5-6 php5-4 php5-5" inherit php-ext-pecl-r2 diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2.ebuild deleted file mode 100644 index 35bd15a2dcab..000000000000 --- a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2.ebuild,v 1.1 2012/12/23 14:21:06 olemarkus Exp $ - -EAPI=4 - -PHP_EXT_NAME="xdiff" -PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README.API" - -USE_PHP="php5-3 php5-4" - -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}" |