diff options
author | Brian Evans <grknight@gentoo.org> | 2016-03-22 10:25:14 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-03-22 10:25:14 -0400 |
commit | 40548b883a5e6d01e5a00295b439e58d9e3367d4 (patch) | |
tree | 0100ec7fba3b66cb1cd6163713a8a9f497eed4d6 /dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild | |
parent | dev-php/xdebug: Drop old beta and rc versions (diff) | |
download | gentoo-40548b883a5e6d01e5a00295b439e58d9e3367d4.tar.gz gentoo-40548b883a5e6d01e5a00295b439e58d9e3367d4.tar.bz2 gentoo-40548b883a5e6d01e5a00295b439e58d9e3367d4.zip |
dev-php/xdebug-client: Drop old beta and rc versions
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild')
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild b/dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild deleted file mode 100644 index afd9555bfc0c..000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.4.0_rc4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - -MY_PV="${PV/_/}" -MY_PV="${MY_PV/rc/RC}" - -DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)" -HOMEPAGE="http://www.xdebug.org/" -SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz" -LICENSE="Xdebug" -SLOT="0" -IUSE="libedit" - -S="${WORKDIR}/xdebug-${MY_PV}/debugclient" - -DEPEND="libedit? ( dev-libs/libedit )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with libedit) -} - -src_install() { - newbin debugclient xdebug -} |