commit:     ec9dd0d468051ba5c64978fef7362c21fe131224
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 12:59:18 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 13:14:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9dd0d4

dev-util/buildbot-pkg: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/buildbot-pkg/Manifest                  |  2 --
 dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild | 30 -------------------------
 dev-util/buildbot-pkg/buildbot-pkg-3.9.0.ebuild | 30 -------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index 05d9fbd53951..1ef3280cc545 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1,6 +1,4 @@
 DIST buildbot-pkg-3.11.0.tar.gz 4999 BLAKE2B 
ad1ac755a7fb336e14ecc54e60310508fe3d89913359a6655ed931122fe2eefd88087c17ebc15a04ea9abc23c78d1bb06fd3bd61136ffecf2edf5d657bc13f7f
 SHA512 
b6ba3f64677bc89c6249894abf91e268a2e8a001e6da1f05db3b2c6c7c27c1a978d46b044760ba6658f56778aa5e3ca7ed25ca1529293b12eac9300212172b86
 DIST buildbot-pkg-3.11.1.tar.gz 5003 BLAKE2B 
fd52bae9bbd430846d787532fbfd98f74d24a4d059900c782cc88b5e623b30f7b244cd66e23dd6d4ab19cc08f2d44dfb483bc70c31fd885ace5e7ef7b920cfd3
 SHA512 
a321a01c47c78e16dafa24c8ad630d0977acc49d45ecdf2d1166e1c12123363f7628b1e3adb6a06c2b6364216e9b853d323e00bb8655ddea9020baad141ff91d
-DIST buildbot-pkg-3.6.1.tar.gz 4807 BLAKE2B 
d492d0ca36fa8634e877bbc56ffd06ff6a7bb477c98bde2e3586dfc64f4b9d394ec1e5bb1a113aad9d2905277805b9f8737babcad669e2b73abb67d156d3126c
 SHA512 
5833581b4551dc204a52a8356bdb110d57a9de022c33b09b7efdc14f5f4a7c0b0e26f9f9a6a076945aec3a5b7089c040ddaaad8d94c6e0217c2cb6b7742c1ac2
-DIST buildbot-pkg-3.9.0.tar.gz 4987 BLAKE2B 
b7a05d0401efbecbab718c60e40e87d154e42d0a1b3e298d738f291853fd3a96ae984474e55b52b34eb43959bc2399aaaef90582a7bb2fef7e9b60943076ea13
 SHA512 
96500b53bdcb955146bd3115a93c7b96019da62f81baf81cd736eb0b236b1cec8e2c24c8048c54bd298c15147b807f6e6c6a90bd71fc0dc95a50fffe3aa9f07b
 DIST buildbot_pkg-3.11.9.tar.gz 5081 BLAKE2B 
8514a684f2ab7553592a6a6e1df418bcbb1629230fdd8092a940dd156b5f040576e7878043d91b452d0dffa4f4cf949e24fb1402a7852aa9a3b08f27a8e74b37
 SHA512 
24188f66eb12fa20fe0de2de8bbc44507e3d2df9ac90b940a7efc7707f1a92defa3a77a38165b8a0888c6d4b873b24180ac0082f0063a0b1972769ed0ccfb8ec
 DIST buildbot_pkg-4.1.0.tar.gz 5140 BLAKE2B 
ba6b03578a1c538c78c93473ef075da6ba7f76546cfe6b246dbba3e7ed989ee75307ca8c4600e0250a151ce49d094b778f274dd6be63b4c3a9712571f8281097
 SHA512 
f245e7f6fca9a9de4e0bbc956e52d0f1e3f9223a5c2d27b1d17f883f49364026c2ad619a17e3602c82b84f9bd4e20424cc3b71d7b628e2540ae5cdd5e5cc3b9b

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild
deleted file mode 100644
index 426b7bb2e0df..000000000000
--- a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="BuildBot common www build tools for packaging releases"
-HOMEPAGE="https://buildbot.net/
-       https://github.com/buildbot/buildbot
-       https://pypi.org/project/buildbot-pkg/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# No real integration tests for this pkg.
-# all tests are related to making releases and final checks for distribution
-RESTRICT="test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-       sed -e "/version/s/=.*$/=\"${PV/_p/.post}\",/" -i setup.py || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.9.0.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-3.9.0.ebuild
deleted file mode 100644
index 426b7bb2e0df..000000000000
--- a/dev-util/buildbot-pkg/buildbot-pkg-3.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="BuildBot common www build tools for packaging releases"
-HOMEPAGE="https://buildbot.net/
-       https://github.com/buildbot/buildbot
-       https://pypi.org/project/buildbot-pkg/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# No real integration tests for this pkg.
-# all tests are related to making releases and final checks for distribution
-RESTRICT="test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-       sed -e "/version/s/=.*$/=\"${PV/_p/.post}\",/" -i setup.py || die
-       distutils-r1_src_prepare
-}

Reply via email to