summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-01-30 07:13:12 +0100
committerPatrick Lauer <patrick@gentoo.org>2017-01-30 07:13:27 +0100
commitd01a68a394d73f266d2494e40f0e0553562fea46 (patch)
tree72a5ac8f090ade392fabd48c671388e215d388f5 /dev-db/barman/barman-2.1.ebuild
parentsys-kernel/gentoo-sources: 4.9.x fix xorg hangs on startup with (diff)
downloadgentoo-d01a68a394d73f266d2494e40f0e0553562fea46.tar.gz
gentoo-d01a68a394d73f266d2494e40f0e0553562fea46.tar.bz2
gentoo-d01a68a394d73f266d2494e40f0e0553562fea46.zip
dev-db/barman: Bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-db/barman/barman-2.1.ebuild')
-rw-r--r--dev-db/barman/barman-2.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/barman/barman-2.1.ebuild b/dev-db/barman/barman-2.1.ebuild
new file mode 100644
index 000000000000..7986e8b62711
--- /dev/null
+++ b/dev-db/barman/barman-2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 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=""