Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/
Date: Tue, 09 Feb 2021 08:33:07
Message-Id: 1612858973.cde7108a273dafb762a12ddd6c3fdb2270d79927.sam@gentoo
1 commit: cde7108a273dafb762a12ddd6c3fdb2270d79927
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Sun Feb 7 10:23:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 08:22:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde7108a
7
8 dev-db/barman: bump to 2.12
9
10 Closes: https://bugs.gentoo.org/767037
11 Closes: https://bugs.gentoo.org/767040
12 Package-Manager: Portage-3.0.13, Repoman-3.0.2
13 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
14 Closes: https://github.com/gentoo/gentoo/pull/19360
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-db/barman/Manifest | 1 +
18 dev-db/barman/barman-2.12.ebuild | 27 +++++++++++++++++++++++++++
19 dev-db/barman/metadata.xml | 3 ++-
20 3 files changed, 30 insertions(+), 1 deletion(-)
21
22 diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
23 index d72df8219c0..078e77af4e6 100644
24 --- a/dev-db/barman/Manifest
25 +++ b/dev-db/barman/Manifest
26 @@ -1 +1,2 @@
27 DIST barman-2.10.tar.gz 1247335 BLAKE2B 79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6 SHA512 64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
28 +DIST barman-2.12.tar.gz 1262415 BLAKE2B 5bca88f39ea3d7ca95fec9895d9766ebbac8f14894d81d5e5e79ab3bc4ebeb84a23a0e94ba53dd3fe05b41b067e31f2931c9184a557a329450ffe3b0ab97c0ce SHA512 8f41d15b62134e403e467b0eb9f7045b7a77e3e6d6caf4846309af71720e3a29b0c959f18a64e9c77f6f3434811f1004c4fe7e566f9f7037195d564d64bb383d
29
30 diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild
31 new file mode 100644
32 index 00000000000..c9ea0dc9066
33 --- /dev/null
34 +++ b/dev-db/barman/barman-2.12.ebuild
35 @@ -0,0 +1,27 @@
36 +# Copyright 1999-2021 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +PYTHON_COMPAT=( python3_{7..9} )
42 +
43 +inherit distutils-r1
44 +
45 +DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
46 +HOMEPAGE="https://www.pgbarman.org https://sourceforge.net/projects/pgbarman/"
47 +SRC_URI="https://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz"
48 +
49 +LICENSE="GPL-3"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +
53 +IUSE=""
54 +
55 +RDEPEND="dev-python/boto[${PYTHON_USEDEP}]
56 + dev-python/argh[${PYTHON_USEDEP}]
57 + >=dev-python/psycopg-2[${PYTHON_USEDEP}]
58 + dev-python/python-dateutil[${PYTHON_USEDEP}]
59 + dev-python/argcomplete[${PYTHON_USEDEP}]
60 + net-misc/rsync
61 + dev-db/postgresql[server]"
62 +DEPEND=""
63
64 diff --git a/dev-db/barman/metadata.xml b/dev-db/barman/metadata.xml
65 index 37e0d90ffaf..45fc5d08b3d 100644
66 --- a/dev-db/barman/metadata.xml
67 +++ b/dev-db/barman/metadata.xml
68 @@ -6,6 +6,7 @@
69 <name>Patrick Lauer</name>
70 </maintainer>
71 <upstream>
72 - <remote-id type="sourceforge">downloads</remote-id>
73 + <remote-id type="sourceforge">pgbarman</remote-id>
74 + <bugs-to>https://sourceforge.net/p/pgbarman/tickets/</bugs-to>
75 </upstream>
76 </pkgmetadata>