blob: 6a0f4cc9a8659d9bb1d0343cb753fa12bda393ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.0.0.ebuild,v 1.1 2012/08/27 15:10:25 patrick Exp $
EAPI=4
inherit distutils
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
>=dev-python/psycopg-2
dev-python/python-dateutil
net-misc/rsync
dev-db/postgresql-server"
DEPEND=""
|