diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-01-08 12:35:06 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-01-08 12:35:26 +0100 |
commit | 5551358cf16e89e30d14a16bc318fdecf382960c (patch) | |
tree | cce981c9c176db2aa703477c39e9f171d630d773 /dev-db/barman/barman-1.5.1.ebuild | |
parent | app-backup/backintime: Drop old. (diff) | |
download | gentoo-5551358cf16e89e30d14a16bc318fdecf382960c.tar.gz gentoo-5551358cf16e89e30d14a16bc318fdecf382960c.tar.bz2 gentoo-5551358cf16e89e30d14a16bc318fdecf382960c.zip |
dev-db/barman: Bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/barman/barman-1.5.1.ebuild')
-rw-r--r-- | dev-db/barman/barman-1.5.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000000..d312a7ea25b1 --- /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="" |