public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.4.2.ebuild gdal-1.5.0-r1.ebuild ChangeLog gdal-1.3.1.ebuild gdal-1.5.1.ebuild gdal-1.3.2.ebuild
@ 2008-05-21 19:01 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2008-05-21 19:01 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/05/21 19:01:42

  Modified:             gdal-1.4.2.ebuild gdal-1.5.0-r1.ebuild ChangeLog
                        gdal-1.3.1.ebuild gdal-1.5.1.ebuild
                        gdal-1.3.2.ebuild
  Log:
  Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.4                  sci-libs/gdal/gdal-1.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?r1=1.3&r2=1.4

Index: gdal-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdal-1.4.2.ebuild	4 Jan 2008 05:24:28 -0000	1.3
+++ gdal-1.4.2.ebuild	21 May 2008 19:01:41 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.3 2008/01/04 05:24:28 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.4 2008/05/21 19:01:41 dev-zero Exp $
 
 inherit eutils libtool distutils toolchain-funcs
 
@@ -30,7 +30,7 @@
 	ogdi? ( sci-libs/ogdi )
 	gml? ( <dev-libs/xerces-c-2.8.0 )
 	hdf5? ( >=sci-libs/hdf5-1.6.4 )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	|| (
 	    netcdf? ( sci-libs/netcdf )
 	    hdf? ( sci-libs/hdf )



1.4                  sci-libs/gdal/gdal-1.5.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?r1=1.3&r2=1.4

Index: gdal-1.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdal-1.5.0-r1.ebuild	15 May 2008 06:24:07 -0000	1.3
+++ gdal-1.5.0-r1.ebuild	21 May 2008 19:01:41 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.3 2008/05/15 06:24:07 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.4 2008/05/21 19:01:41 dev-zero Exp $
 
 WANT_AUTOCONF="2.5"
 inherit autotools distutils eutils perl-module toolchain-funcs
@@ -34,7 +34,7 @@
 	ogdi? ( sci-libs/ogdi )
 	gml? ( >=dev-libs/xerces-c-2.8.0 )
 	hdf5? ( >=sci-libs/hdf5-1.6.4 )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	|| (
 	    netcdf? ( sci-libs/netcdf )
 	    hdf? ( sci-libs/hdf )



1.43                 sci-libs/gdal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	20 May 2008 00:37:33 -0000	1.42
+++ ChangeLog	21 May 2008 19:01:41 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.42 2008/05/20 00:37:33 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.43 2008/05/21 19:01:41 dev-zero Exp $
+
+  21 May 2008; Tiziano Müller <dev-zero@gentoo.org> gdal-1.3.1.ebuild,
+  gdal-1.3.2.ebuild, gdal-1.4.2.ebuild, gdal-1.5.0-r1.ebuild,
+  gdal-1.5.1.ebuild:
+  Changed dependency for postgresql from dev-db/postgresql to
+  virtual/postgresql-server
 
 *gdal-1.5.1 (20 May 2008)
 



1.16                 sci-libs/gdal/gdal-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild?r1=1.15&r2=1.16

Index: gdal-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gdal-1.3.1.ebuild	4 Jan 2008 04:08:15 -0000	1.15
+++ gdal-1.3.1.ebuild	21 May 2008 19:01:41 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.15 2008/01/04 04:08:15 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.16 2008/05/21 19:01:41 dev-zero Exp $
 
 inherit eutils libtool distutils toolchain-funcs
 
@@ -28,7 +28,7 @@
 	ogdi? ( sci-libs/ogdi )
 	gml? ( <dev-libs/xerces-c-2.8.0 )
 	hdf5? ( >=sci-libs/hdf5-1.6.4 )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	|| (
 	    netcdf? ( sci-libs/netcdf )
 	    hdf? ( sci-libs/hdf )



1.2                  sci-libs/gdal/gdal-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild?r1=1.1&r2=1.2

Index: gdal-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdal-1.5.1.ebuild	20 May 2008 00:37:33 -0000	1.1
+++ gdal-1.5.1.ebuild	21 May 2008 19:01:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild,v 1.1 2008/05/20 00:37:33 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild,v 1.2 2008/05/21 19:01:41 dev-zero Exp $
 
 WANT_AUTOCONF="2.5"
 inherit autotools distutils eutils perl-module toolchain-funcs
@@ -34,7 +34,7 @@
 	ogdi? ( sci-libs/ogdi )
 	gml? ( >=dev-libs/xerces-c-2.8.0 )
 	hdf5? ( >=sci-libs/hdf5-1.6.4 )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	|| (
 	    netcdf? ( sci-libs/netcdf )
 	    hdf? ( sci-libs/hdf )



1.6                  sci-libs/gdal/gdal-1.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild?r1=1.5&r2=1.6

Index: gdal-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdal-1.3.2.ebuild	4 Jan 2008 04:08:15 -0000	1.5
+++ gdal-1.3.2.ebuild	21 May 2008 19:01:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.5 2008/01/04 04:08:15 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.6 2008/05/21 19:01:41 dev-zero Exp $
 
 inherit eutils libtool distutils toolchain-funcs
 
@@ -30,7 +30,7 @@
 	ogdi? ( sci-libs/ogdi )
 	gml? ( <dev-libs/xerces-c-2.8.0 )
 	hdf5? ( >=sci-libs/hdf5-1.6.4 )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	|| (
 	    netcdf? ( sci-libs/netcdf )
 	    hdf? ( sci-libs/hdf )



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-21 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 19:01 [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.4.2.ebuild gdal-1.5.0-r1.ebuild ChangeLog gdal-1.3.1.ebuild gdal-1.5.1.ebuild gdal-1.3.2.ebuild Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox