summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/xdebug-client/xdebug-client-2.6.0_alpha1.ebuild')
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.6.0_alpha1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-php/xdebug-client/xdebug-client-2.6.0_alpha1.ebuild b/dev-php/xdebug-client/xdebug-client-2.6.0_alpha1.ebuild
deleted file mode 100644
index 0bf9c2be8c9f..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.6.0_alpha1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="libedit"
-
-DEPEND="libedit? ( dev-libs/libedit )
- net-libs/libnsl:0="
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
-
-src_configure() {
- econf $(use_with libedit)
-}
-
-src_install() {
- newbin debugclient xdebug
-}