diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 13:57:50 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 13:57:50 +0000 |
commit | e4ab54029c805bdc334dc20c1dee56286cc73f07 (patch) | |
tree | 165097959dc303fa8dde20a089068ca688a80310 /dev-php5/phpdbg | |
parent | Reintroduced an automatable test. Now actually fails when psql cannot connect... (diff) | |
download | gentoo-2-e4ab54029c805bdc334dc20c1dee56286cc73f07.tar.gz gentoo-2-e4ab54029c805bdc334dc20c1dee56286cc73f07.tar.bz2 gentoo-2-e4ab54029c805bdc334dc20c1dee56286cc73f07.zip |
Removed older versions
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/phpdbg')
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild deleted file mode 100644 index c48d2e852665..000000000000 --- a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.4 2011/01/08 18:31:35 ranger Exp $ - -EAPI=3 - -PHP_EXT_NAME="dbg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-2" - -inherit php-ext-source-r2 - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -DESCRIPTION="A PHP debugger useable with some editors like phpedit." -HOMEPAGE="http://dd.cron.ru/dbg/" -SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}.tar.gz" -LICENSE="dbgphp" -SLOT="0" -IUSE="" - -DEPEND="<dev-lang/php-5.3[-threads]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/dbg-${PV}" - -my_conf="--enable-dbg=shared --with-dbg-profiler" - -src_install() { - php-ext-source-r2_src_install - dodoc-php AUTHORS COPYING INSTALL - - php-ext-base-r1_addtoinifiles "[Debugger]" - php-ext-base-r1_addtoinifiles "debugger.enabled" "on" - php-ext-base-r1_addtoinifiles "debugger.profiler_enabled" "on" -} |