diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | c0cc4ecd5d0e889376647608d945bfdaae47bed4 (patch) | |
tree | 60d4757e4328dd10c2509d23b85761fa381df338 /dev-php/xdebug | |
parent | fixed newdepend (diff) | |
download | historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.gz historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.bz2 historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.2.0.ebuild | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 273ff775df52..5a104380933c 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.7 2004/01/11 14:22:06 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.8 2004/04/17 15:02:29 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xdebug-1.2.0.ebuild: + Removed S=. *xdebug-1.3.0 (11 Jan 2004) diff --git a/dev-php/xdebug/xdebug-1.2.0.ebuild b/dev-php/xdebug/xdebug-1.2.0.ebuild index 7e184aa06d98..73f882dea078 100644 --- a/dev-php/xdebug/xdebug-1.2.0.ebuild +++ b/dev-php/xdebug/xdebug-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.5 2004/01/11 14:22:06 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.6 2004/04/17 15:02:29 aliz Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -12,7 +12,6 @@ DESCRIPTION="A PHP debugger" HOMEPAGE="http://xdebug.derickrethans.nl" SLOT="0" SRC_URI="http://files.derickrethans.nl/${P}.tgz" -S=${WORKDIR}/${P} LICENSE="PHP" KEYWORDS="x86 ~ppc ~alpha ~sparc" |