summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:50:31 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:50:31 +0000
commite0f7707c3ef3ce54649a594362eb90f37d9e3d8c (patch)
tree680dd93ff1bb141dc27da510d87aa4c04a828055 /dev-php/PEAR-PHP_Debug
parentFix LICENSE, thanks to zlin (diff)
downloadhistorical-e0f7707c3ef3ce54649a594362eb90f37d9e3d8c.tar.gz
historical-e0f7707c3ef3ce54649a594362eb90f37d9e3d8c.tar.bz2
historical-e0f7707c3ef3ce54649a594362eb90f37d9e3d8c.zip
Initial import from project overlay
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php/PEAR-PHP_Debug')
-rw-r--r--dev-php/PEAR-PHP_Debug/ChangeLog14
-rw-r--r--dev-php/PEAR-PHP_Debug/Manifest4
-rw-r--r--dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild18
-rw-r--r--dev-php/PEAR-PHP_Debug/metadata.xml5
4 files changed, 41 insertions, 0 deletions
diff --git a/dev-php/PEAR-PHP_Debug/ChangeLog b/dev-php/PEAR-PHP_Debug/ChangeLog
new file mode 100644
index 000000000000..2e0ef4b616f1
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for dev-php/PEAR-PHP_Debug
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.1 2008/03/17 12:49:34 jokey Exp $
+
+*PEAR-PHP_Debug-1.0.0 (17 Mar 2008)
+
+ 17 Mar 2008; <jokey@gentoo.org> +metadata.xml,
+ +PEAR-PHP_Debug-1.0.0.ebuild:
+ Initial import from project overlay
+
+ 03 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+ +PEAR-PHP_Debug-1.0.0.ebuild:
+ New ebuild
+
diff --git a/dev-php/PEAR-PHP_Debug/Manifest b/dev-php/PEAR-PHP_Debug/Manifest
new file mode 100644
index 000000000000..91bf16f6dd20
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/Manifest
@@ -0,0 +1,4 @@
+DIST PHP_Debug-1.0.0.tgz 48649 RMD160 dfc01bee9c23c0b6740d738f8b884a74a9a0750b SHA1 3a736a5a90b3153fb50eb4396764e335e81e9365 SHA256 8d65a95404bb32de7982c0f0ee08fd54c50b6529cd5cfd5f4ea72bbe5088ced2
+EBUILD PEAR-PHP_Debug-1.0.0.ebuild 488 RMD160 101ccafaa5774d2a5f4a1eb62b124eb8998d86d0 SHA1 29b5b21ad76c1ad77a858acf818638efabf39ddb SHA256 2f469ad40200f20eb9e3105188f5d6065e2436fb3db14be55a7ee3ba7ca03b9b
+MISC ChangeLog 385 RMD160 dce9d997810e65cd6b809e8297090ffc09b81a08 SHA1 42c7e8d6098dc9a3bde670a11821899594514bcd SHA256 ad726775ff9dca3cb052122d547d9e8073a2dfcda41c4ca1fa30c7547925dfe3
+MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild
new file mode 100644
index 000000000000..e6e50e2d16df
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild,v 1.1 2008/03/17 12:49:34 jokey Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Provides assistance in debugging PHP code (program trace, variables display,
+process time, included files, queries executed, watch variables etc. "
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
+ dev-php/PEAR-Services_W3C_HTMLValidator )"
+
+need_php5
diff --git a/dev-php/PEAR-PHP_Debug/metadata.xml b/dev-php/PEAR-PHP_Debug/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/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>