public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: mapnik-2.0.0.ebuild ChangeLog
@ 2012-01-30  4:46 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Arnold (nerdboy) @ 2012-01-30  4:46 UTC (permalink / raw
  To: gentoo-commits

nerdboy     12/01/30 04:46:52

  Modified:             mapnik-2.0.0.ebuild ChangeLog
  Log:
  Cleaned up python and boost dependencies.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-geosciences/mapnik/mapnik-2.0.0.ebuild

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

Index: mapnik-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mapnik-2.0.0.ebuild	27 Nov 2011 16:05:07 -0000	1.2
+++ mapnik-2.0.0.ebuild	30 Jan 2012 04:46:52 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.2 2011/11/27 16:05:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.3 2012/01/30 04:46:52 nerdboy Exp $
 
 EAPI=3
 
@@ -16,8 +16,7 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="bidi cairo debug doc gdal geos nobfonts postgres python sqlite"
 
-RDEPEND="dev-libs/boost
-	net-misc/curl
+RDEPEND="net-misc/curl
 	media-libs/libpng
 	media-libs/jpeg
 	media-libs/tiff
@@ -28,11 +27,10 @@
 	dev-libs/libxml2
 	dev-libs/icu
 	x11-libs/agg[truetype]
+	dev-libs/boost[python?]
 	postgres? ( >=dev-db/postgresql-base-8.3 )
-	python? ( dev-libs/boost[python] )
 	gdal? ( sci-libs/gdal )
 	geos? ( sci-libs/geos )
-	python? ( dev-lang/python )
 	bidi? ( dev-libs/fribidi )
 	cairo? (
 		x11-libs/cairo
@@ -107,7 +105,7 @@
 	if use doc; then
 		export PYTHONPATH="${D}$(python_get_sitedir):$(python_get_sitedir)"
 		pushd docs/epydoc_config > /dev/null
-		./build_epydoc.sh
+			./build_epydoc.sh
 		popd > /dev/null
 		dohtml -r docs/api_docs/python/* || die "API doc install failed"
 	fi



1.30                 sci-geosciences/mapnik/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	27 Nov 2011 16:05:08 -0000	1.29
+++ ChangeLog	30 Jan 2012 04:46:52 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/mapnik
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.29 2011/11/27 16:05:08 swegener Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.30 2012/01/30 04:46:52 nerdboy Exp $
+
+  30 Jan 2012; Steve Arnold <nerdboy@gentoo.org> mapnik-2.0.0.ebuild:
+  Updated python and boost deps.
 
   27 Nov 2011; Sven Wegener <swegener@gentoo.org> mapnik-0.7.1-r1.ebuild,
   mapnik-2.0.0.ebuild, metadata.xml:






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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: mapnik-2.0.0.ebuild ChangeLog
@ 2012-05-24 12:22 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-05-24 12:22 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/05/24 12:22:37

  Modified:             mapnik-2.0.0.ebuild ChangeLog
  Log:
  Build gdal/ogr with gdal useflag. Fixes bug#397423.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-geosciences/mapnik/mapnik-2.0.0.ebuild

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

Index: mapnik-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mapnik-2.0.0.ebuild	30 Jan 2012 21:59:14 -0000	1.4
+++ mapnik-2.0.0.ebuild	24 May 2012 12:22:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.4 2012/01/30 21:59:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.5 2012/05/24 12:22:37 scarabeus Exp $
 
 EAPI=3
 
@@ -59,6 +59,7 @@
 
 src_configure() {
 	local PLUGINS=shape,raster,osm
+	use gdal && PLUGINS+=,gdal,ogr
 	use geos && PLUGINS+=,geos
 	use postgres && PLUGINS+=,postgis
 	use sqlite && PLUGINS+=,sqlite



1.32                 sci-geosciences/mapnik/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	30 Jan 2012 21:59:14 -0000	1.31
+++ ChangeLog	24 May 2012 12:22:37 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.31 2012/01/30 21:59:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.32 2012/05/24 12:22:37 scarabeus Exp $
+
+  24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> mapnik-2.0.0.ebuild:
+  Build gdal/ogr with gdal useflag. Fixes bug#397423.
 
 *mapnik-0.7.1-r2 (30 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: mapnik-2.0.0.ebuild ChangeLog
@ 2012-05-24 20:37 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-05-24 20:37 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/05/24 20:37:47

  Modified:             mapnik-2.0.0.ebuild ChangeLog
  Log:
  Depend on virtual/jpeg wrt bug#413677.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-geosciences/mapnik/mapnik-2.0.0.ebuild

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

Index: mapnik-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mapnik-2.0.0.ebuild	24 May 2012 12:22:37 -0000	1.5
+++ mapnik-2.0.0.ebuild	24 May 2012 20:37:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.5 2012/05/24 12:22:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.6 2012/05/24 20:37:47 scarabeus Exp $
 
 EAPI=3
 
@@ -18,7 +18,6 @@
 
 RDEPEND="net-misc/curl
 	media-libs/libpng
-	media-libs/jpeg
 	media-libs/tiff
 	sys-libs/zlib
 	media-libs/freetype
@@ -26,6 +25,7 @@
 	sci-libs/proj
 	dev-libs/libxml2
 	dev-libs/icu
+	virtual/jpeg
 	x11-libs/agg[truetype]
 	>=dev-libs/boost-1.48[python?]
 	postgres? ( >=dev-db/postgresql-base-8.3 )



1.33                 sci-geosciences/mapnik/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	24 May 2012 12:22:37 -0000	1.32
+++ ChangeLog	24 May 2012 20:37:47 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/mapnik
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.32 2012/05/24 12:22:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.33 2012/05/24 20:37:47 scarabeus Exp $
+
+  24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> mapnik-2.0.0.ebuild:
+  Depend on virtual/jpeg wrt bug#413677.
 
   24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> mapnik-2.0.0.ebuild:
   Build gdal/ogr with gdal useflag. Fixes bug#397423.






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

end of thread, other threads:[~2012-05-24 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30  4:46 [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: mapnik-2.0.0.ebuild ChangeLog Steve Arnold (nerdboy)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-24 12:22 Tomas Chvatal (scarabeus)
2012-05-24 20:37 Tomas Chvatal (scarabeus)

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