summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-08-21 05:45:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-08-21 05:45:24 +0000
commit0f8233e15911465b49b5c55c9b916b16d81709e0 (patch)
treee0e47e151ea13e6264906e104062932355fee6c5 /dev-db
parentRemove unneeded useflag description from metadata.xml (diff)
downloadgentoo-2-0f8233e15911465b49b5c55c9b916b16d81709e0.tar.gz
gentoo-2-0f8233e15911465b49b5c55c9b916b16d81709e0.tar.bz2
gentoo-2-0f8233e15911465b49b5c55c9b916b16d81709e0.zip
Bump
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/barman/ChangeLog7
-rw-r--r--dev-db/barman/barman-1.3.3.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-db/barman/ChangeLog b/dev-db/barman/ChangeLog
index f685e807e392..237a2a97725e 100644
--- a/dev-db/barman/ChangeLog
+++ b/dev-db/barman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/barman
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.13 2014/05/20 06:13:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.14 2014/08/21 05:45:24 patrick Exp $
+
+*barman-1.3.3 (21 Aug 2014)
+
+ 21 Aug 2014; Patrick Lauer <patrick@gentoo.org> +barman-1.3.3.ebuild:
+ Bump
*barman-1.3.2 (20 May 2014)
diff --git a/dev-db/barman/barman-1.3.3.ebuild b/dev-db/barman/barman-1.3.3.ebuild
new file mode 100644
index 000000000000..2bb7dc6c6384
--- /dev/null
+++ b/dev-db/barman/barman-1.3.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.3.ebuild,v 1.1 2014/08/21 05:45:24 patrick Exp $
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_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}]
+ net-misc/rsync
+ dev-db/postgresql-server"
+DEPEND=""