Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Mon, 14 Jan 2019 15:30:56
Message-Id: 1547479836.7e8f393c767275d6e69cc5d139f78759d788231c.grknight@gentoo
1 commit: 7e8f393c767275d6e69cc5d139f78759d788231c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 15:26:45 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 15:30:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8f393c
7
8 dev-php/xdebug: Drop old versions
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/xdebug/Manifest | 3 ---
14 dev-php/xdebug/xdebug-2.4.1.ebuild | 39 -------------------------------------
15 dev-php/xdebug/xdebug-2.5.0.ebuild | 40 --------------------------------------
16 dev-php/xdebug/xdebug-2.6.0.ebuild | 40 --------------------------------------
17 4 files changed, 122 deletions(-)
18
19 diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
20 index 24f74d9c583..ac7f273e765 100644
21 --- a/dev-php/xdebug/Manifest
22 +++ b/dev-php/xdebug/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST xdebug-2.4.1.tgz 265542 BLAKE2B 01526f01bc24f6b241c9647da100b3c080a93bcce4cc00f6a0311b15759457735f1465022874d673069afe6a9a51fe5a7d6a1a2bbf190200193496d640e4381d SHA512 64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a
25 -DIST xdebug-2.5.0.tgz 267640 BLAKE2B beaa0ac97867a4d28f7daca3277f3c2071f2bc5cfa9302b64f8e02b65b2745340a689962d4f8e1668e3434ed271af741f8d47466f501e1d05c0e2240f0f39730 SHA512 75b1dbf32059eebb6ea3fb6ebb50ab26d73f8ce2964be1fec41ecfd9ae3d8bd55b6997daf03727b28b91ba06d08734865158bed6f038a46f00a1da5424ce5fe6
26 DIST xdebug-2.5.3.tgz 279085 BLAKE2B cbbfb15e92c3f80cda502340396a6137e2234442fd98bc3fe4b2e08e76cba6292fb5176992aadba7193308ec4c9ab32356922a4416a21b23603e9b48a0d73c06 SHA512 b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22
27 DIST xdebug-2.5.5.tgz 279491 BLAKE2B 2492911db7afca2bc96761788c4ec7eac92cb22a6d65b69070b74f702df2bae1ba7dff9f5edfe83542229dbb7ebb3850b6ed1cf19a5e5969413aac3f2d39fc73 SHA512 9faab421bd90c03734c047d8c6dcc021c8bc665eb36781c692f194d04c7dca24fe1eb920ca8dc407e5bf4ae0912c4b917587f940f34b07171a8881d4cf8695d1
28 -DIST xdebug-2.6.0.tgz 283644 BLAKE2B 1065585b3bdf07a7448e584dbd94b250d61247d577fe5a0c51fe9aad200ead766c140501ee9f2a6ec2a991896b9f542f911519af8c1351dbe80ac4857d4c8d34 SHA512 e81f771478eb45cdae5814037ac1b86bcb8c5616d22dcac436482c350187c53d3cc6d54be740a49dca6d38c58c086db6e4a68eb3004a0152d6215c97512538a2
29 DIST xdebug-2.6.1.tgz 283961 BLAKE2B 4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73 SHA512 31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
30
31 diff --git a/dev-php/xdebug/xdebug-2.4.1.ebuild b/dev-php/xdebug/xdebug-2.4.1.ebuild
32 deleted file mode 100644
33 index 322f4d39742..00000000000
34 --- a/dev-php/xdebug/xdebug-2.4.1.ebuild
35 +++ /dev/null
36 @@ -1,39 +0,0 @@
37 -# Copyright 1999-2016 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="6"
41 -PHP_EXT_NAME="xdebug"
42 -PHP_EXT_INI="yes"
43 -PHP_EXT_ZENDEXT="yes"
44 -PHP_EXT_INIFILE="2.4.1-xdebug.ini"
45 -
46 -USE_PHP="php7-0 php5-6"
47 -
48 -MY_PV="${PV/_/}"
49 -MY_PV="${MY_PV/rc/RC}"
50 -
51 -S="${WORKDIR}/${PN}-${MY_PV}"
52 -
53 -inherit php-ext-source-r3
54 -
55 -KEYWORDS="amd64 ~hppa ppc ppc64 x86"
56 -
57 -DESCRIPTION="A PHP debugging and profiling extension"
58 -HOMEPAGE="http://www.xdebug.org/"
59 -SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz"
60 -LICENSE="Xdebug"
61 -SLOT="0"
62 -IUSE=""
63 -
64 -DEPEND=""
65 -RDEPEND="${DEPEND}
66 - ~dev-php/xdebug-client-${PV}"
67 -DOCS=( README.rst CREDITS )
68 -
69 -pkg_postinst() {
70 - ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
71 - ewarn "installed as a dependency, and not all users will want xdebug to be"
72 - ewarn "enabled by default. If you want to enable it, you should edit the"
73 - ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
74 - ewarn "call xdebug_enable() in your code."
75 -}
76
77 diff --git a/dev-php/xdebug/xdebug-2.5.0.ebuild b/dev-php/xdebug/xdebug-2.5.0.ebuild
78 deleted file mode 100644
79 index 6c947603240..00000000000
80 --- a/dev-php/xdebug/xdebug-2.5.0.ebuild
81 +++ /dev/null
82 @@ -1,40 +0,0 @@
83 -# Copyright 1999-2016 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI="6"
87 -PHP_EXT_NAME="xdebug"
88 -PHP_EXT_INI="yes"
89 -PHP_EXT_ZENDEXT="yes"
90 -PHP_EXT_INIFILE="2.4.1-xdebug.ini"
91 -
92 -USE_PHP="php7-1 php7-0 php5-6"
93 -
94 -MY_PV="${PV/_/}"
95 -MY_PV="${MY_PV/rc/RC}"
96 -
97 -S="${WORKDIR}/${PN}-${MY_PV}"
98 -
99 -inherit php-ext-source-r3
100 -
101 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
102 -
103 -DESCRIPTION="A PHP debugging and profiling extension"
104 -HOMEPAGE="http://www.xdebug.org/"
105 -SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz"
106 -LICENSE="Xdebug"
107 -SLOT="0"
108 -IUSE=""
109 -
110 -DEPEND=""
111 -RDEPEND="${DEPEND}
112 - ~dev-php/xdebug-client-${PV}"
113 -DOCS=( README.rst CREDITS )
114 -PHP_EXT_ECONF_ARGS=()
115 -
116 -pkg_postinst() {
117 - ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
118 - ewarn "installed as a dependency, and not all users will want xdebug to be"
119 - ewarn "enabled by default. If you want to enable it, you should edit the"
120 - ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
121 - ewarn "call xdebug_enable() in your code."
122 -}
123
124 diff --git a/dev-php/xdebug/xdebug-2.6.0.ebuild b/dev-php/xdebug/xdebug-2.6.0.ebuild
125 deleted file mode 100644
126 index c3c96b4ac59..00000000000
127 --- a/dev-php/xdebug/xdebug-2.6.0.ebuild
128 +++ /dev/null
129 @@ -1,40 +0,0 @@
130 -# Copyright 1999-2018 Gentoo Foundation
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI="6"
134 -PHP_EXT_NAME="xdebug"
135 -PHP_EXT_INI="yes"
136 -PHP_EXT_ZENDEXT="yes"
137 -PHP_EXT_INIFILE="2.6.0-xdebug.ini"
138 -
139 -USE_PHP="php7-0 php7-1 php7-2"
140 -
141 -MY_PV="${PV/_/}"
142 -MY_PV="${MY_PV/rc/RC}"
143 -
144 -S="${WORKDIR}/${PN}-${MY_PV}"
145 -
146 -inherit php-ext-source-r3
147 -
148 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
149 -
150 -DESCRIPTION="A PHP debugging and profiling extension"
151 -HOMEPAGE="http://www.xdebug.org/"
152 -SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz"
153 -LICENSE="Xdebug"
154 -SLOT="0"
155 -IUSE=""
156 -
157 -DEPEND=""
158 -RDEPEND="${DEPEND}
159 - ~dev-php/xdebug-client-${PV}"
160 -DOCS=( README.rst CREDITS )
161 -PHP_EXT_ECONF_ARGS=()
162 -
163 -pkg_postinst() {
164 - ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
165 - ewarn "installed as a dependency, and not all users will want xdebug to be"
166 - ewarn "enabled by default. If you want to enable it, you should edit the"
167 - ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
168 - ewarn "call xdebug_enable() in your code."
169 -}