Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-www/
Date: Sat, 31 Dec 2022 15:08:58
Message-Id: 1672499321.f87bbd2ef3cde0c646c749828d5cfed4ed5204f2.sam@gentoo
1 commit: f87bbd2ef3cde0c646c749828d5cfed4ed5204f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 15:08:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 15:08:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87bbd2e
7
8 dev-util/buildbot-www: drop 3.4.0, 3.5.0, 3.6.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/buildbot-www/Manifest | 3 ---
13 dev-util/buildbot-www/buildbot-www-3.4.0.ebuild | 26 -------------------------
14 dev-util/buildbot-www/buildbot-www-3.5.0.ebuild | 26 -------------------------
15 dev-util/buildbot-www/buildbot-www-3.6.0.ebuild | 26 -------------------------
16 4 files changed, 81 deletions(-)
17
18 diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
19 index ed19ccd2e562..37443f8b4330 100644
20 --- a/dev-util/buildbot-www/Manifest
21 +++ b/dev-util/buildbot-www/Manifest
22 @@ -1,4 +1 @@
23 -DIST buildbot-www-3.4.0.tar.gz 3182445 BLAKE2B 350606158ae68aba1b82c43d202e6140f433905e9913c7f4fcd3f4ebd328f7b70940f0a4e76a4a1f89731f6364dd285f08052bd1d96badac4e69cd1e16643d4e SHA512 7be83f35b6042accae77db1133d54282d0d27ce15a9b34220cc015255935d7463c1a327ee289740325bbb73d6a6a162f384da2b3cc731719e7f99a911faf86cd
24 -DIST buildbot-www-3.5.0.tar.gz 3182531 BLAKE2B dcdd6487eff9d9a0429554d79f9ee83a9086dee3524b49fa8362085dddb969e088373a843a9d872e16d18350e1623ba65258799b9b93327e218f760540ece4fa SHA512 f40101624cf14f88f2796855845d13ee81471d7a1b4911461747aa073735352f21294c17f3a011229c5e1c99867013ff4b306bf32c2c37b3c57d530a6fccc01e
25 -DIST buildbot-www-3.6.0.tar.gz 3210526 BLAKE2B ab54213c457a9f5777075d00adb96863b4327cbbbc489c97609f29182fb8630cc77479ffa7e324d0d20e453bbcdc70f8ad0537a8bf55fd23d8410b8003e1399f SHA512 77a0671caa5c8a240301c7f3a2c2a26ecc69924546b7b7e641577e0f46c84380a80de43271dced0fa24a24b58b32d485d70d9af1d41a31af78af22a380653910
26 DIST buildbot-www-3.6.1.tar.gz 3210526 BLAKE2B 6db8be32ee85cab63ad3f92d0e24042ed1ebece3b7be1b67e6f72240f61f3af2c31f1b3b31315db0d7ca18dddab1351eacffb92e762d1f1d68ce414349e52eee SHA512 d2fb3f97412e4a1b21fe7637458dffa8e8e005693ad2275222e908d35551ec64f89a88e696859a09f64b2b5be5fbdb386fbd71324356dbe8c2adc92b1c6b9f01
27
28 diff --git a/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild
29 deleted file mode 100644
30 index 7834a034d6b5..000000000000
31 --- a/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_REQ_USE="sqlite"
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -inherit distutils-r1
43 -
44 -MY_PV="${PV/_p/.post}"
45 -MY_P="${PN}-${MY_PV}"
46 -
47 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
48 -HOMEPAGE="https://buildbot.net/
49 - https://github.com/buildbot/buildbot
50 - https://pypi.org/project/buildbot-www/"
51 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
52 -S="${WORKDIR}/${MY_P}"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
57 -
58 -RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
59 -BDEPEND="${RDEPEND}"
60
61 diff --git a/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild
62 deleted file mode 100644
63 index 7834a034d6b5..000000000000
64 --- a/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild
65 +++ /dev/null
66 @@ -1,26 +0,0 @@
67 -# Copyright 1999-2022 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -DISTUTILS_USE_PEP517=setuptools
73 -PYTHON_REQ_USE="sqlite"
74 -PYTHON_COMPAT=( python3_{8..10} )
75 -inherit distutils-r1
76 -
77 -MY_PV="${PV/_p/.post}"
78 -MY_P="${PN}-${MY_PV}"
79 -
80 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
81 -HOMEPAGE="https://buildbot.net/
82 - https://github.com/buildbot/buildbot
83 - https://pypi.org/project/buildbot-www/"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
85 -S="${WORKDIR}/${MY_P}"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
90 -
91 -RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
92 -BDEPEND="${RDEPEND}"
93
94 diff --git a/dev-util/buildbot-www/buildbot-www-3.6.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.6.0.ebuild
95 deleted file mode 100644
96 index 7834a034d6b5..000000000000
97 --- a/dev-util/buildbot-www/buildbot-www-3.6.0.ebuild
98 +++ /dev/null
99 @@ -1,26 +0,0 @@
100 -# Copyright 1999-2022 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -DISTUTILS_USE_PEP517=setuptools
106 -PYTHON_REQ_USE="sqlite"
107 -PYTHON_COMPAT=( python3_{8..10} )
108 -inherit distutils-r1
109 -
110 -MY_PV="${PV/_p/.post}"
111 -MY_P="${PN}-${MY_PV}"
112 -
113 -DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
114 -HOMEPAGE="https://buildbot.net/
115 - https://github.com/buildbot/buildbot
116 - https://pypi.org/project/buildbot-www/"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
118 -S="${WORKDIR}/${MY_P}"
119 -
120 -LICENSE="GPL-2"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
123 -
124 -RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
125 -BDEPEND="${RDEPEND}"