commit: 91fc3a3de772e6e008393fc560bb48e3b908352f
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 16:21:24 2025 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon May 19 16:21:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fc3a3d
dev-python/bareos: drop 24.0.2
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
dev-python/bareos/Manifest | 1 -
dev-python/bareos/bareos-24.0.2.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index f7c7bd4687d2..fc7ff8f389fd 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1,2 +1 @@
-DIST bareos-24.0.2.tar.gz 13350863 BLAKE2B
b9adbcc0ce5ee0a73fef9842dcdfc0ebf2b31765d515a0898a39dd63d71801bedd5365b6426b0fae9df5ef57270ba9667730c10dd0cb18d482f29bdd7273bdb7
SHA512
14458fe192409ae61b814d246747b3e7a6df338f55c02f5b9122a015327b649e86fb1e50a54886cd7acc60ed19eb638f2d26af49c29664c62afead6ccedbf52b
DIST bareos-24.0.3.tar.gz 13377716 BLAKE2B
d44b6f5d742ddd43029eea0599cf5746b9f348d3fbdb106afd2a55c35cfb1d12a05fd16fac2f3246e284317ab1577569f38ff8908855900d8480d6834c692c62
SHA512
7d30fa23499f9a0ebcd66688416c1ec63d8ae9a507ba18d4c37dc6ded8bd709e6c232ee8bb1d5736972c7f279b6ba9b9c0a8bf1b3cb06460ecd38158bddf3b43
diff --git a/dev-python/bareos/bareos-24.0.2.ebuild
b/dev-python/bareos/bareos-24.0.2.ebuild
deleted file mode 100644
index ee3471b7c146..000000000000
--- a/dev-python/bareos/bareos-24.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} python3_13t )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="python bindings for bareos network backup suite"
-HOMEPAGE="https://www.bareos.com/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz ->
${P}.tar.gz"
-S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror test"