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: Thu, 26 Jul 2018 17:17:37
Message-Id: 1532625428.6232f3aff9bfd5979b780825ed7fd2f5d01a24e0.dolsen@gentoo
1 commit: 6232f3aff9bfd5979b780825ed7fd2f5d01a24e0
2 Author: Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 15:42:38 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 17:17:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6232f3af
7
8 dev-util/buildbot-www: Clean old versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/buildbot-www/Manifest | 3 --
13 dev-util/buildbot-www/buildbot-www-0.9.13.ebuild | 51 ----------------------
14 .../buildbot-www/buildbot-www-0.9.15_p1.ebuild | 51 ----------------------
15 dev-util/buildbot-www/buildbot-www-1.1.0.ebuild | 51 ----------------------
16 4 files changed, 156 deletions(-)
17
18 diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
19 index b6a79df5ea5..cc00f2eeb83 100644
20 --- a/dev-util/buildbot-www/Manifest
21 +++ b/dev-util/buildbot-www/Manifest
22 @@ -1,5 +1,2 @@
23 DIST buildbot-www-0.9.12.tar.gz 691551 BLAKE2B 9bef044fe9e48e34d3e314d9c9b7446a1e295898c432da5c8915e36156f2f934fd065c8075dd55f68da7bc29a567c1ef276bc415df38911aff7c33de46fa7942 SHA512 6c525d32407be24aa728a0bd9c9a09c64bb4bef092ef9e5285475527f7fcbd89d516ea376d90b22aa24af384d73125bc886360cf992dfe3d01471838193f351a
24 -DIST buildbot-www-0.9.13.tar.gz 691556 BLAKE2B cd3fe546c88308debc6dd621e8979c400816a11235b67c23e539bb3525746a864d76df2c4f8e04f63ba4459d2186094543115ab51bdc35f56b20c8c1a0ed5a68 SHA512 b092014e490ed46f2551ddeeaef5364c85b048cdda298af11acdf664d799fc52ef6f8daa17cf7a98d588c59abcbdfebb666345b44d551859d3db9b4fa358adb9
25 -DIST buildbot-www-0.9.15.post1.tar.gz 718007 BLAKE2B af64eb2e0fabea2af3c02c294d50c924211755358187bd0d52f43821fddcd6d566f8aad1136da3ca69f924aee3bce52cde1e48af3c3f0419c23d6c1be25c17ee SHA512 749fd6e763580bb0fd27f7ce1576ee193ccf9cb42616c3b393a0bfac9469d9a42372069d087ceae3557e72540a3e0cc37087ba4b7901cbb67877f17f27422a47
26 -DIST buildbot-www-1.1.0.tar.gz 718666 BLAKE2B 86bc329eb80aacf44c5bd01eaaf6b8f0631cb808080fe17f667f54746f841f9d88aa7b699e6083546b6e2dfb1171333ee173c484c9fdea285bdd5769d90a6528 SHA512 8e95a4faf393a81fccab225cf33ee13947cb72e441e2cfde833843838686a888cff24e45c6085d4ac431dec177d696441cb21014d172ae23b61ef70164fccb31
27 DIST buildbot-www-1.1.2.tar.gz 718705 BLAKE2B 009ae0dc07693f9eee4e3982ccbecb32d64e7d27e374f539cd541a5f80d9b9bf798e8836502cd26a5477b0ee842dbfae2308608fa3320e682afd0bcda2f89f1e SHA512 e4a0f7aee5e38d0522d39c819d4b9865966e020fd89b156e79807417fd7f82d497fbceafcc8a89e5beb6def1f42e4bfc595053581cbe2634520ad2c806ce3968
28
29 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.13.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.13.ebuild
30 deleted file mode 100644
31 index 56bc0409643..00000000000
32 --- a/dev-util/buildbot-www/buildbot-www-0.9.13.ebuild
33 +++ /dev/null
34 @@ -1,51 +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 base web interface, use with buildbot-{console-view,waterfall-view}..."
48 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
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 -
67 -DEPEND="${RDEPEND}
68 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
69 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
70 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
71 - dev-python/mock[${PYTHON_USEDEP}]
72 -"
73 -
74 -S="${WORKDIR}/${MY_P}"
75 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
76 -
77 -python_test() {
78 - distutils_install_for_testing
79 -
80 - esetup.py test || die "Tests failed under ${EPYTHON}"
81 -}
82 -
83 -python_install_all() {
84 - distutils-r1_python_install_all
85 -}
86
87 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.15_p1.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.15_p1.ebuild
88 deleted file mode 100644
89 index 8ee469d1634..00000000000
90 --- a/dev-util/buildbot-www/buildbot-www-0.9.15_p1.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2018 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI="6"
97 -PYTHON_REQ_USE="sqlite"
98 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
99 -
100 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
101 -
102 -[[ ${PV} == *9999 ]] && inherit git-r3
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
106 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
107 -
108 -MY_PV="${PV/_p/.post}"
109 -MY_P="${PN}-${MY_PV}"
110 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
111 -
112 -LICENSE="GPL-2"
113 -SLOT="0"
114 -
115 -if [[ ${PV} == *9999 ]]; then
116 - KEYWORDS=""
117 -else
118 - KEYWORDS="~amd64"
119 -fi
120 -
121 -IUSE="test"
122 -
123 -RDEPEND=""
124 -
125 -DEPEND="${RDEPEND}
126 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
127 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
128 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
129 - dev-python/mock[${PYTHON_USEDEP}]
130 -"
131 -
132 -S="${WORKDIR}/${MY_P}"
133 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
134 -
135 -python_test() {
136 - distutils_install_for_testing
137 -
138 - esetup.py test || die "Tests failed under ${EPYTHON}"
139 -}
140 -
141 -python_install_all() {
142 - distutils-r1_python_install_all
143 -}
144
145 diff --git a/dev-util/buildbot-www/buildbot-www-1.1.0.ebuild b/dev-util/buildbot-www/buildbot-www-1.1.0.ebuild
146 deleted file mode 100644
147 index 8ee469d1634..00000000000
148 --- a/dev-util/buildbot-www/buildbot-www-1.1.0.ebuild
149 +++ /dev/null
150 @@ -1,51 +0,0 @@
151 -# Copyright 1999-2018 Gentoo Foundation
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI="6"
155 -PYTHON_REQ_USE="sqlite"
156 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
157 -
158 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
159 -
160 -[[ ${PV} == *9999 ]] && inherit git-r3
161 -inherit distutils-r1
162 -
163 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
164 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
165 -
166 -MY_PV="${PV/_p/.post}"
167 -MY_P="${PN}-${MY_PV}"
168 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
169 -
170 -LICENSE="GPL-2"
171 -SLOT="0"
172 -
173 -if [[ ${PV} == *9999 ]]; then
174 - KEYWORDS=""
175 -else
176 - KEYWORDS="~amd64"
177 -fi
178 -
179 -IUSE="test"
180 -
181 -RDEPEND=""
182 -
183 -DEPEND="${RDEPEND}
184 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
185 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
186 - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
187 - dev-python/mock[${PYTHON_USEDEP}]
188 -"
189 -
190 -S="${WORKDIR}/${MY_P}"
191 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
192 -
193 -python_test() {
194 - distutils_install_for_testing
195 -
196 - esetup.py test || die "Tests failed under ${EPYTHON}"
197 -}
198 -
199 -python_install_all() {
200 - distutils-r1_python_install_all
201 -}