diff options
Diffstat (limited to 'sci-geosciences/gmt/metadata.xml')
-rw-r--r-- | sci-geosciences/gmt/metadata.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/sci-geosciences/gmt/metadata.xml b/sci-geosciences/gmt/metadata.xml index 144f7af6cdfa..3d30a3cb7447 100644 --- a/sci-geosciences/gmt/metadata.xml +++ b/sci-geosciences/gmt/metadata.xml @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> - </maintainer> - <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> - <flag name="gmttria">Non GNU triangulation method, more efficient</flag> - <flag name="gshhg">Install coastline database</flag> - <flag name="htmldoc">Install html documentation</flag> - <flag name="metric">Use SI (cm) units instead of US (inches) ones</flag> - <flag name="mex">Enable compilation of mex supplement which requires Octave/Matlab</flag> - <flag name="octave">Enable octave support</flag> - <flag name="pcre2">Use libpcre2 for regular expressions</flag> - <flag name="tutorial">Install data files for tutorial</flag> - </use> + <maintainer type="project"> + <email>sci-geosciences@gentoo.org</email> + <name>Gentoo Geosciences Project</name> + </maintainer> + <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> + <flag name="gmttria">Non GNU triangulation method, more efficient</flag> + <flag name="gshhg">Install coastline database</flag> + <flag name="htmldoc">Install html documentation</flag> + <flag name="metric">Use SI (cm) units instead of US (inches) ones</flag> + <flag name="mex">Enable compilation of mex supplement which requires Octave/Matlab</flag> + <flag name="octave">Enable octave support</flag> + <flag name="pcre2">Use libpcre2 for regular expressions</flag> + <flag name="tutorial">Install data files for tutorial</flag> + </use> + <upstream> + <remote-id type="github">GenericMappingTools/gmt</remote-id> + </upstream> </pkgmetadata> |