Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapnik/
Date: Mon, 07 Mar 2016 08:22:55
Message-Id: 1457338946.ae919363afc9af06423e7b4cab9778b26ec63c52.soap@gentoo
1 commit: ae919363afc9af06423e7b4cab9778b26ec63c52
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 08:22:26 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 08:22:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae919363
7
8 sci-geosciences/mapnik: Add missing subslot dependencies
9
10 Package-Manager: portage-2.2.27
11
12 sci-geosciences/mapnik/mapnik-2.0.1.ebuild | 4 ++--
13 sci-geosciences/mapnik/mapnik-2.0.2.ebuild | 4 ++--
14 sci-geosciences/mapnik/mapnik-2.1.0.ebuild | 4 ++--
15 sci-geosciences/mapnik/mapnik-2.2.0.ebuild | 10 +++++-----
16 4 files changed, 11 insertions(+), 11 deletions(-)
17
18 diff --git a/sci-geosciences/mapnik/mapnik-2.0.1.ebuild b/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
19 index b5e1449..ca7a158 100644
20 --- a/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
21 +++ b/sci-geosciences/mapnik/mapnik-2.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
29
30 DESCRIPTION="A Free Toolkit for developing mapping applications"
31 HOMEPAGE="http://www.mapnik.org/"
32 -SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
33 +SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
34
35 LICENSE="LGPL-3"
36 SLOT="0"
37
38 diff --git a/sci-geosciences/mapnik/mapnik-2.0.2.ebuild b/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
39 index 0873250..c4d20ce 100644
40 --- a/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
41 +++ b/sci-geosciences/mapnik/mapnik-2.0.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
49
50 DESCRIPTION="A Free Toolkit for developing mapping applications"
51 HOMEPAGE="http://www.mapnik.org/"
52 -SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
53 +SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
54
55 LICENSE="LGPL-3"
56 SLOT="0"
57
58 diff --git a/sci-geosciences/mapnik/mapnik-2.1.0.ebuild b/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
59 index 1c7a30d..f3c740f 100644
60 --- a/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
61 +++ b/sci-geosciences/mapnik/mapnik-2.1.0.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 +# Copyright 1999-2016 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Id$
67
68 @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs
69
70 DESCRIPTION="A Free Toolkit for developing mapping applications"
71 HOMEPAGE="http://www.mapnik.org/"
72 -SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
73 +SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"
74
75 LICENSE="LGPL-3"
76 SLOT="0"
77
78 diff --git a/sci-geosciences/mapnik/mapnik-2.2.0.ebuild b/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
79 index bfc3b65..2bbbfaf 100644
80 --- a/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
81 +++ b/sci-geosciences/mapnik/mapnik-2.2.0.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 +# Copyright 1999-2016 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Id$
87
88 @@ -24,9 +24,9 @@ RDEPEND="
89 sys-libs/zlib
90 media-libs/freetype
91 dev-libs/libxml2
92 - media-libs/libpng
93 - media-libs/tiff
94 - virtual/jpeg
95 + media-libs/libpng:0=
96 + media-libs/tiff:0=
97 + virtual/jpeg:0=
98 media-libs/libwebp
99 sci-libs/proj
100 media-fonts/dejavu
101 @@ -37,7 +37,7 @@ RDEPEND="
102 dev-cpp/cairomm
103 python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
104 )
105 - postgres? ( >=dev-db/postgresql-8.3 )
106 + postgres? ( >=dev-db/postgresql-8.3:* )
107 gdal? ( sci-libs/gdal )
108 sqlite? ( dev-db/sqlite:3 )
109 python_single_target_python3_3? ( >=dev-libs/boost-1.53[${PYTHON_USEDEP}] )