Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bareos/
Date: Mon, 07 Feb 2022 11:12:44
Message-Id: 1644232346.9311a298a8cf9646868a80b82bce97c5ac5011af.mschiff@gentoo
1 commit: 9311a298a8cf9646868a80b82bce97c5ac5011af
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 09:56:50 2022 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 11:12:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9311a298
7
8 dev-python/bareos: drop 20.0.2
9
10 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
11
12 dev-python/bareos/bareos-20.0.2.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-python/bareos/bareos-20.0.2.ebuild b/dev-python/bareos/bareos-20.0.2.ebuild
16 deleted file mode 100644
17 index f4bc69ab46ea..000000000000
18 --- a/dev-python/bareos/bareos-20.0.2.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="python bindings for bareos network backup suite"
30 -HOMEPAGE="https://www.bareos.org/"
31 -SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz"
32 -S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
33 -RESTRICT="mirror"
34 -
35 -LICENSE="AGPL-3"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"