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-wsgi-dashboards/
Date: Thu, 26 Jul 2018 17:17:34
Message-Id: 1532625427.cc13a3d48b9ac2c710bd7348e11e9a92df8aabc7.dolsen@gentoo
1 commit: cc13a3d48b9ac2c710bd7348e11e9a92df8aabc7
2 Author: Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 15:27:57 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=cc13a3d4
7
8 dev-util/buildbot-wsgi-dashboards: Clean old versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/buildbot-wsgi-dashboards/Manifest | 3 --
13 .../buildbot-wsgi-dashboards-0.9.13.ebuild | 50 ----------------------
14 .../buildbot-wsgi-dashboards-0.9.15_p1.ebuild | 50 ----------------------
15 .../buildbot-wsgi-dashboards-1.1.0.ebuild | 50 ----------------------
16 4 files changed, 153 deletions(-)
17
18 diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest b/dev-util/buildbot-wsgi-dashboards/Manifest
19 index 090cadcd3fd..68dc69aed33 100644
20 --- a/dev-util/buildbot-wsgi-dashboards/Manifest
21 +++ b/dev-util/buildbot-wsgi-dashboards/Manifest
22 @@ -1,5 +1,2 @@
23 DIST buildbot-wsgi-dashboards-0.9.12.tar.gz 627274 BLAKE2B 26632ddd1577e9c419d13c07958c203440ef875bc4a79be6b894d0cf4dc457423528b7ea34c830511a5ef5d7f645fde2f71ac08578e1de32687c8b1ae2864491 SHA512 113c1616b08feb64fd3d94c1186e3d7dd7ea93e563a96ddb802e6ff8135e194014464ef09a23004518451626584bc531fc17419188ebbdd388e9363541b80c3d
24 -DIST buildbot-wsgi-dashboards-0.9.13.tar.gz 627272 BLAKE2B 1b4b8b6a0eed9572923a0dba24a9194557074e84640cf57141014a92294c56f22330566ae995bfa5e6be63640549e42e5aae01911df6989dbe4861b7ca5544f8 SHA512 08eedef62e85d71cbfde0f57727974a2bc1a9d33fc3821aaeb3a003df3b212c2b1ce00afa986dad062415b0bf8d8a9c0c328810e9d3fc994cdcbb82de2037366
25 -DIST buildbot-wsgi-dashboards-0.9.15.post1.tar.gz 626856 BLAKE2B 13104173594f1f5326221cac1839b44e792212c772730f0632f8528e55f5249d61b72c97cce7e51b6b3a82b2490a7654b7deea04ba61da13158e6d40e0021429 SHA512 5bd089d38a87e1e1dd03343b96824dc227e35268971b9b541e761c289042412b7dd0bc42df2fc9c28da5933a995c5bdf7af7bc7aafff999ce2f9431881bbd58e
26 -DIST buildbot-wsgi-dashboards-1.1.0.tar.gz 626836 BLAKE2B f7323073f644e6b6b89595aa052ae1bc25d14b439c3d1d0f3601eb4a62b07563ef12a97bde8997495fe6260e31de55a29b220f48c0b794761e077de77ccd0246 SHA512 799c2a28bd874c864264247fa0d030b3335d63bec88cfc7637b8456615c0c299de4df91557178e5d3358450fea89ed0ddb82ae27bbf8304dc3b7f9711ce69e94
27 DIST buildbot-wsgi-dashboards-1.1.2.tar.gz 626825 BLAKE2B 396fa858cafd6dc3958c37ea2e9e685357de2185ce0b73d946d3eb2e99472339e176de1b49d821337535904c521e8dbaa662217c568306e7b2d889d11fdeb5ed SHA512 1eee2a38b525145e50812dff421613291f6b0b6a80a531b54383d771393d2a12c1c7840e2dabf7949918ac3f31ce5f6bd9514c08dee8fe5900c99438e63d4ee2
28
29 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.13.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.13.ebuild
30 deleted file mode 100644
31 index 79aac997ef7..00000000000
32 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.13.ebuild
33 +++ /dev/null
34 @@ -1,50 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="5"
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 plugin to integrate flask or bottle dashboards to buildbot UI"
48 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
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-www-${PV}[${PYTHON_USEDEP}]
71 -"
72 -
73 -S="${WORKDIR}/${MY_P}"
74 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
75 -
76 -python_test() {
77 - distutils_install_for_testing
78 -
79 - esetup.py test || die "Tests failed under ${EPYTHON}"
80 -}
81 -
82 -python_install_all() {
83 - distutils-r1_python_install_all
84 -}
85
86 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.15_p1.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.15_p1.ebuild
87 deleted file mode 100644
88 index 33206843b81..00000000000
89 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.15_p1.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI="5"
96 -PYTHON_REQ_USE="sqlite"
97 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
98 -
99 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
100 -
101 -[[ ${PV} == *9999 ]] && inherit git-r3
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI"
105 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
106 -
107 -MY_PV="${PV/_p/.post}"
108 -MY_P="${PN}-${MY_PV}"
109 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
110 -
111 -LICENSE="GPL-2"
112 -SLOT="0"
113 -
114 -if [[ ${PV} == *9999 ]]; then
115 - KEYWORDS=""
116 -else
117 - KEYWORDS="~amd64"
118 -fi
119 -
120 -IUSE="test"
121 -
122 -RDEPEND=""
123 -
124 -DEPEND="${RDEPEND}
125 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
126 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
127 - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
128 -"
129 -
130 -S="${WORKDIR}/${MY_P}"
131 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
132 -
133 -python_test() {
134 - distutils_install_for_testing
135 -
136 - esetup.py test || die "Tests failed under ${EPYTHON}"
137 -}
138 -
139 -python_install_all() {
140 - distutils-r1_python_install_all
141 -}
142
143 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.0.ebuild
144 deleted file mode 100644
145 index 33206843b81..00000000000
146 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.0.ebuild
147 +++ /dev/null
148 @@ -1,50 +0,0 @@
149 -# Copyright 1999-2018 Gentoo Foundation
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI="5"
153 -PYTHON_REQ_USE="sqlite"
154 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
155 -
156 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
157 -
158 -[[ ${PV} == *9999 ]] && inherit git-r3
159 -inherit distutils-r1
160 -
161 -DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI"
162 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
163 -
164 -MY_PV="${PV/_p/.post}"
165 -MY_P="${PN}-${MY_PV}"
166 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
167 -
168 -LICENSE="GPL-2"
169 -SLOT="0"
170 -
171 -if [[ ${PV} == *9999 ]]; then
172 - KEYWORDS=""
173 -else
174 - KEYWORDS="~amd64"
175 -fi
176 -
177 -IUSE="test"
178 -
179 -RDEPEND=""
180 -
181 -DEPEND="${RDEPEND}
182 - >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
183 - ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
184 - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
185 -"
186 -
187 -S="${WORKDIR}/${MY_P}"
188 -#[[ ${PV} == *9999 ]] && S=${S}/www/base
189 -
190 -python_test() {
191 - distutils_install_for_testing
192 -
193 - esetup.py test || die "Tests failed under ${EPYTHON}"
194 -}
195 -
196 -python_install_all() {
197 - distutils-r1_python_install_all
198 -}