summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/phpdbg-client/phpdbg-client-2.15.1.ebuild')
-rw-r--r--dev-php/phpdbg-client/phpdbg-client-2.15.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/phpdbg-client/phpdbg-client-2.15.1.ebuild b/dev-php/phpdbg-client/phpdbg-client-2.15.1.ebuild
new file mode 100644
index 000000000000..abbca65904f5
--- /dev/null
+++ b/dev-php/phpdbg-client/phpdbg-client-2.15.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 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.15.1.ebuild,v 1.1 2007/03/18 01:21:19 chtekk Exp $
+
+KEYWORDS="~amd64 ~sparc ~x86"
+
+DESCRIPTION="A command line client for phpdbg, suitable for use with DDD."
+HOMEPAGE="http://dd.cron.ru/dbg/"
+SRC_URI="mirror://sourceforge/dbg2/dbg-cli-${PV}-src.tar.gz"
+LICENSE="dbgphp"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/dbg-cli-${PV}-src"
+
+src_install() {
+ einstall || die "einstall failed"
+
+ dodoc-php AUTHORS COPYING INSTALL README TODO
+}