Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapnik-world-boundaries/
Date: Mon, 06 Mar 2017 23:55:01
Message-Id: 1488844450.ccb69804d281a47599ad05e170042d3bd43910a6.asturm@gentoo
1 commit: ccb69804d281a47599ad05e170042d3bd43910a6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 23:46:19 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 23:54:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb69804
7
8 sci-geosciences/mapnik-world-boundaries: Bump to EAPI 6
9
10 Trivial change, no revbump.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 .../mapnik-world-boundaries-20090514.ebuild | 10 ++++++----
15 sci-geosciences/mapnik-world-boundaries/metadata.xml | 14 +++++++-------
16 2 files changed, 13 insertions(+), 11 deletions(-)
17
18 diff --git a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
19 index 3a49dfb7361..7d68394d045 100644
20 --- a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
21 +++ b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
22 @@ -1,6 +1,7 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -EAPI=2
27 +
28 +EAPI=6
29
30 DESCRIPTION="Mapnik World Boundaries"
31 HOMEPAGE="http://www.openstreetmap.org/"
32 @@ -9,15 +10,16 @@ SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz
33
34 LICENSE="CC-BY-SA-2.0"
35 SLOT="0"
36 -
37 KEYWORDS="amd64 ~ppc x86"
38 -
39 IUSE=""
40
41 DEPEND="app-arch/unzip"
42 RDEPEND=""
43
44 +S="${WORKDIR}"
45 +
46 src_prepare() {
47 + default
48 mv coastlines/* world_boundaries/
49 }
50
51
52 diff --git a/sci-geosciences/mapnik-world-boundaries/metadata.xml b/sci-geosciences/mapnik-world-boundaries/metadata.xml
53 index c060ba738e0..22c8c1ac24a 100644
54 --- a/sci-geosciences/mapnik-world-boundaries/metadata.xml
55 +++ b/sci-geosciences/mapnik-world-boundaries/metadata.xml
56 @@ -1,11 +1,11 @@
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 -<maintainer type="project">
61 - <email>sci-geosciences@g.o</email>
62 - <name>Gentoo Geosciences Project</name>
63 -</maintainer>
64 -<longdescription lang="en">
65 -World Boundaries data from openstreetmap needed by mapnik
66 -</longdescription>
67 + <maintainer type="project">
68 + <email>sci-geosciences@g.o</email>
69 + <name>Gentoo Geosciences Project</name>
70 + </maintainer>
71 + <longdescription lang="en">
72 + World Boundaries data from openstreetmap needed by mapnik
73 + </longdescription>
74 </pkgmetadata>