summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-05-24 10:24:01 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-05-24 10:24:22 +0200
commit5fb183d562f437d3696ce7b2e7ea8b42b6ffe1f3 (patch)
tree6ab83a7111c1d53f0003c4d346bde53109e1c4da /dev-db/barman/barman-1.6.1.ebuild
parentnet-libs/socket_wrapper: Removed old. (diff)
downloadgentoo-5fb183d562f437d3696ce7b2e7ea8b42b6ffe1f3.tar.gz
gentoo-5fb183d562f437d3696ce7b2e7ea8b42b6ffe1f3.tar.bz2
gentoo-5fb183d562f437d3696ce7b2e7ea8b42b6ffe1f3.zip
dev-db/barman: Bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-db/barman/barman-1.6.1.ebuild')
-rw-r--r--dev-db/barman/barman-1.6.1.ebuild26
1 files changed, 26 insertions, 0 deletions
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 000000000000..00c75d276069
--- /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=""