summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-09-04 14:32:15 +0000
committerStuart Herbert <stuart@gentoo.org>2005-09-04 14:32:15 +0000
commit3381cac9d75a58a6e781b48a565deee80ab48ef9 (patch)
treead5544d985906a02bd5e22cfa47e4cb5b0dc5949 /dev-php/phpdbg-client
parentUpdated dependencies. Removing old beta ebuild. (diff)
downloadgentoo-2-3381cac9d75a58a6e781b48a565deee80ab48ef9.tar.gz
gentoo-2-3381cac9d75a58a6e781b48a565deee80ab48ef9.tar.bz2
gentoo-2-3381cac9d75a58a6e781b48a565deee80ab48ef9.zip
Initial import from the PHP overlay
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/phpdbg-client')
-rw-r--r--dev-php/phpdbg-client/ChangeLog8
-rw-r--r--dev-php/phpdbg-client/Manifest4
-rw-r--r--dev-php/phpdbg-client/files/digest-phpdbg-client-2.11.321
-rw-r--r--dev-php/phpdbg-client/metadata.xml5
-rw-r--r--dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild20
5 files changed, 38 insertions, 0 deletions
diff --git a/dev-php/phpdbg-client/ChangeLog b/dev-php/phpdbg-client/ChangeLog
new file mode 100644
index 000000000000..346f03abb1f3
--- /dev/null
+++ b/dev-php/phpdbg-client/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-php/phpdbg-client
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/ChangeLog,v 1.1 2005/09/04 14:32:15 stuart Exp $
+
+ 18 Aug 2005; <stuart@gentoo.org> ChangeLog:
+ Initial version; replaces older dev-php/* packages
+ Thanks to Matt Kynx for the initial ebuild
+
diff --git a/dev-php/phpdbg-client/Manifest b/dev-php/phpdbg-client/Manifest
new file mode 100644
index 000000000000..5af82ed73ed0
--- /dev/null
+++ b/dev-php/phpdbg-client/Manifest
@@ -0,0 +1,4 @@
+MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
+MD5 3a7df546921442d632f41db4c378be20 ChangeLog 267
+MD5 cdb971e48652a0482ccce99e12cf374d phpdbg-client-2.11.32.ebuild 482
+MD5 a636b568cab495479612d8293ec162c6 files/digest-phpdbg-client-2.11.32 71
diff --git a/dev-php/phpdbg-client/files/digest-phpdbg-client-2.11.32 b/dev-php/phpdbg-client/files/digest-phpdbg-client-2.11.32
new file mode 100644
index 000000000000..314d6fb8d8e0
--- /dev/null
+++ b/dev-php/phpdbg-client/files/digest-phpdbg-client-2.11.32
@@ -0,0 +1 @@
+MD5 6e8b2fd28b11831cb30da372426e8c9c dbg-cli-2.11.32-src.tar.gz 322301
diff --git a/dev-php/phpdbg-client/metadata.xml b/dev-php/phpdbg-client/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php/phpdbg-client/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php</herd>
+</pkgmetadata>
diff --git a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild
new file mode 100644
index 000000000000..e5662e6840a6
--- /dev/null
+++ b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 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.1 2005/09/04 14:32:15 stuart Exp $
+
+S="${WORKDIR}/dbg_client-${PV}${PL}"
+
+IUSE=""
+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"
+
+KEYWORDS="~x86"
+
+src_install() {
+ einstall || die "install failed"
+
+ dodoc AUTHORS COPYING INSTALL README TODO
+}