diff options
author | David Seifert <soap@gentoo.org> | 2016-03-07 09:22:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-07 09:22:26 +0100 |
commit | ae919363afc9af06423e7b4cab9778b26ec63c52 (patch) | |
tree | 196051903456808daba17f6ce5db72ba73263877 /sci-geosciences | |
parent | b02869496f18098d468416b3ab5d6b645f37516e (diff) | |
download | gentoo-ae919363afc9af06423e7b4cab9778b26ec63c52.tar.gz gentoo-ae919363afc9af06423e7b4cab9778b26ec63c52.tar.xz |
sci-geosciences/mapnik: Add missing subslot dependencies
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/mapnik/mapnik-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | 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 b5e1449e7b1..ca7a1583186 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 0873250ab19..c4d20ce700b 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 1c7a30db59f..f3c740f8467 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 bfc3b65b61a..2bbbfafc2e1 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}] ) |