titanofold    14/11/03 13:55:21

  Modified:             ChangeLog mapnik-2.0.1.ebuild mapnik-2.0.2.ebuild
                        mapnik-2.2.0.ebuild mapnik-2.1.0.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.44                 sci-geosciences/mapnik/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   10 Aug 2014 20:28:01 -0000      1.43
+++ ChangeLog   3 Nov 2014 13:55:21 -0000       1.44
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.43 
2014/08/10 20:28:01 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.44 
2014/11/03 13:55:21 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <[email protected]> mapnik-2.0.1.ebuild,
+  mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> mapnik-2.0.1.ebuild,
   mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:



1.4                  sci-geosciences/mapnik/mapnik-2.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?r1=1.3&r2=1.4

Index: mapnik-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapnik-2.0.1.ebuild 10 Aug 2014 20:28:01 -0000      1.3
+++ mapnik-2.0.1.ebuild 3 Nov 2014 13:55:21 -0000       1.4
@@ -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/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.3 
2014/08/10 20:28:01 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.4 
2014/11/03 13:55:21 titanofold Exp $
 
 EAPI=4
 
@@ -39,7 +39,7 @@
        )
        gdal? ( sci-libs/gdal )
        geos? ( sci-libs/geos )
-       postgres? ( >=dev-db/postgresql-base-8.3 )
+       postgres? ( >=virtual/postgresql-8.3 )
        sqlite? ( dev-db/sqlite:3 )
 "
 



1.3                  sci-geosciences/mapnik/mapnik-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?r1=1.2&r2=1.3

Index: mapnik-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mapnik-2.0.2.ebuild 10 Aug 2014 20:28:01 -0000      1.2
+++ mapnik-2.0.2.ebuild 3 Nov 2014 13:55:21 -0000       1.3
@@ -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/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.2 
2014/08/10 20:28:01 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.3 
2014/11/03 13:55:21 titanofold Exp $
 
 EAPI=4
 
@@ -39,7 +39,7 @@
        )
        gdal? ( sci-libs/gdal )
        geos? ( sci-libs/geos )
-       postgres? ( >=dev-db/postgresql-base-8.3 )
+       postgres? ( >=virtual/postgresql-8.3 )
        sqlite? ( dev-db/sqlite:3 )
 "
 



1.4                  sci-geosciences/mapnik/mapnik-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?r1=1.3&r2=1.4

Index: mapnik-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapnik-2.2.0.ebuild 10 Aug 2014 20:28:01 -0000      1.3
+++ mapnik-2.2.0.ebuild 3 Nov 2014 13:55:21 -0000       1.4
@@ -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/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.3 
2014/08/10 20:28:01 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.4 
2014/11/03 13:55:21 titanofold Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
                dev-cpp/cairomm
                python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
        )
-       postgres? ( >=dev-db/postgresql-base-8.3 )
+       postgres? ( >=virtual/postgresql-8.3 )
        gdal? ( sci-libs/gdal )
        sqlite? ( dev-db/sqlite:3 )
        python_single_target_python3_2? ( 
>=dev-libs/boost-1.53[${PYTHON_USEDEP}] )



1.3                  sci-geosciences/mapnik/mapnik-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?r1=1.2&r2=1.3

Index: mapnik-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mapnik-2.1.0.ebuild 10 Aug 2014 20:28:01 -0000      1.2
+++ mapnik-2.1.0.ebuild 3 Nov 2014 13:55:21 -0000       1.3
@@ -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/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.2 
2014/08/10 20:28:01 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.3 
2014/11/03 13:55:21 titanofold Exp $
 
 EAPI=4
 
@@ -39,7 +39,7 @@
        )
        gdal? ( sci-libs/gdal )
        geos? ( sci-libs/geos )
-       postgres? ( >=dev-db/postgresql-base-8.3 )
+       postgres? ( >=virtual/postgresql-8.3 )
        sqlite? ( dev-db/sqlite:3 )
 "
 




Reply via email to