From cde7108a273dafb762a12ddd6c3fdb2270d79927 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Sun, 7 Feb 2021 11:23:37 +0100 Subject: dev-db/barman: bump to 2.12 Closes: https://bugs.gentoo.org/767037 Closes: https://bugs.gentoo.org/767040 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/19360 Signed-off-by: Sam James --- dev-db/barman/Manifest | 1 + dev-db/barman/barman-2.12.ebuild | 27 +++++++++++++++++++++++++++ dev-db/barman/metadata.xml | 3 ++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dev-db/barman/barman-2.12.ebuild (limited to 'dev-db/barman') diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest index d72df8219c0d..078e77af4e6d 100644 --- a/dev-db/barman/Manifest +++ b/dev-db/barman/Manifest @@ -1 +1,2 @@ DIST barman-2.10.tar.gz 1247335 BLAKE2B 79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6 SHA512 64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a +DIST barman-2.12.tar.gz 1262415 BLAKE2B 5bca88f39ea3d7ca95fec9895d9766ebbac8f14894d81d5e5e79ab3bc4ebeb84a23a0e94ba53dd3fe05b41b067e31f2931c9184a557a329450ffe3b0ab97c0ce SHA512 8f41d15b62134e403e467b0eb9f7045b7a77e3e6d6caf4846309af71720e3a29b0c959f18a64e9c77f6f3434811f1004c4fe7e566f9f7037195d564d64bb383d diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild new file mode 100644 index 000000000000..c9ea0dc90668 --- /dev/null +++ b/dev-db/barman/barman-2.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" +HOMEPAGE="https://www.pgbarman.org https://sourceforge.net/projects/pgbarman/" +SRC_URI="https://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND="dev-python/boto[${PYTHON_USEDEP}] + dev-python/argh[${PYTHON_USEDEP}] + >=dev-python/psycopg-2[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/argcomplete[${PYTHON_USEDEP}] + net-misc/rsync + dev-db/postgresql[server]" +DEPEND="" diff --git a/dev-db/barman/metadata.xml b/dev-db/barman/metadata.xml index 37e0d90ffaf5..45fc5d08b3df 100644 --- a/dev-db/barman/metadata.xml +++ b/dev-db/barman/metadata.xml @@ -6,6 +6,7 @@ Patrick Lauer - downloads + pgbarman + https://sourceforge.net/p/pgbarman/tickets/ -- cgit v1.2.3-65-gdbad