diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:27:37 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:27:37 +0000 |
commit | 1ed7b70dd0330a3339d8f39e17c514edc16f1b39 (patch) | |
tree | 4ab1ebc27b63fe2c75b761c858bd2e7f7456f13d /dev-php4 | |
parent | Cleanup. (diff) | |
download | gentoo-2-1ed7b70dd0330a3339d8f39e17c514edc16f1b39.tar.gz gentoo-2-1ed7b70dd0330a3339d8f39e17c514edc16f1b39.tar.bz2 gentoo-2-1ed7b70dd0330a3339d8f39e17c514edc16f1b39.zip |
Cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/phpdbg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/phpdbg/phpdbg-2.15.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/phpdbg/ChangeLog b/dev-php4/phpdbg/ChangeLog index b28ca11a9432..d7dac2aed9f8 100644 --- a/dev-php4/phpdbg/ChangeLog +++ b/dev-php4/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/phpdbg # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.9 2007/03/06 21:57:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.10 2007/03/18 01:27:37 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.15.1.ebuild: + Cleanup. *phpdbg-2.15.1 (06 Mar 2007) diff --git a/dev-php4/phpdbg/phpdbg-2.15.1.ebuild b/dev-php4/phpdbg/phpdbg-2.15.1.ebuild index 693580bbbb8c..0401d5634e1d 100644 --- a/dev-php4/phpdbg/phpdbg-2.15.1.ebuild +++ b/dev-php4/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-php4/phpdbg/phpdbg-2.15.1.ebuild,v 1.1 2007/03/06 21:57:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/phpdbg-2.15.1.ebuild,v 1.2 2007/03/18 01:27:37 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="" |