From e0df88d73cd2c18fefd281349296b258a2b921a1 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 4 May 2020 21:47:53 -0400 Subject: [PATCH] dev-php/xdebug-client: drop old Signed-off-by: Brian Evans --- dev-php/xdebug-client/Manifest | 3 -- .../xdebug-client/xdebug-client-2.6.1.ebuild | 29 -------------- .../xdebug-client/xdebug-client-2.9.2.ebuild | 40 ------------------- .../xdebug-client/xdebug-client-2.9.3.ebuild | 40 ------------------- 4 files changed, 112 deletions(-) delete mode 100644 dev-php/xdebug-client/xdebug-client-2.6.1.ebuild delete mode 100644 dev-php/xdebug-client/xdebug-client-2.9.2.ebuild delete mode 100644 dev-php/xdebug-client/xdebug-client-2.9.3.ebuild diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest index 576ef62cc5ae8..cb5578b4712a2 100644 --- a/dev-php/xdebug-client/Manifest +++ b/dev-php/xdebug-client/Manifest @@ -1,5 +1,2 @@ -DIST xdebug-2.6.1.tgz 283961 BLAKE2B 4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73 SHA512 31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b -DIST xdebug-2.9.2.tar.gz 432926 BLAKE2B 3d524e5a1aec0621389970e80cdc23dfd40a17113ad09294de65290531cac1b33cbc248be341e0c29d9ebb825be25dd6d6b65b9ebcca0c2c3ca43784d2bf9d50 SHA512 ef1780f34572ea47de7e107b5120a0ec640e0ce4ec2a1c98c128c4f69ec9916879d82b11d2eb94d9630ed27b2d20afec7ccda9f79040d47dbaba9e1933331d03 -DIST xdebug-2.9.3.tar.gz 434509 BLAKE2B dd6a42518e9100db32a4858f131fc5cd8f6ed715bbf16a8d20fbba40b7503a897dd6d010af81d0001301b999a64b5d67b193c72a456e396b54ddd61823556d57 SHA512 ec77a036e622a867d4ef46aa844d4d3a2b9ce04c8ce64300451f50539c9889dd10cec96b18292268540e2aee0260caeffbd9fa03abd24891b4c9fe68d02598d5 DIST xdebug-2.9.4.tar.gz 434622 BLAKE2B bd0d0c6a46867ffba88693f142346d11b5abfab3254c549b74ff9169536c42903b1fb1cb94c3344060590b63e287878ea05c6ef7ad8343234bada3857e0dbe75 SHA512 cf19fb9fd12c32e04c18f296694d0667dfe6e14617da932804d17526c88ab19dd2307ad43d036a8c0cb1f871a964523473879da8815f346faf83ec3b9e3952e3 DIST xdebug-2.9.5.tar.gz 434947 BLAKE2B 08fd7cc92880c9b00180d495341fc7e54998cf3c2294b824d94c3c4ed982ae5b087084b776bcc4f8f4e1aa420396c803d330bc76748cf972cccab4e3f1416d38 SHA512 2a937d08468d3a2963559a56bdf9c9aa6ede3f0ee63797aa14831bcab33a5ede65b87791171a0c794eefdfcffa65bb4d0c06b5377fe03ade65f4defa6e328c72 diff --git a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild deleted file mode 100644 index cc129cdbb6319..0000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ) net-libs/libnsl:0=" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with libedit) -} - -src_install() { - newbin debugclient xdebug -} diff --git a/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild b/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild deleted file mode 100644 index ad1c2866a2973..0000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - -MY_PN="xdebug" -MY_PV="${PV/_/}" -MY_PV="${MY_PV/rc/RC}" - -inherit autotools - -DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)" -HOMEPAGE="https://xdebug.org/" -# Using tarball from GitHub for tests -#SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz" -SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" -LICENSE="Xdebug" -SLOT="0" -IUSE="libedit" - -S="${WORKDIR}/${MY_PN}-${MY_PV}/debugclient" - -DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0=" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf $(use_with libedit) -} - -src_install() { - newbin debugclient xdebug -} diff --git a/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild b/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild deleted file mode 100644 index ad1c2866a2973..0000000000000 --- a/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - -MY_PN="xdebug" -MY_PV="${PV/_/}" -MY_PV="${MY_PV/rc/RC}" - -inherit autotools - -DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)" -HOMEPAGE="https://xdebug.org/" -# Using tarball from GitHub for tests -#SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz" -SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" -LICENSE="Xdebug" -SLOT="0" -IUSE="libedit" - -S="${WORKDIR}/${MY_PN}-${MY_PV}/debugclient" - -DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0=" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf $(use_with libedit) -} - -src_install() { - newbin debugclient xdebug -}