[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2024-04-16 Thread Patrick Lauer
commit: 33b00e7b0dad68784c28694bf54aeec5cc1ab29d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Apr 16 09:01:17 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Apr 16 09:16:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b00e7b

dev-db/barman: drop 2.19, 3.2.0

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest|  2 --
 dev-db/barman/barman-2.19.ebuild  | 44 ---
 dev-db/barman/barman-3.2.0.ebuild | 48 ---
 3 files changed, 94 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 45b8f62659ce..888a8fdff7a4 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,4 +1,2 @@
-DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
 DIST barman-3.10.0.tar.gz 1851778 BLAKE2B 
8e481676ae8a41e5a38a206966e26523237ee13f7201d219c405f355795e9755778d5495be3274bb67a931820b069d96be21adbcefc471380f98cd5f41fc1a08
 SHA512 
d01f4e940a46964aa8359614195c2bdc423c5a57e18331ccd798e0d52a2bd8f6adf299d42c5e1ac47ece5100cb1a828093badd8e1b181b20e4480cf368c8d1d0
-DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab
 DIST barman-3.9.0.tar.gz 1819096 BLAKE2B 
712ec047f9409014495afd868a9bbe889b6b2d54a511770a95e9c62513d7042673b7c1ebec31d45729211a1da0e55dfdc5cdc0ef62d84e7efa26b2b9fbff5feb
 SHA512 
e5b4796a470f43e4ea79383defabd31cd4d33d8dfc06495bc4485bd1bc5cfab701c3719567bcc302de3f157e9ef08a6848776daa2cf9c537fb2829b793fd

diff --git a/dev-db/barman/barman-2.19.ebuild b/dev-db/barman/barman-2.19.ebuild
deleted file mode 100644
index 61731d231f6b..
--- a/dev-db/barman/barman-2.19.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/boto3[${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]
-"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-
-   sed -i -e \
-   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
-   tests/test_xlog.py || die
-}

diff --git a/dev-db/barman/barman-3.2.0.ebuild 
b/dev-db/barman/barman-3.2.0.ebuild
deleted file mode 100644
index d56829dfff5c..
--- a/dev-db/barman/barman-3.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-
-RESTRICT="test" # missing azure sdk
-
-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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/boto3[${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]
-"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/python-snappy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-
-   sed -i -e \
-   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \

[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2024-04-16 Thread Patrick Lauer
commit: c0503ecffadec2c6a06fb51933f4d7d93719ee03
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Apr 16 09:00:32 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Apr 16 09:16:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0503ecf

dev-db/barman: Add py3.12 compat

Closes: https://bugs.gentoo.org/929384
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest  | 1 +
 dev-db/barman/{barman-3.9.0.ebuild => barman-3.10.0.ebuild} | 4 ++--
 dev-db/barman/barman-3.9.0.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index c098f680d79f..45b8f62659ce 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,3 +1,4 @@
 DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
+DIST barman-3.10.0.tar.gz 1851778 BLAKE2B 
8e481676ae8a41e5a38a206966e26523237ee13f7201d219c405f355795e9755778d5495be3274bb67a931820b069d96be21adbcefc471380f98cd5f41fc1a08
 SHA512 
d01f4e940a46964aa8359614195c2bdc423c5a57e18331ccd798e0d52a2bd8f6adf299d42c5e1ac47ece5100cb1a828093badd8e1b181b20e4480cf368c8d1d0
 DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab
 DIST barman-3.9.0.tar.gz 1819096 BLAKE2B 
712ec047f9409014495afd868a9bbe889b6b2d54a511770a95e9c62513d7042673b7c1ebec31d45729211a1da0e55dfdc5cdc0ef62d84e7efa26b2b9fbff5feb
 SHA512 
e5b4796a470f43e4ea79383defabd31cd4d33d8dfc06495bc4485bd1bc5cfab701c3719567bcc302de3f157e9ef08a6848776daa2cf9c537fb2829b793fd

diff --git a/dev-db/barman/barman-3.9.0.ebuild 
b/dev-db/barman/barman-3.10.0.ebuild
similarity index 93%
copy from dev-db/barman/barman-3.9.0.ebuild
copy to dev-db/barman/barman-3.10.0.ebuild
index 1c3e0f925562..d7a56ecd1e99 100644
--- a/dev-db/barman/barman-3.9.0.ebuild
+++ b/dev-db/barman/barman-3.10.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 RESTRICT="test" # missing azure sdk
 

diff --git a/dev-db/barman/barman-3.9.0.ebuild 
b/dev-db/barman/barman-3.9.0.ebuild
index 1c3e0f925562..d7a56ecd1e99 100644
--- a/dev-db/barman/barman-3.9.0.ebuild
+++ b/dev-db/barman/barman-3.9.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 RESTRICT="test" # missing azure sdk
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2023-11-01 Thread 罗百科
commit: 15110e66fcd2bd2cde4c70e4f753a9994a1aab8f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Nov  1 10:42:39 2023 +
Commit: 罗百科  gentoo  org>
CommitDate: Wed Nov  1 10:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15110e66

dev-db/barman: add 3.9.0

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-3.9.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 1295ad7ae1e4..c098f680d79f 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,3 @@
 DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
 DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab
+DIST barman-3.9.0.tar.gz 1819096 BLAKE2B 
712ec047f9409014495afd868a9bbe889b6b2d54a511770a95e9c62513d7042673b7c1ebec31d45729211a1da0e55dfdc5cdc0ef62d84e7efa26b2b9fbff5feb
 SHA512 
e5b4796a470f43e4ea79383defabd31cd4d33d8dfc06495bc4485bd1bc5cfab701c3719567bcc302de3f157e9ef08a6848776daa2cf9c537fb2829b793fd

diff --git a/dev-db/barman/barman-3.9.0.ebuild 
b/dev-db/barman/barman-3.9.0.ebuild
new file mode 100644
index ..1c3e0f925562
--- /dev/null
+++ b/dev-db/barman/barman-3.9.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+
+RESTRICT="test" # missing azure sdk
+
+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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/boto3[${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]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/python-snappy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   sed -i -e \
+   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
+   tests/test_xlog.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2023-01-10 Thread Michał Górny
commit: 1d82478c2db8cc8dbd5222648a5546e74d96605f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:35:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:35:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d82478c

dev-db/barman: Remove Python < 3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/barman-2.19.ebuild  | 4 ++--
 dev-db/barman/barman-3.2.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-db/barman/barman-2.19.ebuild b/dev-db/barman/barman-2.19.ebuild
index f3cfc26cec01..61731d231f6b 100644
--- a/dev-db/barman/barman-2.19.ebuild
+++ b/dev-db/barman/barman-2.19.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1
 

diff --git a/dev-db/barman/barman-3.2.0.ebuild 
b/dev-db/barman/barman-3.2.0.ebuild
index 08998d1bf9e6..840baeef2427 100644
--- a/dev-db/barman/barman-3.2.0.ebuild
+++ b/dev-db/barman/barman-3.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 RESTRICT="test" # missing azure sdk
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2023-01-10 Thread Michał Górny
commit: 6a957ab343bb938e0a0b39cf875660fa3493e34a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:34:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:35:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a957ab3

dev-db/barman: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/Manifest  |  1 -
 dev-db/barman/barman-2.12-r1.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 1ed353c380a5..1295ad7ae1e4 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,3 +1,2 @@
-DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320
 DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
 DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab

diff --git a/dev-db/barman/barman-2.12-r1.ebuild 
b/dev-db/barman/barman-2.12-r1.ebuild
deleted file mode 100644
index 44e095f92d0f..
--- a/dev-db/barman/barman-2.12-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/boto3[${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]
-"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-
-   sed -i -e \
-   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
-   tests/test_xlog.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2022-12-01 Thread 罗百科
commit: 18fec8580b363f15a0bd951ec6b170b0d8960eb2
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Dec  2 06:56:05 2022 +
Commit: 罗百科  gentoo  org>
CommitDate: Fri Dec  2 06:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fec858

dev-db/barman: add 3.2.0

Closes: https://bugs.gentoo.org/878921
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-3.2.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 0ecd3afb2278..1ed353c380a5 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,3 @@
 DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320
 DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
+DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab

diff --git a/dev-db/barman/barman-3.2.0.ebuild 
b/dev-db/barman/barman-3.2.0.ebuild
new file mode 100644
index ..08998d1bf9e6
--- /dev/null
+++ b/dev-db/barman/barman-3.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{8..11} )
+
+RESTRICT="test" # missing azure sdk
+
+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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/boto3[${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]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/snappy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   sed -i -e \
+   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
+   tests/test_xlog.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2022-06-18 Thread 罗百科
commit: 8f48d997ac37d23b19d23173992e8c9a11c052bc
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Jun 18 15:29:34 2022 +
Commit: 罗百科  gentoo  org>
CommitDate: Sat Jun 18 15:34:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f48d997

dev-db/barman: Bump to 2.19

Also add python3.10 support

Closes: https://bugs.gentoo.org/845624
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest   |  1 +
 dev-db/barman/barman-2.19.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 40a91a4f4fd7..0ecd3afb2278 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1 +1,2 @@
 DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320
+DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff

diff --git a/dev-db/barman/barman-2.19.ebuild b/dev-db/barman/barman-2.19.ebuild
new file mode 100644
index ..f3cfc26cec01
--- /dev/null
+++ b/dev-db/barman/barman-2.19.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+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://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/boto3[${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]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   sed -i -e \
+   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
+   tests/test_xlog.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2022-06-04 Thread Michał Górny
commit: 4744c9fb447adbc64d7bfc7219123b2b4a00e958
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 07:05:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 07:41:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4744c9fb

dev-db/barman: Use slot for dev-python/psycopg

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/{barman-2.12.ebuild => barman-2.12-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/barman/barman-2.12.ebuild 
b/dev-db/barman/barman-2.12-r1.ebuild
similarity index 89%
rename from dev-db/barman/barman-2.12.ebuild
rename to dev-db/barman/barman-2.12-r1.ebuild
index ce74beef1454..44e095f92d0f 100644
--- a/dev-db/barman/barman-2.12.ebuild
+++ b/dev-db/barman/barman-2.12-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/argh[${PYTHON_USEDEP}]
-   >=dev-python/psycopg-2[${PYTHON_USEDEP}]
+   dev-python/psycopg:2[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/argcomplete[${PYTHON_USEDEP}]
net-misc/rsync



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2021-05-31 Thread Michał Górny
commit: c38bafdc0f9cbf28eda78cb08ea049e657ac9120
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:20:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:20:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38bafdc

dev-db/barman: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/Manifest   |  1 -
 dev-db/barman/barman-2.10.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 3ee4f4ef1ad..40a91a4f4fd 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1 @@
-DIST barman-2.10.tar.gz 1247335 BLAKE2B 
79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6
 SHA512 
64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
 DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320

diff --git a/dev-db/barman/barman-2.10.ebuild b/dev-db/barman/barman-2.10.ebuild
deleted file mode 100644
index c0e88f47d29..000
--- a/dev-db/barman/barman-2.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="https://www.pgbarman.org;
-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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2021-02-09 Thread Sam James
commit: 9b319056d5b1c636e2e623b970cd75c1936161f2
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 12:16:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 12:16:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b319056

dev-db/barman: add missing test deps

Closes: https://bugs.gentoo.org/769740
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-db/barman/barman-2.12.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild
index 59e903216ec..ce74beef145 100644
--- a/dev-db/barman/barman-2.12.ebuild
+++ b/dev-db/barman/barman-2.12.ebuild
@@ -26,6 +26,13 @@ RDEPEND="
dev-db/postgresql[server]
 "
 
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
 distutils_enable_tests pytest
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2021-02-09 Thread Sam James
commit: cde7108a273dafb762a12ddd6c3fdb2270d79927
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Feb  7 10:23:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 08:22:53 2021 +
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 000..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/

 



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2021-02-09 Thread Sam James
commit: fbb012afe342f42a9b18fa51c8cca071596affbc
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 08:22:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 08:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb012af

dev-db/barman: add tests, fixup deps

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-db/barman/Manifest   |  2 +-
 dev-db/barman/barman-2.12.ebuild | 22 --
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 078e77af4e6..3ee4f4ef1ad 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,2 @@
 DIST barman-2.10.tar.gz 1247335 BLAKE2B 
79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6
 SHA512 
64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
-DIST barman-2.12.tar.gz 1262415 BLAKE2B 
5bca88f39ea3d7ca95fec9895d9766ebbac8f14894d81d5e5e79ab3bc4ebeb84a23a0e94ba53dd3fe05b41b067e31f2931c9184a557a329450ffe3b0ab97c0ce
 SHA512 
8f41d15b62134e403e467b0eb9f7045b7a77e3e6d6caf4846309af71720e3a29b0c959f18a64e9c77f6f3434811f1004c4fe7e566f9f7037195d564d64bb383d
+DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320

diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild
index c9ea0dc9066..59e903216ec 100644
--- a/dev-db/barman/barman-2.12.ebuild
+++ b/dev-db/barman/barman-2.12.ebuild
@@ -9,19 +9,29 @@ 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;
+SRC_URI="https://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
-
-RDEPEND="dev-python/boto[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/boto3[${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=""
+   dev-db/postgresql[server]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   sed -i -e \
+   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
+   tests/test_xlog.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2021-02-09 Thread Sam James
commit: 114f7779f2b1258df7958c62cad7a9345e377c2c
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 07:50:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 08:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114f7779

dev-db/barman: add github remote-id

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-db/barman/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/barman/metadata.xml b/dev-db/barman/metadata.xml
index 45fc5d08b3d..d07f282d3af 100644
--- a/dev-db/barman/metadata.xml
+++ b/dev-db/barman/metadata.xml
@@ -6,6 +6,7 @@
Patrick Lauer


+   2ndquadrant-it/barman
pgbarman
https://sourceforge.net/p/pgbarman/tickets/




[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2020-01-14 Thread Michał Górny
commit: 836d1be84de399df54b36db847b2cbe7efc83ce7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 15 05:38:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 15 07:20:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836d1be8

dev-db/barman: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/Manifest  |  3 ---
 dev-db/barman/barman-2.1.ebuild | 26 --
 dev-db/barman/barman-2.3.ebuild | 26 --
 dev-db/barman/barman-2.4.ebuild | 26 --
 4 files changed, 81 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 5d84404e5dc..d72df8219c0 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,4 +1 @@
-DIST barman-2.1.tar.gz 240437 BLAKE2B 
6981049812b520c2605c49e5c7baed5cf350eb386114bf80f3ca2d1cd3abdc9b7d55329f4b8de42b6a47acd7d7e7f925b2c3cf7da1e95393ba3d3c7df938f262
 SHA512 
385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
 DIST barman-2.10.tar.gz 1247335 BLAKE2B 
79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6
 SHA512 
64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
-DIST barman-2.3.tar.gz 255500 BLAKE2B 
ae84ceade48faf6c65b1d056a7a5b635e5af53f6fa17d6165676e486286effe144125078f84fe6861d948f5b6d568d547ac3258612c95f5cfd5a5e3160197c5c
 SHA512 
c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
-DIST barman-2.4.tar.gz 997651 BLAKE2B 
34c412752d6f0a8bcaa11e3d4538b6116d980f8c3c04bfd9c6ef997f496c4f9497175349b0d0574673a91c14ffab1469d8a988077c7198a2405af680c8205ca6
 SHA512 
ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1

diff --git a/dev-db/barman/barman-2.1.ebuild b/dev-db/barman/barman-2.1.ebuild
deleted file mode 100644
index f41587cacf7..000
--- a/dev-db/barman/barman-2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org;
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="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/barman-2.3.ebuild b/dev-db/barman/barman-2.3.ebuild
deleted file mode 100644
index f41587cacf7..000
--- a/dev-db/barman/barman-2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org;
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="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/barman-2.4.ebuild b/dev-db/barman/barman-2.4.ebuild
deleted file mode 100644
index c1f81311802..000
--- a/dev-db/barman/barman-2.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org;
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2020-01-14 Thread Michał Górny
commit: dd943a8ae89a28246d83e837bd0f080f88b2186b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 15 07:10:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 15 07:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd943a8a

dev-db/barman: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/barman/barman-2.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/barman/barman-2.10.ebuild b/dev-db/barman/barman-2.10.ebuild
index 615e5ee37d7..6a3f95eb6d8 100644
--- a/dev-db/barman/barman-2.10.ebuild
+++ b/dev-db/barman/barman-2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,8 +9,8 @@ inherit distutils-r1
 
 DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
 
-HOMEPAGE="http://www.pgbarman.org;
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+HOMEPAGE="https://www.pgbarman.org;
+SRC_URI="https://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2019-12-25 Thread 罗百科
commit: ec298d5cb441dd0d536cf7fa0ee0b66e4b53a94c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Dec 25 11:33:27 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Wed Dec 25 11:33:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec298d5c

dev-db/barman: Bump

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest   |  1 +
 dev-db/barman/barman-2.10.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index f06974ef212..5d84404e5dc 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,3 +1,4 @@
 DIST barman-2.1.tar.gz 240437 BLAKE2B 
6981049812b520c2605c49e5c7baed5cf350eb386114bf80f3ca2d1cd3abdc9b7d55329f4b8de42b6a47acd7d7e7f925b2c3cf7da1e95393ba3d3c7df938f262
 SHA512 
385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
+DIST barman-2.10.tar.gz 1247335 BLAKE2B 
79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6
 SHA512 
64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
 DIST barman-2.3.tar.gz 255500 BLAKE2B 
ae84ceade48faf6c65b1d056a7a5b635e5af53f6fa17d6165676e486286effe144125078f84fe6861d948f5b6d568d547ac3258612c95f5cfd5a5e3160197c5c
 SHA512 
c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
 DIST barman-2.4.tar.gz 997651 BLAKE2B 
34c412752d6f0a8bcaa11e3d4538b6116d980f8c3c04bfd9c6ef997f496c4f9497175349b0d0574673a91c14ffab1469d8a988077c7198a2405af680c8205ca6
 SHA512 
ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1

diff --git a/dev-db/barman/barman-2.10.ebuild b/dev-db/barman/barman-2.10.ebuild
new file mode 100644
index 000..615e5ee37d7
--- /dev/null
+++ b/dev-db/barman/barman-2.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2018-07-07 Thread Patrick Lauer
commit: 12b5825f1cfcc2b30c6abe666fc37f23292b5a0d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Jul  7 07:24:17 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Jul  7 07:24:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b5825f

dev-db/barman: Bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/barman/Manifest  |  1 +
 dev-db/barman/barman-2.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 5f6a3130923..f06974ef212 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,3 @@
 DIST barman-2.1.tar.gz 240437 BLAKE2B 
6981049812b520c2605c49e5c7baed5cf350eb386114bf80f3ca2d1cd3abdc9b7d55329f4b8de42b6a47acd7d7e7f925b2c3cf7da1e95393ba3d3c7df938f262
 SHA512 
385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
 DIST barman-2.3.tar.gz 255500 BLAKE2B 
ae84ceade48faf6c65b1d056a7a5b635e5af53f6fa17d6165676e486286effe144125078f84fe6861d948f5b6d568d547ac3258612c95f5cfd5a5e3160197c5c
 SHA512 
c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
+DIST barman-2.4.tar.gz 997651 BLAKE2B 
34c412752d6f0a8bcaa11e3d4538b6116d980f8c3c04bfd9c6ef997f496c4f9497175349b0d0574673a91c14ffab1469d8a988077c7198a2405af680c8205ca6
 SHA512 
ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1

diff --git a/dev-db/barman/barman-2.4.ebuild b/dev-db/barman/barman-2.4.ebuild
new file mode 100644
index 000..f4ffbef2a9c
--- /dev/null
+++ b/dev-db/barman/barman-2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2017-09-18 Thread Patrick Lauer
commit: d2a2c52eab01e33e5b7376668566c0a7f4d8700c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Sep 18 18:28:23 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Sep 18 18:50:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a2c52e

dev-db/barman: Bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/barman/Manifest  |  1 +
 dev-db/barman/barman-2.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 4c91fadf6df..388a0682b02 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -5,3 +5,4 @@ DIST barman-1.5.1.tar.gz 132842 SHA256 
69127c298f91f696241df0e15f9327d53b050cbbe
 DIST barman-1.6.0.tar.gz 157048 SHA256 
771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 SHA512 
2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
 WHIRLPOOL 
7a343747de1d0848eae821e7fce3205d2b47e02570955956387716f2cdab45affc75749faa1044dedab72c5436ec1d77433f54acbc5ffbaf7dd0908a59703d5a
 DIST barman-1.6.1.tar.gz 189826 SHA256 
2fb8bbf0a386114dda4f1ade3e02a79aede5e3dd77c6b8d4f872b75fd1427e65 SHA512 
621a328a61c7676b0d6e0b09666feb2f16fa88e05f17157a873c3323f160de0ca4aaf1b9920134d9ddb560d468afebe5705c7dc3063396e1b201a82a752a3bc2
 WHIRLPOOL 
1d44a8bfeb1b003c9117b332497a6ef165c9975372994f6919a024b8f5a7df86c9b8e9c2c425438750798766b6824be92c55499193e6d9a08ff6f9d94735619c
 DIST barman-2.1.tar.gz 240437 SHA256 
1db64930bf76f1d36c31838b247e517cee09d1133ce331d4e0be77d326d97295 SHA512 
385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
 WHIRLPOOL 
e5b251146a44254a5c713bf2c4b2bb8985564f7e7e1826fbd658f68401fa6a1248cc2628ee4d064a6b51b7f54c4c2b6daba98310fd62ea79e494c65f5531bcad
+DIST barman-2.3.tar.gz 255500 SHA256 
1a4cae3052c00f8401adc7af806df3d11375358d0cbd9ab1c84b5333808ea6cf SHA512 
c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
 WHIRLPOOL 
17db68636d2bf5a827fa81c33f7a14d27e5e05212d860b1d0c74cd517973e9eebf3da16cd71196e5a10cef0ae9756dc28cc1d6624b930fc7622d564776e5fc72

diff --git a/dev-db/barman/barman-2.3.ebuild b/dev-db/barman/barman-2.3.ebuild
new file mode 100644
index 000..0452603f97a
--- /dev/null
+++ b/dev-db/barman/barman-2.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=5
+
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2017-09-18 Thread Patrick Lauer
commit: 75bc491756abef7de96f3057048e3578f6901dfa
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Sep 18 18:29:48 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Sep 18 18:50:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bc4917

dev-db/barman: Repoman happy, remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/barman/Manifest|  6 --
 dev-db/barman/barman-1.4.0.ebuild | 25 -
 dev-db/barman/barman-1.4.1.ebuild | 25 -
 dev-db/barman/barman-1.5.0.ebuild | 25 -
 dev-db/barman/barman-1.5.1.ebuild | 25 -
 dev-db/barman/barman-1.6.0.ebuild | 25 -
 dev-db/barman/barman-1.6.1.ebuild | 25 -
 dev-db/barman/barman-2.1.ebuild   |  1 +
 dev-db/barman/barman-2.3.ebuild   |  1 +
 9 files changed, 2 insertions(+), 156 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 388a0682b02..dedc2868ec3 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,8 +1,2 @@
-DIST barman-1.4.0.tar.gz 120590 SHA256 
d18c331bd6d8931bd60dab272bc9d512eb494bfddb11964d7ca430f51b7e45e9 SHA512 
415fd5597df94fb43b8c48ec1250c22e6bbe21217fe9937d6c0cf6ef8ab68bea21b9341c18a2e97f7af92b516f0201b82fa1279af6994d6fa60d441d3f9326e2
 WHIRLPOOL 
6e1e1c112ad5ef1afc76369d0f4428128ce85d2abe4a298b2eed73efc6bd2e248dd81baa3f6839360ea162dc676103f4e59f13fefe102ea609455e1330444e93
-DIST barman-1.4.1.tar.gz 122048 SHA256 
38a649ab1cea811e2db9410d87c08423beb3135f88b1160913bcb9f16a10b1df SHA512 
3f6d55ceee55efc95d526848292f68c80bbee4081fc26714b0da52990e3a05030ae2f89561a4c4c71c273bb1c07f009dc0ebbc5cde87831b514e918ad531
 WHIRLPOOL 
8f42844f5d9514b0d8c14ff2ad03f1e8e3994e0e394e7e7a761b0a95ed6a8c9a4eea791a82a14b346cbcf3354aaa8f56547290eddc75ea0f57e775a55db70499
-DIST barman-1.5.0.tar.gz 128132 SHA256 
21188b11f64dd13e70236456ca7ad43fc21ccb1956e093ced7f8f810b13d972a SHA512 
7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
 WHIRLPOOL 
5d5630370c5c30f79228e4007ff0608d2c6c44eee4e6d2f7dca2518c432bae24ddb5f6f32680b4759277d4b5e572140906f658f4d2db2d2fd82e1fea965675fe
-DIST barman-1.5.1.tar.gz 132842 SHA256 
69127c298f91f696241df0e15f9327d53b050cbbeea6ba5dec039aea76d432de SHA512 
bc99c3b970c82f24b49e44eb4672e1201237e3a7e575d45dff5186fb472d98e59a7a18b74b7218ef05b05c606d2f53e1723f1482681624dd386caff79161926c
 WHIRLPOOL 
aa7eb221264d590b2afa344dfc7344de7ce913c638eb41d021bf96ae30b0a6c37b4b462e9ac059b02595722eda8f21e990c9e6f1152ac8f789ef06490890bcea
-DIST barman-1.6.0.tar.gz 157048 SHA256 
771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 SHA512 
2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
 WHIRLPOOL 
7a343747de1d0848eae821e7fce3205d2b47e02570955956387716f2cdab45affc75749faa1044dedab72c5436ec1d77433f54acbc5ffbaf7dd0908a59703d5a
-DIST barman-1.6.1.tar.gz 189826 SHA256 
2fb8bbf0a386114dda4f1ade3e02a79aede5e3dd77c6b8d4f872b75fd1427e65 SHA512 
621a328a61c7676b0d6e0b09666feb2f16fa88e05f17157a873c3323f160de0ca4aaf1b9920134d9ddb560d468afebe5705c7dc3063396e1b201a82a752a3bc2
 WHIRLPOOL 
1d44a8bfeb1b003c9117b332497a6ef165c9975372994f6919a024b8f5a7df86c9b8e9c2c425438750798766b6824be92c55499193e6d9a08ff6f9d94735619c
 DIST barman-2.1.tar.gz 240437 SHA256 
1db64930bf76f1d36c31838b247e517cee09d1133ce331d4e0be77d326d97295 SHA512 
385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
 WHIRLPOOL 
e5b251146a44254a5c713bf2c4b2bb8985564f7e7e1826fbd658f68401fa6a1248cc2628ee4d064a6b51b7f54c4c2b6daba98310fd62ea79e494c65f5531bcad
 DIST barman-2.3.tar.gz 255500 SHA256 
1a4cae3052c00f8401adc7af806df3d11375358d0cbd9ab1c84b5333808ea6cf SHA512 
c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
 WHIRLPOOL 
17db68636d2bf5a827fa81c33f7a14d27e5e05212d860b1d0c74cd517973e9eebf3da16cd71196e5a10cef0ae9756dc28cc1d6624b930fc7622d564776e5fc72

diff --git a/dev-db/barman/barman-1.4.0.ebuild 
b/dev-db/barman/barman-1.4.0.ebuild
deleted file mode 100644
index 2f563479c70..000
--- a/dev-db/barman/barman-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-PYTHON_COMPAT=( python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org;
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="dev-python/argh[${PYTHON_USEDEP}]
-   >=dev-python/psycopg-2[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2016-05-24 Thread Patrick Lauer
commit: 5fb183d562f437d3696ce7b2e7ea8b42b6ffe1f3
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue May 24 08:24:01 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue May 24 08:24:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb183d5

dev-db/barman: Bump

Package-Manager: portage-2.3.0_rc1

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-1.6.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index c115425..2cc19cc 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -3,3 +3,4 @@ DIST barman-1.4.1.tar.gz 122048 SHA256 
38a649ab1cea811e2db9410d87c08423beb3135f8
 DIST barman-1.5.0.tar.gz 128132 SHA256 
21188b11f64dd13e70236456ca7ad43fc21ccb1956e093ced7f8f810b13d972a SHA512 
7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
 WHIRLPOOL 
5d5630370c5c30f79228e4007ff0608d2c6c44eee4e6d2f7dca2518c432bae24ddb5f6f32680b4759277d4b5e572140906f658f4d2db2d2fd82e1fea965675fe
 DIST barman-1.5.1.tar.gz 132842 SHA256 
69127c298f91f696241df0e15f9327d53b050cbbeea6ba5dec039aea76d432de SHA512 
bc99c3b970c82f24b49e44eb4672e1201237e3a7e575d45dff5186fb472d98e59a7a18b74b7218ef05b05c606d2f53e1723f1482681624dd386caff79161926c
 WHIRLPOOL 
aa7eb221264d590b2afa344dfc7344de7ce913c638eb41d021bf96ae30b0a6c37b4b462e9ac059b02595722eda8f21e990c9e6f1152ac8f789ef06490890bcea
 DIST barman-1.6.0.tar.gz 157048 SHA256 
771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 SHA512 
2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
 WHIRLPOOL 
7a343747de1d0848eae821e7fce3205d2b47e02570955956387716f2cdab45affc75749faa1044dedab72c5436ec1d77433f54acbc5ffbaf7dd0908a59703d5a
+DIST barman-1.6.1.tar.gz 189826 SHA256 
2fb8bbf0a386114dda4f1ade3e02a79aede5e3dd77c6b8d4f872b75fd1427e65 SHA512 
621a328a61c7676b0d6e0b09666feb2f16fa88e05f17157a873c3323f160de0ca4aaf1b9920134d9ddb560d468afebe5705c7dc3063396e1b201a82a752a3bc2
 WHIRLPOOL 
1d44a8bfeb1b003c9117b332497a6ef165c9975372994f6919a024b8f5a7df86c9b8e9c2c425438750798766b6824be92c55499193e6d9a08ff6f9d94735619c

diff --git a/dev-db/barman/barman-1.6.1.ebuild 
b/dev-db/barman/barman-1.6.1.ebuild
new file mode 100644
index 000..00c75d2
--- /dev/null
+++ b/dev-db/barman/barman-1.6.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2016-03-06 Thread Patrick Lauer
commit: cc51d54e6e650306b0d19b14fed380e87e41491f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Mar  5 09:18:51 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Mar  5 09:18:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc51d54e

dev-db/barman: Bump

Package-Manager: portage-2.2.27

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-1.6.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index c8f502f..c115425 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -2,3 +2,4 @@ DIST barman-1.4.0.tar.gz 120590 SHA256 
d18c331bd6d8931bd60dab272bc9d512eb494bfdd
 DIST barman-1.4.1.tar.gz 122048 SHA256 
38a649ab1cea811e2db9410d87c08423beb3135f88b1160913bcb9f16a10b1df SHA512 
3f6d55ceee55efc95d526848292f68c80bbee4081fc26714b0da52990e3a05030ae2f89561a4c4c71c273bb1c07f009dc0ebbc5cde87831b514e918ad531
 WHIRLPOOL 
8f42844f5d9514b0d8c14ff2ad03f1e8e3994e0e394e7e7a761b0a95ed6a8c9a4eea791a82a14b346cbcf3354aaa8f56547290eddc75ea0f57e775a55db70499
 DIST barman-1.5.0.tar.gz 128132 SHA256 
21188b11f64dd13e70236456ca7ad43fc21ccb1956e093ced7f8f810b13d972a SHA512 
7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
 WHIRLPOOL 
5d5630370c5c30f79228e4007ff0608d2c6c44eee4e6d2f7dca2518c432bae24ddb5f6f32680b4759277d4b5e572140906f658f4d2db2d2fd82e1fea965675fe
 DIST barman-1.5.1.tar.gz 132842 SHA256 
69127c298f91f696241df0e15f9327d53b050cbbeea6ba5dec039aea76d432de SHA512 
bc99c3b970c82f24b49e44eb4672e1201237e3a7e575d45dff5186fb472d98e59a7a18b74b7218ef05b05c606d2f53e1723f1482681624dd386caff79161926c
 WHIRLPOOL 
aa7eb221264d590b2afa344dfc7344de7ce913c638eb41d021bf96ae30b0a6c37b4b462e9ac059b02595722eda8f21e990c9e6f1152ac8f789ef06490890bcea
+DIST barman-1.6.0.tar.gz 157048 SHA256 
771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 SHA512 
2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
 WHIRLPOOL 
7a343747de1d0848eae821e7fce3205d2b47e02570955956387716f2cdab45affc75749faa1044dedab72c5436ec1d77433f54acbc5ffbaf7dd0908a59703d5a

diff --git a/dev-db/barman/barman-1.6.0.ebuild 
b/dev-db/barman/barman-1.6.0.ebuild
new file mode 100644
index 000..d312a7e
--- /dev/null
+++ b/dev-db/barman/barman-1.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2016-01-08 Thread Patrick Lauer
commit: 5551358cf16e89e30d14a16bc318fdecf382960c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jan  8 11:35:06 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jan  8 11:35:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5551358c

dev-db/barman: Bump

Package-Manager: portage-2.2.26

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-1.5.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index e4e10ba..c8f502f 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,3 +1,4 @@
 DIST barman-1.4.0.tar.gz 120590 SHA256 
d18c331bd6d8931bd60dab272bc9d512eb494bfddb11964d7ca430f51b7e45e9 SHA512 
415fd5597df94fb43b8c48ec1250c22e6bbe21217fe9937d6c0cf6ef8ab68bea21b9341c18a2e97f7af92b516f0201b82fa1279af6994d6fa60d441d3f9326e2
 WHIRLPOOL 
6e1e1c112ad5ef1afc76369d0f4428128ce85d2abe4a298b2eed73efc6bd2e248dd81baa3f6839360ea162dc676103f4e59f13fefe102ea609455e1330444e93
 DIST barman-1.4.1.tar.gz 122048 SHA256 
38a649ab1cea811e2db9410d87c08423beb3135f88b1160913bcb9f16a10b1df SHA512 
3f6d55ceee55efc95d526848292f68c80bbee4081fc26714b0da52990e3a05030ae2f89561a4c4c71c273bb1c07f009dc0ebbc5cde87831b514e918ad531
 WHIRLPOOL 
8f42844f5d9514b0d8c14ff2ad03f1e8e3994e0e394e7e7a761b0a95ed6a8c9a4eea791a82a14b346cbcf3354aaa8f56547290eddc75ea0f57e775a55db70499
 DIST barman-1.5.0.tar.gz 128132 SHA256 
21188b11f64dd13e70236456ca7ad43fc21ccb1956e093ced7f8f810b13d972a SHA512 
7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
 WHIRLPOOL 
5d5630370c5c30f79228e4007ff0608d2c6c44eee4e6d2f7dca2518c432bae24ddb5f6f32680b4759277d4b5e572140906f658f4d2db2d2fd82e1fea965675fe
+DIST barman-1.5.1.tar.gz 132842 SHA256 
69127c298f91f696241df0e15f9327d53b050cbbeea6ba5dec039aea76d432de SHA512 
bc99c3b970c82f24b49e44eb4672e1201237e3a7e575d45dff5186fb472d98e59a7a18b74b7218ef05b05c606d2f53e1723f1482681624dd386caff79161926c
 WHIRLPOOL 
aa7eb221264d590b2afa344dfc7344de7ce913c638eb41d021bf96ae30b0a6c37b4b462e9ac059b02595722eda8f21e990c9e6f1152ac8f789ef06490890bcea

diff --git a/dev-db/barman/barman-1.5.1.ebuild 
b/dev-db/barman/barman-1.5.1.ebuild
new file mode 100644
index 000..d312a7e
--- /dev/null
+++ b/dev-db/barman/barman-1.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""



[gentoo-commits] repo/gentoo:master commit in: dev-db/barman/

2015-12-21 Thread Patrick Lauer
commit: 646b997c72eadfa253e11a56ec4f7c13541debb8
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Dec 21 12:57:30 2015 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Dec 21 12:57:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646b997c

dev-db/barman: Bump

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-1.5.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 7cda572..e4e10ba 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,3 @@
 DIST barman-1.4.0.tar.gz 120590 SHA256 
d18c331bd6d8931bd60dab272bc9d512eb494bfddb11964d7ca430f51b7e45e9 SHA512 
415fd5597df94fb43b8c48ec1250c22e6bbe21217fe9937d6c0cf6ef8ab68bea21b9341c18a2e97f7af92b516f0201b82fa1279af6994d6fa60d441d3f9326e2
 WHIRLPOOL 
6e1e1c112ad5ef1afc76369d0f4428128ce85d2abe4a298b2eed73efc6bd2e248dd81baa3f6839360ea162dc676103f4e59f13fefe102ea609455e1330444e93
 DIST barman-1.4.1.tar.gz 122048 SHA256 
38a649ab1cea811e2db9410d87c08423beb3135f88b1160913bcb9f16a10b1df SHA512 
3f6d55ceee55efc95d526848292f68c80bbee4081fc26714b0da52990e3a05030ae2f89561a4c4c71c273bb1c07f009dc0ebbc5cde87831b514e918ad531
 WHIRLPOOL 
8f42844f5d9514b0d8c14ff2ad03f1e8e3994e0e394e7e7a761b0a95ed6a8c9a4eea791a82a14b346cbcf3354aaa8f56547290eddc75ea0f57e775a55db70499
+DIST barman-1.5.0.tar.gz 128132 SHA256 
21188b11f64dd13e70236456ca7ad43fc21ccb1956e093ced7f8f810b13d972a SHA512 
7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
 WHIRLPOOL 
5d5630370c5c30f79228e4007ff0608d2c6c44eee4e6d2f7dca2518c432bae24ddb5f6f32680b4759277d4b5e572140906f658f4d2db2d2fd82e1fea965675fe

diff --git a/dev-db/barman/barman-1.5.0.ebuild 
b/dev-db/barman/barman-1.5.0.ebuild
new file mode 100644
index 000..d312a7e
--- /dev/null
+++ b/dev-db/barman/barman-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+
+HOMEPAGE="http://www.pgbarman.org;
+SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="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=""