diff options
author | 2013-03-17 12:34:33 +0000 | |
---|---|---|
committer | 2013-03-17 12:34:33 +0000 | |
commit | 3c7ab1c0e8626929c68101d418f301a2fdd1e6be (patch) | |
tree | a9dab107d4e4b7b3993fb1f6d28c7929dd73d55b /sci-libs/gdal | |
parent | EAPI=5 and poppler subslot dependency (diff) | |
download | gentoo-2-3c7ab1c0e8626929c68101d418f301a2fdd1e6be.tar.gz gentoo-2-3c7ab1c0e8626929c68101d418f301a2fdd1e6be.tar.bz2 gentoo-2-3c7ab1c0e8626929c68101d418f301a2fdd1e6be.zip |
sci-libs/gdal: Fix missing bracket in USE description
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/gdal/metadata.xml | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index fbf0cb5232ee..0f4bccb2642a 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.133 2012/12/26 13:36:43 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.134 2013/03/17 12:34:33 jlec Exp $ + + 17 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml: + Fix missing bracket in USE description *gdal-1.9.2 (26 Dec 2012) diff --git a/sci-libs/gdal/metadata.xml b/sci-libs/gdal/metadata.xml index 7cbb167d54cb..0488d98544ac 100644 --- a/sci-libs/gdal/metadata.xml +++ b/sci-libs/gdal/metadata.xml @@ -2,13 +2,17 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci-geosciences</herd> - <longdescription>GDAL is the Geospatial Data Abstraction Library, a set of tools for converting between geospatial raster data formats (includes OGR for vector data).</longdescription> + <longdescription> +GDAL is the Geospatial Data Abstraction Library, a set of tools for +converting between geospatial raster data formats (includes OGR for +vector data). +</longdescription> <use> <flag name="armadillo">Use <pkg>sci-libs/armadillo</pkg> for faster TPS transform computation</flag> <flag name="aux_xml">Enable Portable Auxilliary Metadata generation</flag> <flag name="ecwj2k">Enable support for alternate jpeg2k library <pkg>sci-libs/libecwj2</pkg></flag> <flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag> - <flag name="geos">Add support for geometry engine (<pkg>sci-libs/geos</pkg></flag> + <flag name="geos">Add support for geometry engine (<pkg>sci-libs/geos</pkg>)</flag> <flag name="gml">Enable support for <pkg>dev-libs/xerces-c</pkg> C++ API</flag> <flag name="hdf">Add support for the Hierarchical Data Format v. 4 (<pkg>sci-libs/hdf</pkg>)</flag> <flag name="mdb">Enable support for Microsoft Access database</flag> |