diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-10-14 23:11:05 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-10-14 23:11:49 +0800 |
commit | 2fa849db86f415ee6eca0a7fb965c88606ace3e6 (patch) | |
tree | 73f7b8b674cf90a4903be7f304d7420f9ddc3445 /sci-geosciences/grass/metadata.xml | |
parent | metadata: deprecated EAPI=4 (diff) | |
download | gentoo-2fa849db86f415ee6eca0a7fb965c88606ace3e6.tar.gz gentoo-2fa849db86f415ee6eca0a7fb965c88606ace3e6.tar.bz2 gentoo-2fa849db86f415ee6eca0a7fb965c88606ace3e6.zip |
sci-geosciences/grass: bump to -7.0.1
Inherit python-single-r1 eclass, three USE flags added and two removed
to update new configure options; set slot operators on required deps,
patches to fix build issues; install desktop file via make_desktop_entry,
tidy EAPI style vars
set new proxy-maintainer 'wraeth', add proxy-maintainers herd in metadata
along with new use flags
Gentoo bug: #514514
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-geosciences/grass/metadata.xml')
-rw-r--r-- | sci-geosciences/grass/metadata.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/sci-geosciences/grass/metadata.xml b/sci-geosciences/grass/metadata.xml index 4d20223c9a1f..d60eb17a8d0e 100644 --- a/sci-geosciences/grass/metadata.xml +++ b/sci-geosciences/grass/metadata.xml @@ -1,11 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-geosciences</herd> - <longdescription>The original GIS, yes the first one, developed by the US Army Corp of Engineers, now an active open source GIS. -See the GRASS Documentation Project for more info http://grass.itc.it/gdp/index.php + <herd>sci-geosciences</herd> + <herd>proxy-maintainers</herd><maintainer> + <email>wraeth@wraeth.id.au</email> + <name>Sam Jorna</name> + <description>Proxy maintainer - assign bugs to him</description> + </maintainer> +<longdescription>The original GIS, yes the first one, developed by the US +Army Corp of Engineers, now an active open source GIS. See the GRASS Documentation +Project for more info http://grass.itc.it/gdp/index.php </longdescription> - <use> - <flag name="gmath">Enable gmath wrapper for BLAS/Lapack (<pkg>virtual/blas</pkg>, <pkg>virtual/lapack</pkg>)</flag> - </use> + <use> + <flag name="gdal">Use <pkg>sci-libs/gdal</pkg> for import and export + of most external raster and vector map formats</flag> + <flag name="geos">Use <pkg>sci-libs/geos</pkg> for v.buffer and adds + extended options to the v.select module</flag> + <flag name="gmath">Enable gmath wrapper for BLAS/Lapack + (<pkg>virtual/blas</pkg>, <pkg>virtual/lapack</pkg>)</flag> + <flag name="opencl">Enable OpenCL support</flag> + <flag name="regex">Include support regex functionality</flag> + </use> </pkgmetadata> |