diff options
-rw-r--r-- | dev-php5/phpdbg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog index 0772ba1c6435..07820e96f923 100644 --- a/dev-php5/phpdbg/ChangeLog +++ b/dev-php5/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phpdbg # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.8 2007/03/18 01:12:09 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.9 2007/03/18 01:26:12 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.15.1.ebuild: + Cleanup. *phpdbg-2.15.1 (18 Mar 2007) diff --git a/dev-php5/phpdbg/phpdbg-2.15.1.ebuild b/dev-php5/phpdbg/phpdbg-2.15.1.ebuild index e662ab4553ff..9a9497a4b595 100644 --- a/dev-php5/phpdbg/phpdbg-2.15.1.ebuild +++ b/dev-php5/phpdbg/phpdbg-2.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.1.ebuild,v 1.1 2007/03/18 01:12:09 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.1.ebuild,v 1.2 2007/03/18 01:26:12 chtekk Exp $ PHP_EXT_NAME="dbg" PHP_EXT_INI="yes" @@ -11,8 +11,8 @@ inherit php-ext-source-r1 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A PHP debugger useable with some editors like phpedit." -SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}.tar.gz" HOMEPAGE="http://dd.cron.ru/dbg/" +SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}.tar.gz" LICENSE="dbgphp" SLOT="0" IUSE="" |