diff options
author | 2019-09-17 19:39:07 +0100 | |
---|---|---|
committer | 2019-10-20 16:19:32 +0200 | |
commit | 9cce40c4dba04675c49676933d1194cf10fe5a4c (patch) | |
tree | 08c0bbc5dc1b95268b7c57fcbbbe3eb7a726955b /sci-libs/proj/metadata.xml | |
parent | sci-libs/proj: update longdescription in metadata.xml (diff) | |
download | gentoo-9cce40c4dba04675c49676933d1194cf10fe5a4c.tar.gz gentoo-9cce40c4dba04675c49676933d1194cf10fe5a4c.tar.bz2 gentoo-9cce40c4dba04675c49676933d1194cf10fe5a4c.zip |
sci-libs/proj: bump to 6.2.0, fix installation and add europe option
datumgrid archive needs to be unpacked in the data subdirectory to get
installed.
Java bindings were not being built and need >= JDK 9.
SQLite is a run-time dependency.
Home page and project scope have changed.
Closes: https://bugs.gentoo.org/693070
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11963
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/proj/metadata.xml')
-rw-r--r-- | sci-libs/proj/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/proj/metadata.xml b/sci-libs/proj/metadata.xml index 138833b2fd3b..e04a53606ed2 100644 --- a/sci-libs/proj/metadata.xml +++ b/sci-libs/proj/metadata.xml @@ -9,4 +9,7 @@ PROJ enables the transformation of geospatial coordinates between coordinate reference systems. </longdescription> + <use> + <flag name="europe">Install the PROJ collection of European grids and init-files</flag> + </use> </pkgmetadata> |