diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-07 00:46:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-07 00:54:10 +0100 |
commit | ccb69804d281a47599ad05e170042d3bd43910a6 (patch) | |
tree | a988ddcf3ef465d2dd49fec21b7f8c84f6a396d0 /sci-geosciences | |
parent | sci-geosciences/gpscorrelate: Bump to EAPI 6, fix HOMEPAGE (diff) | |
download | gentoo-ccb69804d281a47599ad05e170042d3bd43910a6.tar.gz gentoo-ccb69804d281a47599ad05e170042d3bd43910a6.tar.bz2 gentoo-ccb69804d281a47599ad05e170042d3bd43910a6.zip |
sci-geosciences/mapnik-world-boundaries: Bump to EAPI 6
Trivial change, no revbump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild | 10 | ||||
-rw-r--r-- | sci-geosciences/mapnik-world-boundaries/metadata.xml | 14 |
2 files changed, 13 insertions, 11 deletions
diff --git a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild index 3a49dfb73611..7d68394d0459 100644 --- a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild +++ b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 + +EAPI=6 DESCRIPTION="Mapnik World Boundaries" HOMEPAGE="http://www.openstreetmap.org/" @@ -9,15 +10,16 @@ SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz LICENSE="CC-BY-SA-2.0" SLOT="0" - KEYWORDS="amd64 ~ppc x86" - IUSE="" DEPEND="app-arch/unzip" RDEPEND="" +S="${WORKDIR}" + src_prepare() { + default mv coastlines/* world_boundaries/ } diff --git a/sci-geosciences/mapnik-world-boundaries/metadata.xml b/sci-geosciences/mapnik-world-boundaries/metadata.xml index c060ba738e0c..22c8c1ac24a6 100644 --- a/sci-geosciences/mapnik-world-boundaries/metadata.xml +++ b/sci-geosciences/mapnik-world-boundaries/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> -</maintainer> -<longdescription lang="en"> -World Boundaries data from openstreetmap needed by mapnik -</longdescription> + <maintainer type="project"> + <email>sci-geosciences@gentoo.org</email> + <name>Gentoo Geosciences Project</name> + </maintainer> + <longdescription lang="en"> + World Boundaries data from openstreetmap needed by mapnik + </longdescription> </pkgmetadata> |