patrick     15/05/11 04:06:22

  Modified:             ChangeLog
  Added:                barman-1.4.1.ebuild
  Removed:              barman-1.3.0.ebuild barman-1.3.1.ebuild
                        barman-1.3.2.ebuild barman-1.3.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.19                 dev-db/barman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   8 Apr 2015 18:45:26 -0000       1.18
+++ ChangeLog   11 May 2015 04:06:22 -0000      1.19
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/barman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.18 2015/04/08 
18:45:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.19 2015/05/11 
04:06:22 patrick Exp $
+
+*barman-1.4.1 (11 May 2015)
+
+  11 May 2015; Patrick Lauer <[email protected]> +barman-1.4.1.ebuild,
+  -barman-1.3.0.ebuild, -barman-1.3.1.ebuild, -barman-1.3.2.ebuild,
+  -barman-1.3.3.ebuild:
+  Bump
 
   08 Apr 2015; Michał Górny <[email protected]> barman-1.3.0.ebuild,
   barman-1.3.1.ebuild, barman-1.3.2.ebuild, barman-1.3.3.ebuild,



1.1                  dev-db/barman/barman-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.4.1.ebuild?rev=1.1&content-type=text/plain

Index: barman-1.4.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.4.1.ebuild,v 1.1 
2015/05/11 04:06:22 patrick Exp $
EAPI=5

PYTHON_COMPAT=( python2_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}]
        dev-python/argcomplete[${PYTHON_USEDEP}]
        net-misc/rsync
        dev-db/postgresql[server]"
DEPEND=""




Reply via email to