summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-14 09:36:45 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-14 09:46:31 +0100
commit880f019130f0b5439c5ad586036133eddc9eb6bb (patch)
treeb1826a1b17304853b8a6b027ea9007f12a92d76e /dev-python/bareos
parentdev-python/Faker: Remove old (diff)
downloadgentoo-880f019130f0b5439c5ad586036133eddc9eb6bb.tar.gz
gentoo-880f019130f0b5439c5ad586036133eddc9eb6bb.tar.bz2
gentoo-880f019130f0b5439c5ad586036133eddc9eb6bb.zip
dev-python/bareos: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r--dev-python/bareos/Manifest1
-rw-r--r--dev-python/bareos/bareos-19.2.8.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index 57cbe868cd0d..bd86eb44bd8b 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1,2 +1 @@
-DIST bareos-19.2.8.tar.gz 12604929 BLAKE2B c3af2d0a62b861a4ad5ca5c115a2039356009b7524505e1beb9004636fd09dd2b6ca784a5aae8c1cec3db518fb047cde429c469b8298a6bb473b097012358302 SHA512 60bbbbd949a63f978cf1ed7d0cfc22c22f117d8c2700eb47531e15b2d91fc700c522519f0b816cd1040283f09b4c81f36910c66c8b6f4bf1ff22180e979bdeb5
DIST bareos-20.0.2.tar.gz 13333946 BLAKE2B f035fc8b98bf176bd675895b459ac78fa43575a686af11d5c43ff6b86451894d9aaa53600f87253da29dac06271c01bb269777284d903001821918405499e536 SHA512 f3a0f481a2c9b3a422f4db3e094587c97fe10e2ea5e7a8ba44e9971b0a11746ae4ad598ea469d5c8ec0dfb962e4104c00931397905aebbf3e22af49834043994
diff --git a/dev-python/bareos/bareos-19.2.8.ebuild b/dev-python/bareos/bareos-19.2.8.ebuild
deleted file mode 100644
index cf5769817921..000000000000
--- a/dev-python/bareos/bareos-19.2.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-inherit distutils-r1
-
-DESCRIPTION="python bindings for bareos network backup suite"
-HOMEPAGE="https://www.bareos.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-S=${WORKDIR}/${PN}-Release-${PV}/python-bareos