Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik: ChangeLog mapnik-2.0.1.ebuild mapnik-2.0.2.ebuild mapnik-2.2.0.ebuild mapnik-2.1.0.ebuild
Date: Sun, 28 Dec 2014 17:30:50
Message-Id: 20141228173045.D2014E5D1@oystercatcher.gentoo.org
1 titanofold 14/12/28 17:30:45
2
3 Modified: ChangeLog mapnik-2.0.1.ebuild mapnik-2.0.2.ebuild
4 mapnik-2.2.0.ebuild mapnik-2.1.0.ebuild
5 Log:
6 Rename virtual/postgresql to dev-db/postgresql, and fix bug 530732 by removing the offending conditional.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
9
10 Revision Changes Path
11 1.45 sci-geosciences/mapnik/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 3 Nov 2014 13:55:21 -0000 1.44
24 +++ ChangeLog 28 Dec 2014 17:30:45 -0000 1.45
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-geosciences/mapnik
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.44 2014/11/03 13:55:21 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.45 2014/12/28 17:30:45 titanofold Exp $
30 +
31 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> mapnik-2.0.1.ebuild,
32 + mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:
33 + Rename virtual/postgresql to dev-db/postgresql, and fix bug 530732
34 + by removing the offending conditional.
35
36 03 Nov 2014; Aaron W. Swenson <titanofold@g.o> mapnik-2.0.1.ebuild,
37 mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:
38
39
40
41 1.5 sci-geosciences/mapnik/mapnik-2.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?r1=1.4&r2=1.5
46
47 Index: mapnik-2.0.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- mapnik-2.0.1.ebuild 3 Nov 2014 13:55:21 -0000 1.4
54 +++ mapnik-2.0.1.ebuild 28 Dec 2014 17:30:45 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.4 2014/11/03 13:55:21 titanofold Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.5 2014/12/28 17:30:45 titanofold Exp $
60
61 EAPI=4
62
63 @@ -39,7 +39,7 @@
64 )
65 gdal? ( sci-libs/gdal )
66 geos? ( sci-libs/geos )
67 - postgres? ( >=virtual/postgresql-8.3 )
68 + postgres? ( >=dev-db/postgresql-8.3 )
69 sqlite? ( dev-db/sqlite:3 )
70 "
71
72
73
74
75 1.4 sci-geosciences/mapnik/mapnik-2.0.2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?r1=1.3&r2=1.4
80
81 Index: mapnik-2.0.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- mapnik-2.0.2.ebuild 3 Nov 2014 13:55:21 -0000 1.3
88 +++ mapnik-2.0.2.ebuild 28 Dec 2014 17:30:45 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.3 2014/11/03 13:55:21 titanofold Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.4 2014/12/28 17:30:45 titanofold Exp $
94
95 EAPI=4
96
97 @@ -39,7 +39,7 @@
98 )
99 gdal? ( sci-libs/gdal )
100 geos? ( sci-libs/geos )
101 - postgres? ( >=virtual/postgresql-8.3 )
102 + postgres? ( >=dev-db/postgresql-8.3 )
103 sqlite? ( dev-db/sqlite:3 )
104 "
105
106
107
108
109 1.5 sci-geosciences/mapnik/mapnik-2.2.0.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.5&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.5&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?r1=1.4&r2=1.5
114
115 Index: mapnik-2.2.0.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v
118 retrieving revision 1.4
119 retrieving revision 1.5
120 diff -u -r1.4 -r1.5
121 --- mapnik-2.2.0.ebuild 3 Nov 2014 13:55:21 -0000 1.4
122 +++ mapnik-2.2.0.ebuild 28 Dec 2014 17:30:45 -0000 1.5
123 @@ -1,10 +1,10 @@
124 # Copyright 1999-2014 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.4 2014/11/03 13:55:21 titanofold Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.5 2014/12/28 17:30:45 titanofold Exp $
128
129 EAPI=5
130
131 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
132 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} )
133 MY_P="${PN}-v${PV}"
134
135 inherit eutils python-single-r1 scons-utils toolchain-funcs
136 @@ -37,10 +37,9 @@
137 dev-cpp/cairomm
138 python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
139 )
140 - postgres? ( >=virtual/postgresql-8.3 )
141 + postgres? ( >=dev-db/postgresql-8.3 )
142 gdal? ( sci-libs/gdal )
143 sqlite? ( dev-db/sqlite:3 )
144 - python_single_target_python3_2? ( >=dev-libs/boost-1.53[${PYTHON_USEDEP}] )
145 python_single_target_python3_3? ( >=dev-libs/boost-1.53[${PYTHON_USEDEP}] )
146 "
147
148
149
150
151 1.4 sci-geosciences/mapnik/mapnik-2.1.0.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.4&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.4&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?r1=1.3&r2=1.4
156
157 Index: mapnik-2.1.0.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v
160 retrieving revision 1.3
161 retrieving revision 1.4
162 diff -u -r1.3 -r1.4
163 --- mapnik-2.1.0.ebuild 3 Nov 2014 13:55:21 -0000 1.3
164 +++ mapnik-2.1.0.ebuild 28 Dec 2014 17:30:45 -0000 1.4
165 @@ -1,6 +1,6 @@
166 # Copyright 1999-2014 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.3 2014/11/03 13:55:21 titanofold Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.4 2014/12/28 17:30:45 titanofold Exp $
170
171 EAPI=4
172
173 @@ -39,7 +39,7 @@
174 )
175 gdal? ( sci-libs/gdal )
176 geos? ( sci-libs/geos )
177 - postgres? ( >=virtual/postgresql-8.3 )
178 + postgres? ( >=dev-db/postgresql-8.3 )
179 sqlite? ( dev-db/sqlite:3 )
180 "