public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
@ 2009-08-19  2:59 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-08-19  2:59 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/08/19 02:59:58

  Modified:             ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
  Log:
  Updated postgres deps to explicitly exclude libpq.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-geosciences/mapnik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	17 Jun 2009 07:05:44 -0000	1.9
+++ ChangeLog	19 Aug 2009 02:59:58 -0000	1.10
@@ -1,6 +1,13 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.9 2009/06/17 07:05:44 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.10 2009/08/19 02:59:58 nerdboy Exp $
+
+  19 Aug 2009; Steve Arnold <nerdboy@gentoo.org> mapnik-0.5.1.ebuild,
+  mapnik-0.6.0.ebuild:
+  Updated postgres deps to explicitly exclude libpq (which will not work).
+  The virtual is currently not an option, and none of the new postgresql
+  packages have been stablized yet, so this is the only way mapnik (and a
+  few other packages) can go stable.
 
   17 Jun 2009; Alfredo Tupone <tupone@gentoo.org> mapnik-0.6.0.ebuild:
   Selecting boost version that has python IUSE. Bug #274358 by Arjen Robbemond



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

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

Index: mapnik-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapnik-0.6.0.ebuild	17 Jun 2009 07:05:44 -0000	1.3
+++ mapnik-0.6.0.ebuild	19 Aug 2009 02:59:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.3 2009/06/17 07:05:44 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.4 2009/08/19 02:59:58 nerdboy Exp $
 EAPI=2
 
 inherit eutils toolchain-funcs
@@ -26,8 +26,14 @@
 	python? ( >=dev-libs/boost-1.35.0-r5[python] )
 	cairo? ( x11-libs/cairo
 		dev-cpp/cairomm )
-	postgres? ( >=dev-db/postgresql-base-8.3
-		>=dev-db/postgis-1.1.2 )
+	postgres? ( || (
+			>=dev-db/postgresql-base-8.0
+			>=dev-db/postgresql-server-8.0
+			>=dev-db/postgresql-8.0
+		)
+		!dev-db/libpq
+		>=dev-db/postgis-1.1.2
+	)
 	gdal? ( sci-libs/gdal )
 	sqlite? ( dev-db/sqlite:3 )
 	curl? ( net-misc/curl )"



1.8                  sci-geosciences/mapnik/mapnik-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?r1=1.7&r2=1.8

Index: mapnik-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mapnik-0.5.1.ebuild	4 Jan 2009 19:48:41 -0000	1.7
+++ mapnik-0.5.1.ebuild	19 Aug 2009 02:59:58 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.7 2009/01/04 19:48:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.8 2009/08/19 02:59:58 nerdboy Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,8 +22,14 @@
 	>=sci-libs/proj-4.4.9
 	sci-libs/gdal
 	xml? ( dev-libs/libxml2 )
-	postgres? ( >=dev-db/postgresql-base-8.3
-		>=dev-db/postgis-1.1.2 )
+	postgres? ( || (
+			>=dev-db/postgresql-8.0
+			>=dev-db/postgresql-base-8.0
+			>=dev-db/postgresql-server-8.0
+		)
+		!dev-db/libpq
+		>=dev-db/postgis-1.1.2
+	)
 	python? ( >=dev-lang/python-2.4 )
 	bidi? ( dev-libs/fribidi )"
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
@ 2009-08-22 23:18 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-08-22 23:18 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/08/22 23:18:09

  Modified:             ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
  Log:
  Reverting back to the virtual for postgresql.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-geosciences/mapnik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	19 Aug 2009 02:59:58 -0000	1.10
+++ ChangeLog	22 Aug 2009 23:18:09 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.10 2009/08/19 02:59:58 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.11 2009/08/22 23:18:09 nerdboy Exp $
+
+  22 Aug 2009; Steve Arnold <nerdboy@gentoo.org> mapnik-0.5.1.ebuild,
+  mapnik-0.6.0.ebuild:
+  Reverting back to the virtual, in the hopes that postgresql will get 
+  something >=8.0 stable soon.  Newer libpq works now...
 
   19 Aug 2009; Steve Arnold <nerdboy@gentoo.org> mapnik-0.5.1.ebuild,
   mapnik-0.6.0.ebuild:



1.5                  sci-geosciences/mapnik/mapnik-0.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild?r1=1.4&r2=1.5

Index: mapnik-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mapnik-0.6.0.ebuild	19 Aug 2009 02:59:58 -0000	1.4
+++ mapnik-0.6.0.ebuild	22 Aug 2009 23:18:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.4 2009/08/19 02:59:58 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.5 2009/08/22 23:18:09 nerdboy Exp $
 EAPI=2
 
 inherit eutils toolchain-funcs
@@ -26,12 +26,8 @@
 	python? ( >=dev-libs/boost-1.35.0-r5[python] )
 	cairo? ( x11-libs/cairo
 		dev-cpp/cairomm )
-	postgres? ( || (
-			>=dev-db/postgresql-base-8.0
-			>=dev-db/postgresql-server-8.0
-			>=dev-db/postgresql-8.0
-		)
-		!dev-db/libpq
+	postgres? (
+		>=virtual/postgresql-base-8.0
 		>=dev-db/postgis-1.1.2
 	)
 	gdal? ( sci-libs/gdal )
@@ -49,7 +45,7 @@
 
 	sed -i -e "s:libraries \= \[:libraries \= \[\'mapnik\',:g" \
 	    plugins/input/{gdal,postgis,shape,raster}/SConscript \
-	    || die "sed 4 failed"
+	    || die "sed 2 failed"
 }
 
 src_configure() {



1.9                  sci-geosciences/mapnik/mapnik-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild?r1=1.8&r2=1.9

Index: mapnik-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mapnik-0.5.1.ebuild	19 Aug 2009 02:59:58 -0000	1.8
+++ mapnik-0.5.1.ebuild	22 Aug 2009 23:18:09 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.8 2009/08/19 02:59:58 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.9 2009/08/22 23:18:09 nerdboy Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,12 +22,8 @@
 	>=sci-libs/proj-4.4.9
 	sci-libs/gdal
 	xml? ( dev-libs/libxml2 )
-	postgres? ( || (
-			>=dev-db/postgresql-8.0
-			>=dev-db/postgresql-base-8.0
-			>=dev-db/postgresql-server-8.0
-		)
-		!dev-db/libpq
+	postgres? (
+		>=virtual/postgresql-base-8.0
 		>=dev-db/postgis-1.1.2
 	)
 	python? ( >=dev-lang/python-2.4 )






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
@ 2010-10-29 23:01 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-29 23:01 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/10/29 23:01:54

  Modified:             ChangeLog
  Removed:              mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild
  Log:
  Delete older ebuilds.
  
  (Portage version: 2.2.0_alpha2_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sci-geosciences/mapnik/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Oct 2010 02:54:59 -0000	1.18
+++ ChangeLog	29 Oct 2010 23:01:54 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.18 2010/10/18 02:54:59 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.19 2010/10/29 23:01:54 arfrever Exp $
+
+  29 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -mapnik-0.5.1.ebuild, -files/mapnik-0.5.1-include-fix.patch,
+  -mapnik-0.6.0.ebuild, -files/mapnik-0.6.0-gentoo.patch:
+  Delete.
 
 *mapnik-0.7.1 (18 Oct 2010)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-29 23:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29 23:01 [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: ChangeLog mapnik-0.6.0.ebuild mapnik-0.5.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-22 23:18 Steve Arnold (nerdboy)
2009-08-19  2:59 Steve Arnold (nerdboy)

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