titanofold    14/11/03 11:20:09

  Modified:             barman-1.3.1.ebuild barman-1.3.2.ebuild ChangeLog
                        barman-1.3.0.ebuild barman-1.3.3.ebuild
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild?r1=1.1&r2=1.2

Index: barman-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- barman-1.3.1.ebuild 6 May 2014 07:10:18 -0000       1.1
+++ barman-1.3.1.ebuild 3 Nov 2014 11:20:09 -0000       1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
        >=dev-python/psycopg-2[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        net-misc/rsync
-       dev-db/postgresql-server"
+       virtual/postgresql[server]"
 DEPEND=""



1.2                  dev-db/barman/barman-1.3.2.ebuild

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

Index: barman-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- barman-1.3.2.ebuild 20 May 2014 06:13:28 -0000      1.1
+++ barman-1.3.2.ebuild 3 Nov 2014 11:20:09 -0000       1.2
@@ -1,6 +1,6 @@
 # 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.2.ebuild,v 1.1 
2014/05/20 06:13:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.2.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
        >=dev-python/psycopg-2[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        net-misc/rsync
-       dev-db/postgresql-server"
+       virtual/postgresql[server]"
 DEPEND=""



1.15                 dev-db/barman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   21 Aug 2014 05:45:24 -0000      1.14
+++ ChangeLog   3 Nov 2014 11:20:09 -0000       1.15
@@ -1,6 +1,10 @@
 # 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.14 2014/08/21 
05:45:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.15 2014/11/03 
11:20:09 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanof...@gentoo.org> barman-1.3.0.ebuild,
+  barman-1.3.1.ebuild, barman-1.3.2.ebuild, barman-1.3.3.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
 *barman-1.3.3 (21 Aug 2014)
 



1.2                  dev-db/barman/barman-1.3.0.ebuild

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

Index: barman-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- barman-1.3.0.ebuild 3 May 2014 05:21:28 -0000       1.1
+++ barman-1.3.0.ebuild 3 Nov 2014 11:20:09 -0000       1.2
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.1 
2014/05/03 05:21:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.0.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
        >=dev-python/psycopg-2[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        net-misc/rsync
-       dev-db/postgresql-server"
+       virtual/postgresql[server]"
 DEPEND=""



1.2                  dev-db/barman/barman-1.3.3.ebuild

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

Index: barman-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- barman-1.3.3.ebuild 21 Aug 2014 05:45:24 -0000      1.1
+++ barman-1.3.3.ebuild 3 Nov 2014 11:20:09 -0000       1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.3.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
        >=dev-python/psycopg-2[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        net-misc/rsync
-       dev-db/postgresql-server"
+       virtual/postgresql[server]"
 DEPEND=""




Reply via email to