summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-20 15:14:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-20 16:19:33 +0200
commit9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd (patch)
treec25aca52788ebb2a916683747f37e4d8c55840e2 /sci-libs/proj
parentsci-libs/proj: Add missing subslots (diff)
downloadgentoo-9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd.tar.gz
gentoo-9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd.tar.bz2
gentoo-9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd.zip
sci-libs/proj: Tidy up 6.2.0 and metadata.xml
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/proj')
-rw-r--r--sci-libs/proj/metadata.xml22
-rw-r--r--sci-libs/proj/proj-6.2.0.ebuild5
2 files changed, 14 insertions, 13 deletions
diff --git a/sci-libs/proj/metadata.xml b/sci-libs/proj/metadata.xml
index e04a53606ed2..b88fa9cb0362 100644
--- a/sci-libs/proj/metadata.xml
+++ b/sci-libs/proj/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription>
- 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>
+ <maintainer type="project">
+ <email>sci-geosciences@gentoo.org</email>
+ <name>Gentoo Geosciences Project</name>
+ </maintainer>
+ <longdescription>
+ 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>
diff --git a/sci-libs/proj/proj-6.2.0.ebuild b/sci-libs/proj/proj-6.2.0.ebuild
index 08db40a98103..2263d70332f5 100644
--- a/sci-libs/proj/proj-6.2.0.ebuild
+++ b/sci-libs/proj/proj-6.2.0.ebuild
@@ -3,10 +3,11 @@
EAPI=7
-DESCRIPTION="PROJ coordinate transformation software"
-HOMEPAGE="https://proj4.org/"
DATUMGRID="${PN}-datumgrid-1.8.tar.gz"
EUROPE_DATUMGRID="${PN}-datumgrid-europe-1.4.tar.gz"
+
+DESCRIPTION="PROJ coordinate transformation software"
+HOMEPAGE="https://proj4.org/"
SRC_URI="
https://download.osgeo.org/proj/${P}.tar.gz
https://download.osgeo.org/proj/${DATUMGRID}