Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/
Date: Wed, 26 Jul 2017 15:31:58
Message-Id: 1501083108.820ed95555d025e4b0abb3f34a2e1cb95603b6de.mgorny@gentoo
1 commit: 820ed95555d025e4b0abb3f34a2e1cb95603b6de
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 24 22:33:47 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 15:31:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ed955
7
8 app-admin/supervisor: remove vulnerable versions
9
10 Bug: https://bugs.gentoo.org/626100
11 Closes: https://github.com/gentoo/gentoo/pull/5205
12 Package-Manager: Portage-2.3.6, Repoman-2.3.3
13
14 app-admin/supervisor/Manifest | 3 --
15 app-admin/supervisor/supervisor-3.1.3.ebuild | 46 -----------------------
16 app-admin/supervisor/supervisor-3.3.1-r1.ebuild | 50 -------------------------
17 app-admin/supervisor/supervisor-3.3.1.ebuild | 46 -----------------------
18 app-admin/supervisor/supervisor-3.3.2.ebuild | 50 -------------------------
19 5 files changed, 195 deletions(-)
20
21 diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
22 index b24583a6648..2f53b933d5f 100644
23 --- a/app-admin/supervisor/Manifest
24 +++ b/app-admin/supervisor/Manifest
25 @@ -1,5 +1,2 @@
26 -DIST supervisor-3.1.3.tar.gz 391529 SHA256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5 WHIRLPOOL da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552
27 DIST supervisor-3.1.4.tar.gz 392321 SHA256 82f75089f719a7a3ca87f35c89a03c20fd3c0912552c96eb6fa40274ced6604e SHA512 7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07 WHIRLPOOL 64a3b7c46b6c2a2c5d67ebfc44fef0f3382ff98a2468b3c210f03b205a3cbf6d7604788b985c98b093c20a1950b4a343a86cf914713072fa2f28f50f0478f63e
28 -DIST supervisor-3.3.1.tar.gz 415246 SHA256 fc3af22e5a7af2f6c3be787acf055c1c17777f5607cd4dc935fe633ab97061fd SHA512 e67d4e7b01f6f98a595e7524c5318e780b422a7f8f932f205c6a4d74c3c9e058b265b1732e944e5b467daa6ceffde7d1aae1f1af12c2b7c53728739edb10f740 WHIRLPOOL 744fd11df897ac25839138ce12bf194682b4d0576396b692ef2befecdffb658ed9c2a47aa2248793b082c674cb9a3dc39c0c38127e4a2da74028fb8606500336
29 -DIST supervisor-3.3.2.tar.gz 417348 SHA256 bbb870f5b59c5c4fd79f711553e343158b2c64688997a23a1bcb2ce643f57771 SHA512 959f045d8da5a263a6990fdc4a93154684c74cca5f49aeb733b86da046a8a3a56981062d16f0ab8177c0e0bb41f137c62e1ae6a52582e76bbe0adb2b8185202c WHIRLPOOL 2cd1bae59d187d9623089a4c9bcc11773a7fd371fc8725b34b28cd5b342391ddf92dd1c3d77f7eed53ab0209fd611fd3ce0e9b15e108b422189620d97cb37658
30 DIST supervisor-3.3.3.tar.gz 418354 SHA256 96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad SHA512 8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a WHIRLPOOL e7d880f76fb6a3eabe6d4c78c19464e1f4880d195e58bdd10d829beb8962f9d8bd39ac5274ec96c6d47ac9478f5f3b80a36131cbbda275bc23b33bd664ca9d2a
31
32 diff --git a/app-admin/supervisor/supervisor-3.1.3.ebuild b/app-admin/supervisor/supervisor-3.1.3.ebuild
33 deleted file mode 100644
34 index 00493354169..00000000000
35 --- a/app-admin/supervisor/supervisor-3.1.3.ebuild
36 +++ /dev/null
37 @@ -1,46 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI="5"
42 -
43 -PYTHON_COMPAT=( python2_7 ) # py2 only
44 -# xml.etree.ElementTree module required.
45 -PYTHON_REQ_USE="xml"
46 -
47 -inherit distutils-r1
48 -
49 -MY_PV="${PV/_beta/b}"
50 -
51 -DESCRIPTION="A system for controlling process state under UNIX"
52 -HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
53 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
54 -
55 -LICENSE="repoze ZPL BSD HPND GPL-2"
56 -SLOT="0"
57 -KEYWORDS="amd64 x86"
58 -IUSE="doc test"
59 -
60 -# ALL versions of meld3 match to >=meld3-0.6.5
61 -RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
62 - dev-python/setuptools[${PYTHON_USEDEP}]"
63 -DEPEND="${RDEPEND}
64 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
65 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
66 -
67 -S="${WORKDIR}/${PN}-${MY_PV}"
68 -
69 -python_compile_all() {
70 - # Somehow the test phase is called and run on invoking a doc build; harmless
71 - use doc && emake -C docs html
72 -}
73 -
74 -python_test() {
75 - esetup.py test
76 -}
77 -
78 -python_install_all() {
79 - newinitd "${FILESDIR}/init.d-r1" supervisord
80 - newconfd "${FILESDIR}/conf.d" supervisord
81 - use doc && local HTML_DOCS=( docs/.build/html/. )
82 - distutils-r1_python_install_all
83 -}
84
85 diff --git a/app-admin/supervisor/supervisor-3.3.1-r1.ebuild b/app-admin/supervisor/supervisor-3.3.1-r1.ebuild
86 deleted file mode 100644
87 index 1ac705a3616..00000000000
88 --- a/app-admin/supervisor/supervisor-3.3.1-r1.ebuild
89 +++ /dev/null
90 @@ -1,50 +0,0 @@
91 -# Copyright 1999-2016 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -
96 -PYTHON_COMPAT=( python2_7 ) # py2 only
97 -# xml.etree.ElementTree module required.
98 -PYTHON_REQ_USE="xml"
99 -
100 -inherit distutils-r1
101 -
102 -MY_PV="${PV/_beta/b}"
103 -
104 -DESCRIPTION="A system for controlling process state under UNIX"
105 -HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
106 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
107 -
108 -LICENSE="repoze ZPL BSD HPND GPL-2"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -IUSE="doc test"
112 -
113 -RDEPEND="
114 - dev-python/meld3[${PYTHON_USEDEP}]
115 -"
116 -DEPEND="
117 - dev-python/setuptools[${PYTHON_USEDEP}]
118 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
119 - test? (
120 - ${RDEPEND}
121 - dev-python/mock[${PYTHON_USEDEP}]
122 - )
123 -"
124 -
125 -S="${WORKDIR}/${PN}-${MY_PV}"
126 -
127 -python_compile_all() {
128 - use doc && emake -C docs html
129 -}
130 -
131 -python_test() {
132 - esetup.py test
133 -}
134 -
135 -python_install_all() {
136 - newinitd "${FILESDIR}/init.d-r1" supervisord
137 - newconfd "${FILESDIR}/conf.d" supervisord
138 - use doc && local HTML_DOCS=( docs/.build/html/. )
139 - distutils-r1_python_install_all
140 -}
141
142 diff --git a/app-admin/supervisor/supervisor-3.3.1.ebuild b/app-admin/supervisor/supervisor-3.3.1.ebuild
143 deleted file mode 100644
144 index 70bbbe97611..00000000000
145 --- a/app-admin/supervisor/supervisor-3.3.1.ebuild
146 +++ /dev/null
147 @@ -1,46 +0,0 @@
148 -# Copyright 1999-2016 Gentoo Foundation
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI="5"
152 -
153 -PYTHON_COMPAT=( python2_7 ) # py2 only
154 -# xml.etree.ElementTree module required.
155 -PYTHON_REQ_USE="xml"
156 -
157 -inherit distutils-r1
158 -
159 -MY_PV="${PV/_beta/b}"
160 -
161 -DESCRIPTION="A system for controlling process state under UNIX"
162 -HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
163 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
164 -
165 -LICENSE="repoze ZPL BSD HPND GPL-2"
166 -SLOT="0"
167 -KEYWORDS="~amd64 ~x86"
168 -IUSE="doc test"
169 -
170 -# ALL versions of meld3 match to >=meld3-0.6.5
171 -RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
172 - dev-python/setuptools[${PYTHON_USEDEP}]"
173 -DEPEND="${RDEPEND}
174 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
175 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
176 -
177 -S="${WORKDIR}/${PN}-${MY_PV}"
178 -
179 -python_compile_all() {
180 - # Somehow the test phase is called and run on invoking a doc build; harmless
181 - use doc && emake -C docs html
182 -}
183 -
184 -python_test() {
185 - esetup.py test
186 -}
187 -
188 -python_install_all() {
189 - newinitd "${FILESDIR}/init.d-r1" supervisord
190 - newconfd "${FILESDIR}/conf.d" supervisord
191 - use doc && local HTML_DOCS=( docs/.build/html/. )
192 - distutils-r1_python_install_all
193 -}
194
195 diff --git a/app-admin/supervisor/supervisor-3.3.2.ebuild b/app-admin/supervisor/supervisor-3.3.2.ebuild
196 deleted file mode 100644
197 index 7297e311db1..00000000000
198 --- a/app-admin/supervisor/supervisor-3.3.2.ebuild
199 +++ /dev/null
200 @@ -1,50 +0,0 @@
201 -# Copyright 1999-2017 Gentoo Foundation
202 -# Distributed under the terms of the GNU General Public License v2
203 -
204 -EAPI=6
205 -
206 -PYTHON_COMPAT=( python2_7 ) # py2 only
207 -# xml.etree.ElementTree module required.
208 -PYTHON_REQ_USE="xml"
209 -
210 -inherit distutils-r1
211 -
212 -MY_PV="${PV/_beta/b}"
213 -
214 -DESCRIPTION="A system for controlling process state under UNIX"
215 -HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
216 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
217 -
218 -LICENSE="repoze ZPL BSD HPND GPL-2"
219 -SLOT="0"
220 -KEYWORDS="~amd64 ~x86"
221 -IUSE="doc test"
222 -
223 -RDEPEND="
224 - dev-python/meld3[${PYTHON_USEDEP}]
225 -"
226 -DEPEND="
227 - dev-python/setuptools[${PYTHON_USEDEP}]
228 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
229 - test? (
230 - ${RDEPEND}
231 - dev-python/mock[${PYTHON_USEDEP}]
232 - )
233 -"
234 -
235 -S="${WORKDIR}/${PN}-${MY_PV}"
236 -
237 -python_compile_all() {
238 - use doc && emake -C docs html
239 -}
240 -
241 -python_test() {
242 - esetup.py test
243 -}
244 -
245 -python_install_all() {
246 - newinitd "${FILESDIR}/init.d-r1" supervisord
247 - newconfd "${FILESDIR}/conf.d" supervisord
248 - use doc && local HTML_DOCS=( docs/.build/html/. )
249 - distutils-r1_python_install_all
250 -}