diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:14:06 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:14:06 +0000 |
commit | 72228f76622db276091d00617c61604035ac7272 (patch) | |
tree | dfdc0275b8845e1ac11a476260c043f41ddc943d /dev-php5/pecl-xdiff | |
parent | Version bump, drop old (diff) | |
download | historical-72228f76622db276091d00617c61604035ac7272.tar.gz historical-72228f76622db276091d00617c61604035ac7272.tar.bz2 historical-72228f76622db276091d00617c61604035ac7272.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/pecl-xdiff')
-rw-r--r-- | dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild b/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild deleted file mode 100644 index 7d90c510bc2e..000000000000 --- a/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.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-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild,v 1.1 2010/07/04 21:51:55 mabi Exp $ - -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_NAME="xdiff" -PHP_EXT_INI="yes" -DOCS="README.API" - -inherit php-ext-pecl-r1 - -DESCRIPTION="PHP extension for generating diff files" -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/libxdiff" -RDEPEND="${DEPEND}" - -need_php_by_category |