From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E05F1382C5 for ; Tue, 9 Feb 2021 08:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5D2E097B; Tue, 9 Feb 2021 08:33:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05F5FE097B for ; Tue, 9 Feb 2021 08:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3AC0340E35 for ; Tue, 9 Feb 2021 08:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAFBD4C2 for ; Tue, 9 Feb 2021 08:23:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612858973.cde7108a273dafb762a12ddd6c3fdb2270d79927.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/barman/Manifest dev-db/barman/barman-2.12.ebuild dev-db/barman/metadata.xml X-VCS-Directories: dev-db/barman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cde7108a273dafb762a12ddd6c3fdb2270d79927 X-VCS-Branch: master Date: Tue, 9 Feb 2021 08:23:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50b52db2-36f4-4aca-885f-b616c37a792e X-Archives-Hash: 26cd1d1b6135e4330e2dfbe9fdde28bf commit: cde7108a273dafb762a12ddd6c3fdb2270d79927 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Feb 7 10:23:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 08:22:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde7108a 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 pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/19360 Signed-off-by: Sam James gentoo.org> 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(-) diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest index d72df8219c0..078e77af4e6 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 00000000000..c9ea0dc9066 --- /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 37e0d90ffaf..45fc5d08b3d 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/