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-console-view/
Date: Thu, 26 Jul 2018 17:17:31
Message-Id: 1532625426.b3be2c388d94884d61616f85f9884ae2f78dac85.dolsen@gentoo
1 commit: b3be2c388d94884d61616f85f9884ae2f78dac85
2 Author: Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 15:25:09 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 17:17:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3be2c38
7
8 dev-util/buildbot-console-view: Clean old versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/buildbot-console-view/Manifest | 3 --
13 .../buildbot-console-view-0.9.13.ebuild | 52 ----------------------
14 .../buildbot-console-view-0.9.15_p1.ebuild | 52 ----------------------
15 .../buildbot-console-view-1.1.0.ebuild | 52 ----------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest
19 index 7716dc48814..133e48b3968 100644
20 --- a/dev-util/buildbot-console-view/Manifest
21 +++ b/dev-util/buildbot-console-view/Manifest
22 @@ -1,5 +1,2 @@
23 DIST buildbot-console-view-0.9.12.tar.gz 640923 BLAKE2B cc0da84395aca571803e73260d826633553ed10ede6d66d112dfa8bcdc4f1bd376695ee0ee4a715f1fa3705329033044d9358731c0b807c54b40b4e32a04f565 SHA512 4a73994c29fe1f78c4432bdb42fe14106b8d7887bb35f2835b203f4818844d3e8d2ea308fc4fb2bd562de302bd7cf6612fe047476512feac068eca3891a49522
24 -DIST buildbot-console-view-0.9.13.tar.gz 640969 BLAKE2B e0c6449c8208a34e568ed632be61fda0ae6ef0b183cd53e2288e1b89e03df6a874ec363f3cfdfa15005bc2913084eaf8640e86abf1ad2d19609e7b4c818f7b77 SHA512 16a3186a97112473fa1f7e811ceffe9f829d6181544e62290172b97b898ddb189fe8e67e223a3e02c936e61fc857a05e0b353dda7e5d4a3ce782f74a32515d2f
25 -DIST buildbot-console-view-0.9.15.post1.tar.gz 640548 BLAKE2B d28d3fbe40a8ceeaf574d2e8a9a6938664659dc6221a9e7e288c98b771cf7601a8db125dfb3cd71c500aee470a2b476a9daa0d5ec55a83758a96e97e14441def SHA512 42ad7d9dfdf0b3b0cda8d8dcd3fb2bd6734a775755fdc4ebe79d562f5ffb45d0e25d3ece15dec4a7542dd29e45a721e683bec416582901dbfa519c8da76cfa78
26 -DIST buildbot-console-view-1.1.0.tar.gz 640524 BLAKE2B 038412232299b9dcf5b38c0dcc646bce0f02c817b319bc796268e0bdcd10db0a82dbeb692850ad252246a2a0b48ceca23fd5ac900d46774b64ea19839673f607 SHA512 c45962f73d8e8214518c09fc3163d20f93ac4f55ed547dc90f4116906b94a01384bdc28e52d1b850ba34077c4cd30cd3e1f2dae23c01e233e5745de181e2dc6c
27 DIST buildbot-console-view-1.1.2.tar.gz 640509 BLAKE2B 481b8049e606d47be8b171c24a210d6c95ce13ee4a4d46fd689ee836857e8d054f1799ce53de3931f820f02061cdd0c4a47686cd1724fe1c39ab33ca0f274d76 SHA512 23a14d3264802b2cf9a6a7cab0592c6391dc55a8805c17529c3279b129aaab1df97999ffd5fdc0927e7d5fb204e4114b4672018102381523599310cf7223950f
28
29 diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.13.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.13.ebuild
30 deleted file mode 100644
31 index ea6c131f8ac..00000000000
32 --- a/dev-util/buildbot-console-view/buildbot-console-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 console-view plugin"
48 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-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-console-view/buildbot-console-view-0.9.15_p1.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.15_p1.ebuild
89 deleted file mode 100644
90 index 23b0c0ae9c7..00000000000
91 --- a/dev-util/buildbot-console-view/buildbot-console-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 console-view plugin"
107 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-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-console-view/buildbot-console-view-1.1.0.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-1.1.0.ebuild
148 deleted file mode 100644
149 index 23b0c0ae9c7..00000000000
150 --- a/dev-util/buildbot-console-view/buildbot-console-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 console-view plugin"
166 -HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-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 -}