diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-28 16:55:45 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-28 16:55:45 +0000 |
commit | 58cd86e4806deed7682af97fdf2f7f0fcb50f785 (patch) | |
tree | 18778fd9b786460b475ee7025e39999acaa04513 /dev-php/xdebug-client | |
parent | Fixed gtk+ dep (diff) | |
download | gentoo-2-58cd86e4806deed7682af97fdf2f7f0fcb50f785.tar.gz gentoo-2-58cd86e4806deed7682af97fdf2f7f0fcb50f785.tar.bz2 gentoo-2-58cd86e4806deed7682af97fdf2f7f0fcb50f785.zip |
Removed older versions
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/xdebug-client')
-rw-r--r-- | dev-php/xdebug-client/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.0.2.ebuild | 34 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.0.3.ebuild | 34 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.0.5.ebuild | 34 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.1.0_rc1.ebuild | 34 |
5 files changed, 6 insertions, 137 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 848cf42c0e55..85b8847fdd71 100644 --- a/dev-php/xdebug-client/ChangeLog +++ b/dev-php/xdebug-client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/xdebug-client # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.26 2011/01/30 16:54:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.27 2011/03/28 16:55:44 olemarkus Exp $ + + 28 Mar 2011; <olemarkus@gentoo.org> -xdebug-client-2.0.2.ebuild, + -xdebug-client-2.0.3.ebuild, -xdebug-client-2.0.5.ebuild, + -xdebug-client-2.1.0_rc1.ebuild: + Removed older versions 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> xdebug-client-2.1.0.ebuild: ia64/sparc stable 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 -} diff --git a/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild deleted file mode 100644 index f9c98203af1d..000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.0.3.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.3.ebuild,v 1.3 2010/02/05 09:49:32 aballier Exp $ - -KEYWORDS="~alpha ~amd64 ~hppa ~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 -} diff --git a/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild deleted file mode 100644 index 6348d927852e..000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.0.5.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.5.ebuild,v 1.5 2010/11/05 04:27:32 jer Exp $ - -KEYWORDS="~alpha amd64 hppa ~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 -} diff --git a/dev-php/xdebug-client/xdebug-client-2.1.0_rc1.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.0_rc1.ebuild deleted file mode 100644 index 6aafe6d0e3d1..000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.1.0_rc1.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.1.0_rc1.ebuild,v 1.1 2010/05/01 19:30:48 mabi Exp $ - -KEYWORDS="~alpha ~amd64 ~hppa ~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 -} |