summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-12-18 12:27:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-12-18 12:27:19 +0000
commit925bfc8b3c98afa9e42eebe7dc0f3af44035287a (patch)
tree09c2876129adc6d0b2ad794443432903095f479a /dev-db/barman/barman-1.1.2.ebuild
parentStable for ia64, wrt bug #427024 (diff)
downloadhistorical-925bfc8b3c98afa9e42eebe7dc0f3af44035287a.tar.gz
historical-925bfc8b3c98afa9e42eebe7dc0f3af44035287a.tar.bz2
historical-925bfc8b3c98afa9e42eebe7dc0f3af44035287a.zip
Bump
Package-Manager: portage-2.2.0_alpha140/cvs/Linux x86_64
Diffstat (limited to 'dev-db/barman/barman-1.1.2.ebuild')
-rw-r--r--dev-db/barman/barman-1.1.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-db/barman/barman-1.1.2.ebuild b/dev-db/barman/barman-1.1.2.ebuild
new file mode 100644
index 000000000000..9ab43acde832
--- /dev/null
+++ b/dev-db/barman/barman-1.1.2.ebuild
@@ -0,0 +1,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.1.2.ebuild,v 1.1 2012/12/18 12:27:08 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=""