Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/
Date: Mon, 31 May 2021 20:22:18
Message-Id: 1622492420.c38bafdc0f9cbf28eda78cb08ea049e657ac9120.mgorny@gentoo
1 commit: c38bafdc0f9cbf28eda78cb08ea049e657ac9120
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:20:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:20:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38bafdc
7
8 dev-db/barman: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-db/barman/Manifest | 1 -
13 dev-db/barman/barman-2.10.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
17 index 3ee4f4ef1ad..40a91a4f4fd 100644
18 --- a/dev-db/barman/Manifest
19 +++ b/dev-db/barman/Manifest
20 @@ -1,2 +1 @@
21 -DIST barman-2.10.tar.gz 1247335 BLAKE2B 79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6 SHA512 64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
22 DIST barman-2.12.tar.gz 1370978 BLAKE2B 2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0 SHA512 b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4eeeec85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320
23
24 diff --git a/dev-db/barman/barman-2.10.ebuild b/dev-db/barman/barman-2.10.ebuild
25 deleted file mode 100644
26 index c0e88f47d29..00000000000
27 --- a/dev-db/barman/barman-2.10.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
40 -
41 -HOMEPAGE="https://www.pgbarman.org"
42 -SRC_URI="https://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz"
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -IUSE=""
48 -
49 -RDEPEND="dev-python/boto[${PYTHON_USEDEP}]
50 - dev-python/argh[${PYTHON_USEDEP}]
51 - >=dev-python/psycopg-2[${PYTHON_USEDEP}]
52 - dev-python/python-dateutil[${PYTHON_USEDEP}]
53 - dev-python/argcomplete[${PYTHON_USEDEP}]
54 - net-misc/rsync
55 - dev-db/postgresql[server]"
56 -DEPEND=""