summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/barman/barman-1.2.0.ebuild')
-rw-r--r--dev-db/barman/barman-1.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-db/barman/barman-1.2.0.ebuild b/dev-db/barman/barman-1.2.0.ebuild
new file mode 100644
index 000000000000..970aef402ca1
--- /dev/null
+++ b/dev-db/barman/barman-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.0.ebuild,v 1.1 2013/02/06 08:43:32 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=""