summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-04-14 06:29:24 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-04-14 06:29:24 +0000
commit819730e3ef29b7ad930edd573b00acab2901a85f (patch)
tree4e81b141035a1775a4d4e7a662e12e1b92072182 /dev-php/xdebug-client
parentVersion bump (diff)
downloadgentoo-2-819730e3ef29b7ad930edd573b00acab2901a85f.tar.gz
gentoo-2-819730e3ef29b7ad930edd573b00acab2901a85f.tar.bz2
gentoo-2-819730e3ef29b7ad930edd573b00acab2901a85f.zip
Removing older versions
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/xdebug-client')
-rw-r--r--dev-php/xdebug-client/ChangeLog9
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.1.0.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.1.1.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.1.2.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.1.3.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.1.4.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.2.0_rc1.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.2.0_rc2.ebuild34
8 files changed, 8 insertions, 239 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog
index 00006741a4da..ba02e48bd5c5 100644
--- a/dev-php/xdebug-client/ChangeLog
+++ b/dev-php/xdebug-client/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/xdebug-client
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.56 2013/04/14 06:27:09 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.57 2013/04/14 06:29:24 olemarkus Exp $
+
+ 14 Apr 2013; Ole Markus With <olemarkus@gentoo.org>
+ -xdebug-client-2.1.0.ebuild, -xdebug-client-2.1.1.ebuild,
+ -xdebug-client-2.1.2.ebuild, -xdebug-client-2.1.3.ebuild,
+ -xdebug-client-2.1.4.ebuild, -xdebug-client-2.2.0_rc1.ebuild,
+ -xdebug-client-2.2.0_rc2.ebuild:
+ Removing older versions
*xdebug-client-2.2.2 (14 Apr 2013)
diff --git a/dev-php/xdebug-client/xdebug-client-2.1.0.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.0.ebuild
deleted file mode 100644
index 7de86d8cf28a..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.ebuild,v 1.9 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.1.ebuild
deleted file mode 100644
index 0f716381c749..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.1.ebuild,v 1.2 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.2.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.2.ebuild
deleted file mode 100644
index d467e00369e6..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.2.ebuild,v 1.8 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.3.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.3.ebuild
deleted file mode 100644
index 6066f5df825b..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.3.ebuild,v 1.2 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.4.ebuild b/dev-php/xdebug-client/xdebug-client-2.1.4.ebuild
deleted file mode 100644
index 8d38176f752d..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.1.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.4.ebuild,v 1.2 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.2.0_rc1.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.0_rc1.ebuild
deleted file mode 100644
index 5ce50d14ca34..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.2.0_rc1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.2.0_rc1.ebuild,v 1.2 2012/09/09 17:37:25 armin76 Exp $
-
-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_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.2.0_rc2.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.0_rc2.ebuild
deleted file mode 100644
index 72a7df561213..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.2.0_rc2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.2.0_rc2.ebuild,v 1.2 2012/09/09 17:37:25 armin76 Exp $
-
-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_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
-}