titanofold 14/12/28 17:30:45
Modified: ChangeLog mapnik-2.0.1.ebuild mapnik-2.0.2.ebuild
mapnik-2.2.0.ebuild mapnik-2.1.0.ebuild
Log:
Rename virtual/postgresql to dev-db/postgresql, and fix bug 530732 by
removing the offending conditional.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
D1BBFDA0)
Revision Changes Path
1.45 sci-geosciences/mapnik/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.45&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?rev=1.45&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 3 Nov 2014 13:55:21 -0000 1.44
+++ ChangeLog 28 Dec 2014 17:30:45 -0000 1.45
@@ -1,6 +1,11 @@
# ChangeLog for sci-geosciences/mapnik
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.44
2014/11/03 13:55:21 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.45
2014/12/28 17:30:45 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <[email protected]> mapnik-2.0.1.ebuild,
+ mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql, and fix bug 530732
+ by removing the offending conditional.
03 Nov 2014; Aaron W. Swenson <[email protected]> mapnik-2.0.1.ebuild,
mapnik-2.0.2.ebuild, mapnik-2.1.0.ebuild, mapnik-2.2.0.ebuild:
1.5 sci-geosciences/mapnik/mapnik-2.0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild?r1=1.4&r2=1.5
Index: mapnik-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mapnik-2.0.1.ebuild 3 Nov 2014 13:55:21 -0000 1.4
+++ mapnik-2.0.1.ebuild 28 Dec 2014 17:30:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.4
2014/11/03 13:55:21 titanofold Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.1.ebuild,v 1.5
2014/12/28 17:30:45 titanofold Exp $
EAPI=4
@@ -39,7 +39,7 @@
)
gdal? ( sci-libs/gdal )
geos? ( sci-libs/geos )
- postgres? ( >=virtual/postgresql-8.3 )
+ postgres? ( >=dev-db/postgresql-8.3 )
sqlite? ( dev-db/sqlite:3 )
"
1.4 sci-geosciences/mapnik/mapnik-2.0.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild?r1=1.3&r2=1.4
Index: mapnik-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapnik-2.0.2.ebuild 3 Nov 2014 13:55:21 -0000 1.3
+++ mapnik-2.0.2.ebuild 28 Dec 2014 17:30:45 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.3
2014/11/03 13:55:21 titanofold Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.2.ebuild,v 1.4
2014/12/28 17:30:45 titanofold Exp $
EAPI=4
@@ -39,7 +39,7 @@
)
gdal? ( sci-libs/gdal )
geos? ( sci-libs/geos )
- postgres? ( >=virtual/postgresql-8.3 )
+ postgres? ( >=dev-db/postgresql-8.3 )
sqlite? ( dev-db/sqlite:3 )
"
1.5 sci-geosciences/mapnik/mapnik-2.2.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild?r1=1.4&r2=1.5
Index: mapnik-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mapnik-2.2.0.ebuild 3 Nov 2014 13:55:21 -0000 1.4
+++ mapnik-2.2.0.ebuild 28 Dec 2014 17:30:45 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.4
2014/11/03 13:55:21 titanofold Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.2.0.ebuild,v 1.5
2014/12/28 17:30:45 titanofold Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} )
MY_P="${PN}-v${PV}"
inherit eutils python-single-r1 scons-utils toolchain-funcs
@@ -37,10 +37,9 @@
dev-cpp/cairomm
python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
)
- postgres? ( >=virtual/postgresql-8.3 )
+ postgres? ( >=dev-db/postgresql-8.3 )
gdal? ( sci-libs/gdal )
sqlite? ( dev-db/sqlite:3 )
- python_single_target_python3_2? (
>=dev-libs/boost-1.53[${PYTHON_USEDEP}] )
python_single_target_python3_3? (
>=dev-libs/boost-1.53[${PYTHON_USEDEP}] )
"
1.4 sci-geosciences/mapnik/mapnik-2.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild?r1=1.3&r2=1.4
Index: mapnik-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapnik-2.1.0.ebuild 3 Nov 2014 13:55:21 -0000 1.3
+++ mapnik-2.1.0.ebuild 28 Dec 2014 17:30:45 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.3
2014/11/03 13:55:21 titanofold Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.1.0.ebuild,v 1.4
2014/12/28 17:30:45 titanofold Exp $
EAPI=4
@@ -39,7 +39,7 @@
)
gdal? ( sci-libs/gdal )
geos? ( sci-libs/geos )
- postgres? ( >=virtual/postgresql-8.3 )
+ postgres? ( >=dev-db/postgresql-8.3 )
sqlite? ( dev-db/sqlite:3 )
"