diff options
Diffstat (limited to 'dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild')
-rw-r--r-- | dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild deleted file mode 100644 index e4ae1c34736e..000000000000 --- a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild,v 1.4 2006/04/15 22:56:34 chtekk Exp $ - -KEYWORDS="~sparc ~x86" -DESCRIPTION="A command line client for phpdbg, suitable for use with DDD." -SRC_URI="mirror://sourceforge/dbg2/dbg-cli-${PV}${PL}-src.tar.gz" -HOMEPAGE="http://dd.cron.ru/dbg/" -LICENSE="dbgphp" -SLOT="0" -IUSE="" - -S="${WORKDIR}/dbg_client-${PV}${PL}" - -src_install() { - einstall || die "install failed" - - dodoc-php AUTHORS COPYING INSTALL README TODO -} |