summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/xdebug/xdebug-1.3.2.ebuild')
-rw-r--r--dev-php/xdebug/xdebug-1.3.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-php/xdebug/xdebug-1.3.2.ebuild b/dev-php/xdebug/xdebug-1.3.2.ebuild
deleted file mode 100644
index 51f9c32ad339..000000000000
--- a/dev-php/xdebug/xdebug-1.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.2.ebuild,v 1.4 2005/09/10 23:16:51 agriffis Exp $
-
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_NAME="xdebug"
-
-inherit php-ext-source
-
-IUSE=""
-DESCRIPTION="A PHP Debugging and Profiling extension."
-HOMEPAGE="http://www.xdebug.org/"
-SLOT="0"
-MY_P="${P/_/}"
-SRC_URI="http://www.xdebug.org/files/${MY_P}.tgz"
-S="${WORKDIR}/${MY_P}"
-LICENSE="Xdebug"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
-
-src_install() {
- php-ext-source_src_install
- dodoc NEWS README Changelog CREDITS LICENSE
-}