diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-02-07 11:23:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 08:22:53 +0000 |
commit | cde7108a273dafb762a12ddd6c3fdb2270d79927 (patch) | |
tree | 3e03797c73c54135cc10038f66ebacc6470471d4 /dev-db/barman | |
parent | app-text/cmark: fix tests (#767850) (diff) | |
download | gentoo-cde7108a273dafb762a12ddd6c3fdb2270d79927.tar.gz gentoo-cde7108a273dafb762a12ddd6c3fdb2270d79927.tar.bz2 gentoo-cde7108a273dafb762a12ddd6c3fdb2270d79927.zip |
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 <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19360
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/barman')
-rw-r--r-- | dev-db/barman/Manifest | 1 | ||||
-rw-r--r-- | dev-db/barman/barman-2.12.ebuild | 27 | ||||
-rw-r--r-- | dev-db/barman/metadata.xml | 3 |
3 files changed, 30 insertions, 1 deletions
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 @@ <name>Patrick Lauer</name> </maintainer> <upstream> - <remote-id type="sourceforge">downloads</remote-id> + <remote-id type="sourceforge">pgbarman</remote-id> + <bugs-to>https://sourceforge.net/p/pgbarman/tickets/</bugs-to> </upstream> </pkgmetadata> |