summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-17 15:02:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-17 15:02:29 +0000
commitcbacf8d22c230b56ee79b1aef539fc3b7d6b7981 (patch)
tree49b84778afab9444be29e1b00c8b17f5f074afba /dev-php/phpdbg
parentfixed newdepend (diff)
downloadgentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.gz
gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.bz2
gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/phpdbg')
-rw-r--r--dev-php/phpdbg/ChangeLog5
-rw-r--r--dev-php/phpdbg/phpdbg-2.11.23.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phpdbg/ChangeLog b/dev-php/phpdbg/ChangeLog
index 874941fa7273..6e138908dd4e 100644
--- a/dev-php/phpdbg/ChangeLog
+++ b/dev-php/phpdbg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/phpdbg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.7 2004/01/05 04:33:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.8 2004/04/17 15:02:29 aliz Exp $
+
+ 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> phpdbg-2.11.23.ebuild:
+ Added IUSE=.
*phpdbg-2.11.23 (04 Jan 2004)
diff --git a/dev-php/phpdbg/phpdbg-2.11.23.ebuild b/dev-php/phpdbg/phpdbg-2.11.23.ebuild
index b9f043a1b622..b3864408bc26 100644
--- a/dev-php/phpdbg/phpdbg-2.11.23.ebuild
+++ b/dev-php/phpdbg/phpdbg-2.11.23.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.3 2004/02/22 21:09:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.4 2004/04/17 15:02:29 aliz Exp $
PHP_EXT_NAME="dbg"
PHP_EXT_ZENDEXT="no"
inherit php-ext-source
-
+IUSE=""
S="${WORKDIR}/dbg-${PV}-src"
DESCRIPTION="A PHP debugger useable with some editors like phpedit."
SRC_URI="http://dd.cron.ru/dbg/dnld/dbg-${PV}${PL}-src.tar.gz"