From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Tue, 5 May 2020 01:48:10 +0000 (UTC) [thread overview]
Message-ID: <1588643205.c265bb538377c459a807ee68b7a38f12e825fa07.grknight@gentoo> (raw)
commit: c265bb538377c459a807ee68b7a38f12e825fa07
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue May 5 01:46:45 2020 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue May 5 01:46:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c265bb53
dev-php/xdebug: Drop old
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/xdebug/Manifest | 3 ---
dev-php/xdebug/xdebug-2.6.1.ebuild | 40 ------------------------------------
dev-php/xdebug/xdebug-2.9.2.ebuild | 42 --------------------------------------
dev-php/xdebug/xdebug-2.9.3.ebuild | 42 --------------------------------------
4 files changed, 127 deletions(-)
diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index 576ef62cc5a..cb5578b4712 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/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/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild
deleted file mode 100644
index 2b843ff635a..00000000000
--- a/dev-php/xdebug/xdebug-2.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PHP_EXT_NAME="xdebug"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_INIFILE="2.6.0-xdebug.ini"
-
-USE_PHP="php7-0 php7-1 php7-2"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-inherit php-ext-source-r3
-
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-
-DESCRIPTION="A PHP debugging and profiling extension"
-HOMEPAGE="http://www.xdebug.org/"
-SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- ~dev-php/xdebug-client-${PV}"
-DOCS=( README.rst CREDITS )
-PHP_EXT_ECONF_ARGS=()
-
-pkg_postinst() {
- ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
- ewarn "installed as a dependency, and not all users will want xdebug to be"
- ewarn "enabled by default. If you want to enable it, you should edit the"
- ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
- ewarn "call xdebug_enable() in your code."
-}
diff --git a/dev-php/xdebug/xdebug-2.9.2.ebuild b/dev-php/xdebug/xdebug-2.9.2.ebuild
deleted file mode 100644
index 95745e2c779..00000000000
--- a/dev-php/xdebug/xdebug-2.9.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PHP_EXT_NAME="xdebug"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_INIFILE="2.6.0-xdebug.ini"
-
-USE_PHP="php7-2 php7-3 php7-4"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="A PHP debugging and profiling extension"
-HOMEPAGE="https://xdebug.org/"
-# Using tarball from GitHub for tests
-#SRC_URI="https://pecl.php.net/get/${PN}-${MY_PV}.tgz"
-SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- ~dev-php/xdebug-client-${PV}"
-DOCS=( README.rst CREDITS )
-PHP_EXT_ECONF_ARGS=()
-
-pkg_postinst() {
- ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
- ewarn "installed as a dependency, and not all users will want xdebug to be"
- ewarn "enabled by default. If you want to enable it, you should edit the"
- ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
- ewarn "call xdebug_enable() in your code."
-}
diff --git a/dev-php/xdebug/xdebug-2.9.3.ebuild b/dev-php/xdebug/xdebug-2.9.3.ebuild
deleted file mode 100644
index 95745e2c779..00000000000
--- a/dev-php/xdebug/xdebug-2.9.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PHP_EXT_NAME="xdebug"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_INIFILE="2.6.0-xdebug.ini"
-
-USE_PHP="php7-2 php7-3 php7-4"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="A PHP debugging and profiling extension"
-HOMEPAGE="https://xdebug.org/"
-# Using tarball from GitHub for tests
-#SRC_URI="https://pecl.php.net/get/${PN}-${MY_PV}.tgz"
-SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- ~dev-php/xdebug-client-${PV}"
-DOCS=( README.rst CREDITS )
-PHP_EXT_ECONF_ARGS=()
-
-pkg_postinst() {
- ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
- ewarn "installed as a dependency, and not all users will want xdebug to be"
- ewarn "enabled by default. If you want to enable it, you should edit the"
- ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
- ewarn "call xdebug_enable() in your code."
-}
next reply other threads:[~2020-05-05 1:48 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-05 1:48 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 2:19 [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/ Michael Orlitzky
2024-10-17 7:19 Sam James
2024-10-17 6:37 Sam James
2024-10-17 6:33 Sam James
2024-06-11 11:36 Arthur Zamarin
2024-01-18 7:56 Sam James
2023-12-01 3:30 Sam James
2023-09-28 0:21 Sam James
2023-09-25 2:33 Sam James
2023-08-20 5:43 Sam James
2023-07-24 3:22 Sam James
2023-07-06 6:08 Sam James
2022-02-17 7:34 Agostino Sarubbo
2022-02-17 7:33 Agostino Sarubbo
2022-02-17 7:32 Agostino Sarubbo
2022-02-15 21:21 Jakov Smolić
2022-02-15 19:03 Brian Evans
2022-02-15 18:55 Brian Evans
2022-02-15 18:55 Brian Evans
2021-10-15 14:33 Thomas Deutschmann
2021-04-10 22:27 Thomas Deutschmann
2021-02-23 22:22 Thomas Deutschmann
2021-02-16 15:05 Brian Evans
2021-02-16 15:05 Brian Evans
2021-01-21 16:57 Brian Evans
2021-01-15 16:27 Brian Evans
2020-09-30 18:05 Thomas Deutschmann
2020-09-17 15:18 Thomas Deutschmann
2020-09-05 15:16 Sam James
2020-09-03 17:00 Thomas Deutschmann
2020-09-03 17:00 Thomas Deutschmann
2020-06-14 23:30 Thomas Deutschmann
2020-05-01 14:00 Agostino Sarubbo
2020-05-01 13:58 Agostino Sarubbo
2020-04-29 21:31 Thomas Deutschmann
2020-04-28 13:10 Agostino Sarubbo
2020-04-26 23:44 Thomas Deutschmann
2020-03-30 1:36 Thomas Deutschmann
2020-03-19 21:55 Thomas Deutschmann
2020-02-11 19:52 Brian Evans
2020-02-11 19:52 Brian Evans
2020-01-23 1:30 Thomas Deutschmann
2019-12-09 23:33 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2019-06-06 12:26 Thomas Deutschmann
2019-06-06 12:26 Thomas Deutschmann
2019-03-06 21:35 Thomas Deutschmann
2019-02-22 14:55 Thomas Deutschmann
2019-02-13 20:02 Thomas Deutschmann
2019-01-17 8:29 Sergei Trofimovich
2019-01-17 8:08 Sergei Trofimovich
2019-01-15 22:10 Thomas Deutschmann
2019-01-14 16:03 Brian Evans
2019-01-14 15:30 Brian Evans
2018-10-15 19:04 Brian Evans
2018-08-10 19:16 Brian Evans
2017-11-29 17:28 Brian Evans
2017-10-15 21:43 Thomas Deutschmann
2017-10-14 20:33 Sergei Trofimovich
2017-10-09 13:16 Brian Evans
2017-10-06 22:46 Sergei Trofimovich
2017-04-21 14:01 Brian Evans
2017-01-17 19:32 Michael Orlitzky
2016-12-25 10:23 Agostino Sarubbo
2016-12-22 8:57 Agostino Sarubbo
2016-12-20 13:40 Tobias Klausmann
2016-12-08 18:29 Brian Evans
2016-12-08 18:29 Brian Evans
2016-03-22 14:29 Brian Evans
2016-03-22 14:25 Brian Evans
2016-03-22 14:25 Brian Evans
2016-03-02 0:52 Brian Evans
2015-12-04 21:36 Brian Evans
2015-11-13 19:09 Brian Evans
2015-11-09 15:29 Brian Evans
2015-11-06 16:32 Brian Evans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588643205.c265bb538377c459a807ee68b7a38f12e825fa07.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox