diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-02-06 08:43:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-02-06 08:43:32 +0000 |
commit | 6806d289efeb7eba57c157db7c8b1db03e4ac695 (patch) | |
tree | b9ede4c134f9bc4c1b6b5d1691b05babf8a5844d /dev-db/barman | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-6806d289efeb7eba57c157db7c8b1db03e4ac695.tar.gz gentoo-2-6806d289efeb7eba57c157db7c8b1db03e4ac695.tar.bz2 gentoo-2-6806d289efeb7eba57c157db7c8b1db03e4ac695.zip |
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/barman')
-rw-r--r-- | dev-db/barman/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/barman/barman-1.2.0.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-db/barman/ChangeLog b/dev-db/barman/ChangeLog index c878a8118e1d..9d64b2f4a668 100644 --- a/dev-db/barman/ChangeLog +++ b/dev-db/barman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/barman -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.4 2012/12/18 12:27:08 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.5 2013/02/06 08:43:32 patrick Exp $ + +*barman-1.2.0 (06 Feb 2013) + + 06 Feb 2013; Patrick Lauer <patrick@gentoo.org> +barman-1.2.0.ebuild: + Bump *barman-1.1.2 (18 Dec 2012) 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="" |