diff options
Diffstat (limited to 'dev-php5/phing/phing-2.2.0.ebuild')
-rw-r--r-- | dev-php5/phing/phing-2.2.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-php5/phing/phing-2.2.0.ebuild b/dev-php5/phing/phing-2.2.0.ebuild deleted file mode 100644 index 29a7cb011375..000000000000 --- a/dev-php5/phing/phing-2.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.4 2007/03/18 02:54:22 chtekk Exp $ - -inherit php-pear-lib-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="PHP project build system based on Apache Ant." -HOMEPAGE="http://www.phing.info/" -SRC_URI="http://pear.phing.info/get/phing-${PV}.tgz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -need_php_by_category - -pkg_setup() { - has_php - require_php_with_use cli spl reflection xml xsl -} |