commit:     ae919363afc9af06423e7b4cab9778b26ec63c52
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 08:22:26 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 08:22:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae919363

sci-geosciences/mapnik: Add missing subslot dependencies

Package-Manager: portage-2.2.27

 sci-geosciences/mapnik/mapnik-2.0.1.ebuild |  4 ++--
 sci-geosciences/mapnik/mapnik-2.0.2.ebuild |  4 ++--
 sci-geosciences/mapnik/mapnik-2.1.0.ebuild |  4 ++--
 sci-geosciences/mapnik/mapnik-2.2.0.ebuild | 10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/mapnik/mapnik-2.0.1.ebuild 
b/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
index b5e1449..ca7a158 100644
--- a/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
+++ b/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
 
 DESCRIPTION="A Free Toolkit for developing mapping applications"
 HOMEPAGE="http://www.mapnik.org/";
-SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2";
+SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/sci-geosciences/mapnik/mapnik-2.0.2.ebuild 
b/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
index 0873250..c4d20ce 100644
--- a/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
+++ b/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
 
 DESCRIPTION="A Free Toolkit for developing mapping applications"
 HOMEPAGE="http://www.mapnik.org/";
-SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2";
+SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/sci-geosciences/mapnik/mapnik-2.1.0.ebuild 
b/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
index 1c7a30d..f3c740f 100644
--- a/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
+++ b/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
 
 DESCRIPTION="A Free Toolkit for developing mapping applications"
 HOMEPAGE="http://www.mapnik.org/";
-SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2";
+SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/sci-geosciences/mapnik/mapnik-2.2.0.ebuild 
b/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
index bfc3b65..2bbbfaf 100644
--- a/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
+++ b/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,9 +24,9 @@ RDEPEND="
        sys-libs/zlib
        media-libs/freetype
        dev-libs/libxml2
-       media-libs/libpng
-       media-libs/tiff
-       virtual/jpeg
+       media-libs/libpng:0=
+       media-libs/tiff:0=
+       virtual/jpeg:0=
        media-libs/libwebp
        sci-libs/proj
        media-fonts/dejavu
@@ -37,7 +37,7 @@ RDEPEND="
                dev-cpp/cairomm
                python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
        )
-       postgres? ( >=dev-db/postgresql-8.3 )
+       postgres? ( >=dev-db/postgresql-8.3:* )
        gdal? ( sci-libs/gdal )
        sqlite? ( dev-db/sqlite:3 )
        python_single_target_python3_3? ( 
>=dev-libs/boost-1.53[${PYTHON_USEDEP}] )

Reply via email to