diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-09-04 14:32:15 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-09-04 14:32:15 +0000 |
commit | 94a2bd556aa806fc0e821b268eb0a0fd6f4d0266 (patch) | |
tree | af7f51a840e83eb7b9c4e897be138caa11ea4d44 /dev-php/phpdbg-client | |
parent | Updated dependencies. Removing old beta ebuild. (diff) | |
download | historical-94a2bd556aa806fc0e821b268eb0a0fd6f4d0266.tar.gz historical-94a2bd556aa806fc0e821b268eb0a0fd6f4d0266.tar.bz2 historical-94a2bd556aa806fc0e821b268eb0a0fd6f4d0266.zip |
Initial import from the PHP overlay
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php/phpdbg-client')
-rw-r--r-- | dev-php/phpdbg-client/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/phpdbg-client/Manifest | 4 | ||||
-rw-r--r-- | dev-php/phpdbg-client/files/digest-phpdbg-client-2.11.32 | 1 | ||||
-rw-r--r-- | dev-php/phpdbg-client/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild | 20 |
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..c5a742973712 --- /dev/null +++ b/dev-php/phpdbg-client/Manifest @@ -0,0 +1,4 @@ +MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 +MD5 bca1cdeaa36fd6d3cd730d4eef7e57df ChangeLog 360 +MD5 e737a7e2562c4eab7a2976a02ac7a370 phpdbg-client-2.11.32.ebuild 594 +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 +} |