diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-06-23 15:46:51 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-06-23 15:46:51 +0000 |
commit | 559052285b4ea5e8052bfd54f2dbdae038fe1c87 (patch) | |
tree | 919c00fdff6860f05d019691733723659c9a7b3a /sci-geosciences | |
parent | Make it compile with gcc-4.4 (diff) | |
download | gentoo-2-559052285b4ea5e8052bfd54f2dbdae038fe1c87.tar.gz gentoo-2-559052285b4ea5e8052bfd54f2dbdae038fe1c87.tar.bz2 gentoo-2-559052285b4ea5e8052bfd54f2dbdae038fe1c87.zip |
World Boundaries data for mapnik
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
3 files changed, 50 insertions, 0 deletions
diff --git a/sci-geosciences/mapnik-world-boundaries/ChangeLog b/sci-geosciences/mapnik-world-boundaries/ChangeLog new file mode 100644 index 000000000000..0a757e37c102 --- /dev/null +++ b/sci-geosciences/mapnik-world-boundaries/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-geosciences/mapnik-world-boundaries +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik-world-boundaries/ChangeLog,v 1.1 2009/06/23 15:46:51 tupone Exp $ + +*mapnik-world-boundaries-20090514 (23 Jun 2009) + + 23 Jun 2009; Alfredo Tupone <tupone@gentoo.org> + +mapnik-world-boundaries-20090514.ebuild: + World Boundaries data for mapnik + diff --git a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild new file mode 100644 index 000000000000..12b1f61d74e6 --- /dev/null +++ b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild,v 1.1 2009/06/23 15:46:51 tupone Exp $ +EAPI=2 + +DESCRIPTION="Mapnik World Boundaries" +HOMEPAGE="http://www.openstreetmap.org/" +SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz + mirror://gentoo/processed_p-20090514.zip" + +LICENSE="CCPL-Attribution-ShareAlike-2.0" +SLOT="0" + +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +src_prepare() { + mv coastlines/* world_boundaries/ +} + +src_install() { + insinto /usr/share/mapnik + doins -r world_boundaries +} diff --git a/sci-geosciences/mapnik-world-boundaries/metadata.xml b/sci-geosciences/mapnik-world-boundaries/metadata.xml new file mode 100644 index 000000000000..77eab6ea12d7 --- /dev/null +++ b/sci-geosciences/mapnik-world-boundaries/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-geosciences</herd> +<maintainer> +<email>tupone@gentoo.org</email> +<name>Alfredo Tupone</name> +</maintainer> +<longdescription lang="en"> +World Boundaries data from openstreetmap needed by mapnik +</longdescription> +</pkgmetadata> |