summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-18 21:57:34 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-18 21:57:34 +0000
commit98ceda18f09f71ef5de30c0eef9cf90d154e22ba (patch)
treebc5fa06055139928526f8d83c759975f2203469b /dev-php/PEAR-PHP_Debug
parentversion bump & remove old (diff)
downloadhistorical-98ceda18f09f71ef5de30c0eef9cf90d154e22ba.tar.gz
historical-98ceda18f09f71ef5de30c0eef9cf90d154e22ba.tar.bz2
historical-98ceda18f09f71ef5de30c0eef9cf90d154e22ba.zip
EAPI bump & remove old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-PHP_Debug')
-rw-r--r--dev-php/PEAR-PHP_Debug/ChangeLog10
-rw-r--r--dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild18
-rw-r--r--dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild17
-rw-r--r--dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild18
4 files changed, 25 insertions, 38 deletions
diff --git a/dev-php/PEAR-PHP_Debug/ChangeLog b/dev-php/PEAR-PHP_Debug/ChangeLog
index bec0fdc5e135..4f341f0e60ed 100644
--- a/dev-php/PEAR-PHP_Debug/ChangeLog
+++ b/dev-php/PEAR-PHP_Debug/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-PHP_Debug
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.2 2009/08/22 19:11:36 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.3 2012/01/18 21:57:34 mabi Exp $
+
+*PEAR-PHP_Debug-1.0.3-r1 (18 Jan 2012)
+
+ 18 Jan 2012; Matti Bickel <mabi@gentoo.org> +PEAR-PHP_Debug-1.0.3-r1.ebuild,
+ -PEAR-PHP_Debug-1.0.0.ebuild, -PEAR-PHP_Debug-1.0.3.ebuild:
+ EAPI bump & remove old
*PEAR-PHP_Debug-1.0.3 (22 Aug 2009)
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
deleted file mode 100644
index e6e50e2d16df..000000000000
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/PEAR-PHP_Debug-1.0.3-r1.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..e7b8e1ec6fda
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 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.3-r1.ebuild,v 1.1 2012/01/18 21:57:34 mabi Exp $
+
+EAPI="4"
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides traces, timings, executed queries, watched variables etc. "
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
+ dev-php/PEAR-Services_W3C_HTMLValidator )"
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild
deleted file mode 100644
index f68767d8c304..000000000000
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/08/22 19:11:36 beandog 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