commit:     fb73f0c9f362ad47fac06f61523f5fbb7b6ab92b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 20:25:14 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 20:25:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb73f0c9

dev-php/xdebug: Drop old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/xdebug/Manifest               |  2 --
 dev-php/xdebug/files/2.4.1-xdebug.ini | 46 -----------------------------------
 dev-php/xdebug/xdebug-2.5.3.ebuild    | 40 ------------------------------
 dev-php/xdebug/xdebug-2.5.5.ebuild    | 40 ------------------------------
 4 files changed, 128 deletions(-)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index f0f69510aff..d031a77a315 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -1,5 +1,3 @@
-DIST xdebug-2.5.3.tgz 279085 BLAKE2B 
cbbfb15e92c3f80cda502340396a6137e2234442fd98bc3fe4b2e08e76cba6292fb5176992aadba7193308ec4c9ab32356922a4416a21b23603e9b48a0d73c06
 SHA512 
b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22
-DIST xdebug-2.5.5.tgz 279491 BLAKE2B 
2492911db7afca2bc96761788c4ec7eac92cb22a6d65b69070b74f702df2bae1ba7dff9f5edfe83542229dbb7ebb3850b6ed1cf19a5e5969413aac3f2d39fc73
 SHA512 
9faab421bd90c03734c047d8c6dcc021c8bc665eb36781c692f194d04c7dca24fe1eb920ca8dc407e5bf4ae0912c4b917587f940f34b07171a8881d4cf8695d1
 DIST xdebug-2.6.1.tgz 283961 BLAKE2B 
4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73
 SHA512 
31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
 DIST xdebug-2.7.0.tar.gz 411943 BLAKE2B 
d01ad4f84a93356d0ce885cd0b3fb4e72bb55c7df0cb264750f91711e25955c3c5941ca40d5374ead6f4a0c2c70ec30c4133e626d5a925fe0c539541567692de
 SHA512 
44ba3a1e7ca111250c53369df603851d84cb1ea91b691ef9f7695a6565369bf20a30e8bd2b9398ecc4440df4a566674876dd47ad8e60fe116c6784167461d5db
 DIST xdebug-2.7.2.tar.gz 416082 BLAKE2B 
c84e8a7b5e2fbc0989c47d9dff8c8d52d6e44a9fea1f7be483cec60b8b75e8665c71a536d0ca0c1b835990f747cadb29900d64b5ab0f47a4be172e7e1c0d38b2
 SHA512 
b099904b552750b9ff09181f068deddb155c820d20f6a4dcc37579771607e4e9c43af1cf226e74c012abd188b240c46b13207b9e55bdf010a696b739f1ea5e88

diff --git a/dev-php/xdebug/files/2.4.1-xdebug.ini 
b/dev-php/xdebug/files/2.4.1-xdebug.ini
deleted file mode 100644
index 62042aee217..00000000000
--- a/dev-php/xdebug/files/2.4.1-xdebug.ini
+++ /dev/null
@@ -1,46 +0,0 @@
-xdebug.auto_trace="0"
-xdebug.trace_output_dir="/tmp"
-xdebug.trace_output_name="trace.%c"
-xdebug.trace_format="0"
-xdebug.trace_options="0"
-xdebug.collect_includes="1"
-xdebug.collect_params="0"
-xdebug.collect_return="0"
-xdebug.collect_vars="0"
-xdebug.default_enable="1"
-xdebug.extended_info="1"
-xdebug.manual_url="http://www.php.net";
-xdebug.max_nesting_level="256"
-xdebug.show_error_trace="0"
-xdebug.show_exception_trace="0"
-xdebug.show_local_vars="0"
-xdebug.show_mem_delta="0"
-xdebug.dump.COOKIE="NULL"
-xdebug.dump.ENV="NULL"
-xdebug.dump.FILES="NULL"
-xdebug.dump.GET="NULL"
-xdebug.dump.POST="NULL"
-xdebug.dump.REQUEST="NULL"
-xdebug.dump.SERVER="NULL"
-xdebug.dump.SESSION="NULL"
-xdebug.dump_globals="1"
-xdebug.dump_once="1"
-xdebug.dump_undefined="0"
-xdebug.overload_var_dump="2"
-xdebug.profiler_enable="0"
-xdebug.profiler_output_dir="/tmp"
-xdebug.profiler_output_name="cachegrind.out.%p"
-xdebug.profiler_enable_trigger="0"
-xdebug.profiler_append="0"
-xdebug.profiler_aggregate="0"
-xdebug.remote_enable="0"
-xdebug.remote_handler="dbgp"
-xdebug.remote_host="localhost"
-xdebug.remote_mode="req"
-xdebug.remote_port="9000"
-xdebug.remote_autostart="0"
-xdebug.remote_log=""
-xdebug.idekey=""
-xdebug.var_display_max_data="512"
-xdebug.var_display_max_depth="2"
-xdebug.var_display_max_children="128"

diff --git a/dev-php/xdebug/xdebug-2.5.3.ebuild 
b/dev-php/xdebug/xdebug-2.5.3.ebuild
deleted file mode 100644
index e7772abc27d..00000000000
--- a/dev-php/xdebug/xdebug-2.5.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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.4.1-xdebug.ini"
-
-USE_PHP="php7-1 php7-0 php5-6"
-
-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.5.5.ebuild 
b/dev-php/xdebug/xdebug-2.5.5.ebuild
deleted file mode 100644
index 2f3ece25477..00000000000
--- a/dev-php/xdebug/xdebug-2.5.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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.4.1-xdebug.ini"
-
-USE_PHP="php7-1 php7-0 php5-6"
-
-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."
-}

Reply via email to