diff options
Diffstat (limited to 'dev-php/xdebug/xdebug-1.2.0.ebuild')
-rw-r--r-- | dev-php/xdebug/xdebug-1.2.0.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-php/xdebug/xdebug-1.2.0.ebuild b/dev-php/xdebug/xdebug-1.2.0.ebuild deleted file mode 100644 index 8433262e50a5..000000000000 --- a/dev-php/xdebug/xdebug-1.2.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.7 2004/06/25 01:25:30 agriffis Exp $ - -PHP_EXT_ZENDEXT="yes" -PHP_EXT_NAME="xdebug" - -inherit php-ext-source - -IUSE="" -DESCRIPTION="A PHP debugger" -HOMEPAGE="http://xdebug.derickrethans.nl" -SLOT="0" -SRC_URI="http://files.derickrethans.nl/${P}.tgz" -LICENSE="PHP" -KEYWORDS="x86 ~ppc ~alpha ~sparc" - -src_install() { -php-ext-source_src_install -dodoc NEWS README Changelog CREDITS -} |