summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:00:32 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:03:26 +0200
commit419e49e1113fd59b3a3b96010b4c0f729c389467 (patch)
tree70fcfb73cb69aa6c72d613acf022f1968305e1f8
parentdev-python/asyncstdlib: Remove old (diff)
downloadgentoo-419e49e1113fd59b3a3b96010b4c0f729c389467.tar.gz
gentoo-419e49e1113fd59b3a3b96010b4c0f729c389467.tar.bz2
gentoo-419e49e1113fd59b3a3b96010b4c0f729c389467.zip
dev-python/bareos: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/bareos/Manifest1
-rw-r--r--dev-python/bareos/bareos-20.0.3.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index 3ae8b27d8c05..8acbf296c4c7 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1,2 +1 @@
-DIST bareos-20.0.3.tar.gz 13335390 BLAKE2B c35ab9fd290377fc56ae8ff87f54b1cde5d1b7caa89b9c97e259da48da4e07fa85cba38c5a4d461b7ce170f9b14a69f78ad217584abb77ee15d3e85080cbe49b SHA512 3f9bf020e0d519da75221ebd200634713c791e2fdc90a13482ffb3294912d5e2ee28f8338dbef06ba6c98727bae447f6f8bb8d4a06520001f7cefa3614769082
DIST bareos-21.0.0.tar.gz 11306618 BLAKE2B 0363465c40a8053bb5ec772c18ac0dc852f379979e3afc45dd29c79f8187238363c1f07e2f39d25613404b1b6e253700b33b274389ca2dc4655d201bc4888166 SHA512 0a57bccca0589f3ce8a5664afbeb1eb1b17ec7142722e2d0bb2a0bbd9007688725b39c6db59646c180ce096e55451c09934e6479a2b4deeb4d3ee738ab2c32cd
diff --git a/dev-python/bareos/bareos-20.0.3.ebuild b/dev-python/bareos/bareos-20.0.3.ebuild
deleted file mode 100644
index 8c10886711d7..000000000000
--- a/dev-python/bareos/bareos-20.0.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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"
-S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
-RESTRICT="mirror"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"