diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-03-05 11:48:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-03-05 11:48:20 +0000 |
commit | 80d62cc05c1395fc215eb5c0fbea5cc067589121 (patch) | |
tree | 83ee5f406838f43232f7429cfa7172e1aa606d3e /dev-php | |
parent | Ensure that the working SAPI is installed (diff) | |
download | gentoo-2-80d62cc05c1395fc215eb5c0fbea5cc067589121.tar.gz gentoo-2-80d62cc05c1395fc215eb5c0fbea5cc067589121.tar.bz2 gentoo-2-80d62cc05c1395fc215eb5c0fbea5cc067589121.zip |
Removed older ebuilds
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-xdiff/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild | 22 |
2 files changed, 6 insertions, 24 deletions
diff --git a/dev-php/pecl-xdiff/ChangeLog b/dev-php/pecl-xdiff/ChangeLog index db46842793b6..f6ea757fced2 100644 --- a/dev-php/pecl-xdiff/ChangeLog +++ b/dev-php/pecl-xdiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-xdiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.2 2012/12/23 14:21:06 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.3 2013/03/05 11:48:20 olemarkus Exp $ + + 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> + -pecl-xdiff-1.5.1-r1.ebuild: + Removed older ebuilds *pecl-xdiff-1.5.2 (23 Dec 2012) diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild deleted file mode 100644 index d7a147ad0923..000000000000 --- a/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 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.1-r1.ebuild,v 1.1 2011/12/14 22:50:56 mabi Exp $ - -EAPI=3 - -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_NAME="xdiff" -PHP_EXT_INI="yes" -DOCS="README.API" - -inherit php-ext-pecl-r2 - -DESCRIPTION="PHP extension for generating diff files" -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/libxdiff" -RDEPEND="${DEPEND}" |