summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/xdebug-client/xdebug-client-2.0.2.ebuild')
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild
deleted file mode 100644
index 6930ab3b44ea..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.5 2010/02/05 09:49:32 aballier Exp $
-
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc 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_unpack() {
- unpack ${A}
- chmod +x "${S}"/configure
-}
-
-src_compile() {
- econf $(use_with libedit) --disable-dependency-tracking
- emake || die "Build of debug client failed!"
-}
-
-src_install() {
- newbin debugclient xdebug
-}