Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: mapnik-2.0.0.ebuild ChangeLog
Date: Mon, 30 Jan 2012 04:47:04
Message-Id: 20120130044652.95FE62004B@flycatcher.gentoo.org
1 nerdboy 12/01/30 04:46:52
2
3 Modified: mapnik-2.0.0.ebuild ChangeLog
4 Log:
5 Cleaned up python and boost dependencies.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-geosciences/mapnik/mapnik-2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild?r1=1.2&r2=1.3
15
16 Index: mapnik-2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mapnik-2.0.0.ebuild 27 Nov 2011 16:05:07 -0000 1.2
23 +++ mapnik-2.0.0.ebuild 30 Jan 2012 04:46:52 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.2 2011/11/27 16:05:07 swegener Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.3 2012/01/30 04:46:52 nerdboy Exp $
30
31 EAPI=3
32
33 @@ -16,8 +16,7 @@
34 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
35 IUSE="bidi cairo debug doc gdal geos nobfonts postgres python sqlite"
36
37 -RDEPEND="dev-libs/boost
38 - net-misc/curl
39 +RDEPEND="net-misc/curl
40 media-libs/libpng
41 media-libs/jpeg
42 media-libs/tiff
43 @@ -28,11 +27,10 @@
44 dev-libs/libxml2
45 dev-libs/icu
46 x11-libs/agg[truetype]
47 + dev-libs/boost[python?]
48 postgres? ( >=dev-db/postgresql-base-8.3 )
49 - python? ( dev-libs/boost[python] )
50 gdal? ( sci-libs/gdal )
51 geos? ( sci-libs/geos )
52 - python? ( dev-lang/python )
53 bidi? ( dev-libs/fribidi )
54 cairo? (
55 x11-libs/cairo
56 @@ -107,7 +105,7 @@
57 if use doc; then
58 export PYTHONPATH="${D}$(python_get_sitedir):$(python_get_sitedir)"
59 pushd docs/epydoc_config > /dev/null
60 - ./build_epydoc.sh
61 + ./build_epydoc.sh
62 popd > /dev/null
63 dohtml -r docs/api_docs/python/* || die "API doc install failed"
64 fi
65
66
67
68 1.30 sci-geosciences/mapnik/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.30&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.30&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.29&r2=1.30
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
77 retrieving revision 1.29
78 retrieving revision 1.30
79 diff -u -r1.29 -r1.30
80 --- ChangeLog 27 Nov 2011 16:05:08 -0000 1.29
81 +++ ChangeLog 30 Jan 2012 04:46:52 -0000 1.30
82 @@ -1,6 +1,9 @@
83 # ChangeLog for sci-geosciences/mapnik
84 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.29 2011/11/27 16:05:08 swegener Exp $
86 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.30 2012/01/30 04:46:52 nerdboy Exp $
88 +
89 + 30 Jan 2012; Steve Arnold <nerdboy@g.o> mapnik-2.0.0.ebuild:
90 + Updated python and boost deps.
91
92 27 Nov 2011; Sven Wegener <swegener@g.o> mapnik-0.7.1-r1.ebuild,
93 mapnik-2.0.0.ebuild, metadata.xml: