patrick 14/05/06 07:10:18
Modified: ChangeLog
Added: barman-1.3.1.ebuild
Removed: barman-1.2.3.ebuild barman-1.2.1.ebuild
barman-1.2.2.ebuild
Log:
Bump, clean out old
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.12 dev-db/barman/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 3 May 2014 05:21:28 -0000 1.11
+++ ChangeLog 6 May 2014 07:10:18 -0000 1.12
@@ -1,6 +1,12 @@
# 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.11 2014/05/03
05:21:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.12 2014/05/06
07:10:18 patrick Exp $
+
+*barman-1.3.1 (06 May 2014)
+
+ 06 May 2014; Patrick Lauer <[email protected]> +barman-1.3.1.ebuild,
+ -barman-1.2.1.ebuild, -barman-1.2.2.ebuild, -barman-1.2.3.ebuild:
+ Bump, clean out old
*barman-1.3.0 (03 May 2014)
1.1 dev-db/barman/barman-1.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: barman-1.3.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1
2014/05/06 07:10:18 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=""