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-waterfall-view/
Date: Thu, 26 Jul 2018 17:17:29
Message-Id: 1532625427.afb127d869cb80ba31609f85ae1ab3e84f48cc67.dolsen@gentoo
1 commit: afb127d869cb80ba31609f85ae1ab3e84f48cc67
2 Author: Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 15:26:45 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 17:17:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb127d8
7
8 dev-util/buildbot-waterfall-view: Clean old versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/buildbot-waterfall-view/Manifest | 3 --
13 .../buildbot-waterfall-view-0.9.13.ebuild | 52 ----------------------
14 .../buildbot-waterfall-view-0.9.15_p1.ebuild | 52 ----------------------
15 .../buildbot-waterfall-view-1.1.0.ebuild | 52 ----------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-util/buildbot-waterfall-view/Manifest b/dev-util/buildbot-waterfall-view/Manifest
19 index e2e6f328d83..b1cbf3dffc1 100644
20 --- a/dev-util/buildbot-waterfall-view/Manifest
21 +++ b/dev-util/buildbot-waterfall-view/Manifest
22 @@ -1,5 +1,2 @@
23 DIST buildbot-waterfall-view-0.9.12.tar.gz 714290 BLAKE2B 4867539275aa6c2b0ac149fe7f4a1f03f2c2593b89908fb0a8d748c32779b01b8d87327ec9a54e02561a40d273f03f46a8581cf224c333f1bbb3e14ba22a56ef SHA512 76abc01783c02980bc2d6e878536416aa046dce3259c65fa5c2f15d3f66d1b9b5e0bed2d4f6b9d6c338300637c6b91e9bdee3fca3e47022d2ea9b75ffa69eb99
24 -DIST buildbot-waterfall-view-0.9.13.tar.gz 714287 BLAKE2B addb1cbda2f751192533b7074bd5fcdd36f4d328ad555cba9c821b0648ceceb5ad63d2db85dbac9cc813d6665dad8f5725e5bb37123b6bbce8310740a3597d1f SHA512 448b1e0b63aaa1d33a7595262901373a4c9cd30e544bdc8bd2d672f8aebfb4d90aebb31ce4d78d59725bfdcba019c3643e9f6d66d1493fcb8c77fb8acbadfbf6
25 -DIST buildbot-waterfall-view-0.9.15.post1.tar.gz 713929 BLAKE2B 4940cf9224a1924bcb63ea7078d606ec919c0602e1c6c5d3cb53318a91e285add2a75b05ad46599857f2b73cea501754ac71e54d3ba6941a18685eb3c05e9d39 SHA512 841186372b8ada370c28bf07b2df9ad91d298913202c937e6d459dfede24293f9aef1d330ee07a6c97a91bf75b4ceae9f87b494f173082ceca1fb2c5f04abe79
26 -DIST buildbot-waterfall-view-1.1.0.tar.gz 713901 BLAKE2B 73366eac6a7e0c9e758209b64e2f086148612e9db3459a5babeb272f515d0aef2bf7bd3dddac6d57955a0ebb3e065fdd3eaee31196cf5bcb9afac269d154c4ce SHA512 f6151aab01b680aa77b17c6863e3d33557c2436a2ffe35db0b75416a1d7facd3927437c8bd659d8fbda339e4f77412ba6df605500e6b31559770fa3a3c0eca59
27 DIST buildbot-waterfall-view-1.1.2.tar.gz 713898 BLAKE2B 0873ca7d44a9da7ad260032a8153c45e864c605c79cbd826d4f5cb306dbcdcd1fd1e89fe59df57decdcd9ce94330d80ed20d8d7d95b4dc93d6d7cdf6340eb30f SHA512 cc14894281b712fe479ea19116948f69fb43a4cc8c7a0f159fcf97eed0c36a11cc967a0663042f34f64cc4d65468c58eb4398d66fb0d125cde6dec9ef7fc7e08
28
29 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.13.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.13.ebuild
30 deleted file mode 100644
31 index ec80689f346..00000000000
32 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.13.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="6"
39 -PYTHON_REQ_USE="sqlite"
40 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
41 -
42 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
43 -
44 -[[ ${PV} == *9999 ]] && inherit git-r3
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Buildbot waterfall-view plugin"
48 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/"
49 -
50 -MY_PV="${PV/_p/.post}"
51 -MY_P="${PN}-${MY_PV}"
52 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -
57 -if [[ ${PV} == *9999 ]]; then
58 - KEYWORDS=""
59 -else
60 - KEYWORDS="~amd64"
61 -fi
62 -
63 -IUSE="test"
64 -
65 -RDEPEND="
66 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
69 -"
70 -
71 -DEPEND="${RDEPEND}
72 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
73 -"
74 -
75 -S="${WORKDIR}/${MY_P}"
76 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
77 -
78 -python_test() {
79 - distutils_install_for_testing
80 -
81 - esetup.py test || die "Tests failed under ${EPYTHON}"
82 -}
83 -
84 -python_install_all() {
85 - distutils-r1_python_install_all
86 -}
87
88 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.15_p1.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.15_p1.ebuild
89 deleted file mode 100644
90 index 85e04699e65..00000000000
91 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.15_p1.ebuild
92 +++ /dev/null
93 @@ -1,52 +0,0 @@
94 -# Copyright 1999-2018 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI="6"
98 -PYTHON_REQ_USE="sqlite"
99 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
100 -
101 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
102 -
103 -[[ ${PV} == *9999 ]] && inherit git-r3
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="Buildbot waterfall-view plugin"
107 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/"
108 -
109 -MY_PV="${PV/_p/.post}"
110 -MY_P="${PN}-${MY_PV}"
111 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
112 -
113 -LICENSE="GPL-2"
114 -SLOT="0"
115 -
116 -if [[ ${PV} == *9999 ]]; then
117 - KEYWORDS=""
118 -else
119 - KEYWORDS="~amd64"
120 -fi
121 -
122 -IUSE="test"
123 -
124 -RDEPEND="
125 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
126 - dev-python/mock[${PYTHON_USEDEP}]
127 - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
128 -"
129 -
130 -DEPEND="${RDEPEND}
131 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
132 -"
133 -
134 -S="${WORKDIR}/${MY_P}"
135 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
136 -
137 -python_test() {
138 - distutils_install_for_testing
139 -
140 - esetup.py test || die "Tests failed under ${EPYTHON}"
141 -}
142 -
143 -python_install_all() {
144 - distutils-r1_python_install_all
145 -}
146
147 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.0.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.0.ebuild
148 deleted file mode 100644
149 index 85e04699e65..00000000000
150 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.0.ebuild
151 +++ /dev/null
152 @@ -1,52 +0,0 @@
153 -# Copyright 1999-2018 Gentoo Foundation
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI="6"
157 -PYTHON_REQ_USE="sqlite"
158 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
159 -
160 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
161 -
162 -[[ ${PV} == *9999 ]] && inherit git-r3
163 -inherit distutils-r1
164 -
165 -DESCRIPTION="Buildbot waterfall-view plugin"
166 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/"
167 -
168 -MY_PV="${PV/_p/.post}"
169 -MY_P="${PN}-${MY_PV}"
170 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
171 -
172 -LICENSE="GPL-2"
173 -SLOT="0"
174 -
175 -if [[ ${PV} == *9999 ]]; then
176 - KEYWORDS=""
177 -else
178 - KEYWORDS="~amd64"
179 -fi
180 -
181 -IUSE="test"
182 -
183 -RDEPEND="
184 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
185 - dev-python/mock[${PYTHON_USEDEP}]
186 - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
187 -"
188 -
189 -DEPEND="${RDEPEND}
190 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
191 -"
192 -
193 -S="${WORKDIR}/${MY_P}"
194 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
195 -
196 -python_test() {
197 - distutils_install_for_testing
198 -
199 - esetup.py test || die "Tests failed under ${EPYTHON}"
200 -}
201 -
202 -python_install_all() {
203 - distutils-r1_python_install_all
204 -}