Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-www/
Date: Mon, 01 Jun 2020 22:57:50
Message-Id: 1591052250.8cd9e1f29cdaea9024bf1336a097c7e4fdf9dab1.dolsen@gentoo
1 commit: 8cd9e1f29cdaea9024bf1336a097c7e4fdf9dab1
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 18:35:13 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 22:57:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd9e1f2
7
8 dev-util/buildbot-www: Version bump, clean vulnerable versions
9
10 gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
13
14 dev-util/buildbot-www/Manifest | 4 +-
15 dev-util/buildbot-www/buildbot-www-0.9.12.ebuild | 52 ------------------------
16 dev-util/buildbot-www/buildbot-www-1.1.2.ebuild | 52 ------------------------
17 dev-util/buildbot-www/buildbot-www-1.3.0.ebuild | 52 ------------------------
18 dev-util/buildbot-www/buildbot-www-2.8.0.ebuild | 29 +++++++++++++
19 5 files changed, 30 insertions(+), 159 deletions(-)
20
21 diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
22 index 05a9cff453c..b7a215933db 100644
23 --- a/dev-util/buildbot-www/Manifest
24 +++ b/dev-util/buildbot-www/Manifest
25 @@ -1,4 +1,2 @@
26 -DIST buildbot-www-0.9.12.tar.gz 691551 BLAKE2B 9bef044fe9e48e34d3e314d9c9b7446a1e295898c432da5c8915e36156f2f934fd065c8075dd55f68da7bc29a567c1ef276bc415df38911aff7c33de46fa7942 SHA512 6c525d32407be24aa728a0bd9c9a09c64bb4bef092ef9e5285475527f7fcbd89d516ea376d90b22aa24af384d73125bc886360cf992dfe3d01471838193f351a
27 -DIST buildbot-www-1.1.2.tar.gz 718705 BLAKE2B 009ae0dc07693f9eee4e3982ccbecb32d64e7d27e374f539cd541a5f80d9b9bf798e8836502cd26a5477b0ee842dbfae2308608fa3320e682afd0bcda2f89f1e SHA512 e4a0f7aee5e38d0522d39c819d4b9865966e020fd89b156e79807417fd7f82d497fbceafcc8a89e5beb6def1f42e4bfc595053581cbe2634520ad2c806ce3968
28 -DIST buildbot-www-1.3.0.tar.gz 717517 BLAKE2B 57b0ed7ef46fecb242562a0f93e234985c9cc0ea55d273c1c5de74753f6ea83d25d5017515afb6ad4b7bff4f80cdfb9a6daf937c5cd133c017c9bd6fa9d6d7ee SHA512 e01d1d3528ab1f29ff136321b25f45b01733a4f23cd9d637c9e3290b5301a8ac3dc545decb178c1332e58dc3e11065ef73df49fbb46fca6068acabdd40a8bff1
29 DIST buildbot-www-2.7.0.tar.gz 3173804 BLAKE2B ac51e6b8c6860dfd98647cacd5a300099bee19b64bb796e8643fab149c96604bb63a565a25eea51dbdc458128cd4c431efbf46069f2ee0adf5f835992d860e5f SHA512 530c2e3926dbec743b9dbc3ed38ba32c421ee265dc5ff48618748a547b0e8da4d7064e6afa379a8187ec189f8031c1e24b99576d276bc5eab4ad1c6a5bc27a84
30 +DIST buildbot-www-2.8.0.tar.gz 3174211 BLAKE2B 32463f0456ba3fbc5eefd067bcffc4021e1b1dbe95d3a68b1a52c1657317c883a49c6b5baa0696f1bc90c7a519406eb6a4b0797e9c48f28d021cbd4480d80ff9 SHA512 916fe250f14bcc2cfdfe6d54d426c523b6a093e13ec60be65b93e3dcad2bf919d091b9b4ecd797e0d616c8bb6cd02974ee9d66931031d8e614740bb9f816fb16
31
32 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
33 deleted file mode 100644
34 index 196516c17f9..00000000000
35 --- a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
36 +++ /dev/null
37 @@ -1,52 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI="6"
42 -PYTHON_REQ_USE="sqlite"
43 -PYTHON_COMPAT=( python3_6 )
44 -
45 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
46 -
47 -[[ ${PV} == *9999 ]] && inherit git-r3
48 -inherit distutils-r1
49 -
50 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
51 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
52 -
53 -MY_PV="${PV/_p/.post}"
54 -MY_P="${PN}-${MY_PV}"
55 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -
60 -if [[ ${PV} == *9999 ]]; then
61 - KEYWORDS=""
62 -else
63 - KEYWORDS="~amd64"
64 -fi
65 -
66 -IUSE="test"
67 -RESTRICT="!test? ( test )"
68 -
69 -RDEPEND=""
70 -
71 -DEPEND="${RDEPEND}
72 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
73 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
74 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
75 - dev-python/mock[${PYTHON_USEDEP}]
76 -"
77 -
78 -S="${WORKDIR}/${MY_P}"
79 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
80 -
81 -python_test() {
82 - distutils_install_for_testing
83 -
84 - esetup.py test || die "Tests failed under ${EPYTHON}"
85 -}
86 -
87 -python_install_all() {
88 - distutils-r1_python_install_all
89 -}
90
91 diff --git a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild b/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
92 deleted file mode 100644
93 index 196516c17f9..00000000000
94 --- a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
95 +++ /dev/null
96 @@ -1,52 +0,0 @@
97 -# Copyright 1999-2020 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI="6"
101 -PYTHON_REQ_USE="sqlite"
102 -PYTHON_COMPAT=( python3_6 )
103 -
104 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
105 -
106 -[[ ${PV} == *9999 ]] && inherit git-r3
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
110 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
111 -
112 -MY_PV="${PV/_p/.post}"
113 -MY_P="${PN}-${MY_PV}"
114 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -
119 -if [[ ${PV} == *9999 ]]; then
120 - KEYWORDS=""
121 -else
122 - KEYWORDS="~amd64"
123 -fi
124 -
125 -IUSE="test"
126 -RESTRICT="!test? ( test )"
127 -
128 -RDEPEND=""
129 -
130 -DEPEND="${RDEPEND}
131 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
132 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
133 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
134 - dev-python/mock[${PYTHON_USEDEP}]
135 -"
136 -
137 -S="${WORKDIR}/${MY_P}"
138 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
139 -
140 -python_test() {
141 - distutils_install_for_testing
142 -
143 - esetup.py test || die "Tests failed under ${EPYTHON}"
144 -}
145 -
146 -python_install_all() {
147 - distutils-r1_python_install_all
148 -}
149
150 diff --git a/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild b/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild
151 deleted file mode 100644
152 index 196516c17f9..00000000000
153 --- a/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild
154 +++ /dev/null
155 @@ -1,52 +0,0 @@
156 -# Copyright 1999-2020 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI="6"
160 -PYTHON_REQ_USE="sqlite"
161 -PYTHON_COMPAT=( python3_6 )
162 -
163 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
164 -
165 -[[ ${PV} == *9999 ]] && inherit git-r3
166 -inherit distutils-r1
167 -
168 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
169 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
170 -
171 -MY_PV="${PV/_p/.post}"
172 -MY_P="${PN}-${MY_PV}"
173 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
174 -
175 -LICENSE="GPL-2"
176 -SLOT="0"
177 -
178 -if [[ ${PV} == *9999 ]]; then
179 - KEYWORDS=""
180 -else
181 - KEYWORDS="~amd64"
182 -fi
183 -
184 -IUSE="test"
185 -RESTRICT="!test? ( test )"
186 -
187 -RDEPEND=""
188 -
189 -DEPEND="${RDEPEND}
190 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
191 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
192 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
193 - dev-python/mock[${PYTHON_USEDEP}]
194 -"
195 -
196 -S="${WORKDIR}/${MY_P}"
197 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
198 -
199 -python_test() {
200 - distutils_install_for_testing
201 -
202 - esetup.py test || die "Tests failed under ${EPYTHON}"
203 -}
204 -
205 -python_install_all() {
206 - distutils-r1_python_install_all
207 -}
208
209 diff --git a/dev-util/buildbot-www/buildbot-www-2.8.0.ebuild b/dev-util/buildbot-www/buildbot-www-2.8.0.ebuild
210 new file mode 100644
211 index 00000000000..c5f7aebcb28
212 --- /dev/null
213 +++ b/dev-util/buildbot-www/buildbot-www-2.8.0.ebuild
214 @@ -0,0 +1,29 @@
215 +# Copyright 1999-2020 Gentoo Authors
216 +# Distributed under the terms of the GNU General Public License v2
217 +
218 +EAPI="7"
219 +PYTHON_REQ_USE="sqlite"
220 +PYTHON_COMPAT=( python3_{6,7,8} )
221 +
222 +DISTUTILS_USE_SETUPTOOLS="rdepend"
223 +
224 +inherit distutils-r1
225 +
226 +DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
227 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
228 +
229 +MY_PV="${PV/_p/.post}"
230 +MY_P="${PN}-${MY_PV}"
231 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
232 +
233 +LICENSE="GPL-2"
234 +SLOT="0"
235 +
236 +KEYWORDS="~amd64"
237 +
238 +DEPEND="
239 + ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
240 +"
241 +RDEPEND="${DEPEND}"
242 +
243 +S="${WORKDIR}/${MY_P}"