diff options
Diffstat (limited to 'sci-geosciences/mapnik/metadata.xml')
-rw-r--r-- | sci-geosciences/mapnik/metadata.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sci-geosciences/mapnik/metadata.xml b/sci-geosciences/mapnik/metadata.xml index 129219105f78..03b5eab1060c 100644 --- a/sci-geosciences/mapnik/metadata.xml +++ b/sci-geosciences/mapnik/metadata.xml @@ -1,13 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-geosciences</herd> -<longdescription>Mapnik is a toolkit for developing both web and desktop + <herd>sci-geosciences</herd> + <longdescription>Mapnik is a toolkit for developing both web and desktop mapping applications. The core libraries are written in C++, with optional Python bindings. -</longdescription> -<use> - <flag name='gdal'>Enable <pkg>sci-libs/gdal</pkg> library support</flag> - <flag name="geos">Enable <pkg>sci-libs/geos</pkg> library support</flag> -</use> + </longdescription> + <use> + <flag name="gdal">Enable <pkg>sci-libs/gdal</pkg> library support</flag> + <flag name="geos">Enable <pkg>sci-libs/geos</pkg> library support</flag> + </use> + <upstream> + <remote-id type="github">downloads/mapnik</remote-id> + </upstream> </pkgmetadata> |