sci-libs/proj: Tidy up 6.2.0 and metadata.xml
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 20 Oct 2019 13:14:44 +0000 (15:14 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 20 Oct 2019 14:19:33 +0000 (16:19 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-libs/proj/metadata.xml
sci-libs/proj/proj-6.2.0.ebuild

index e04a53606ed2a588a74b37bfbfeec90232b1d6f5..b88fa9cb03622839747eeaec258a2d63bf0feafe 100644 (file)
@@ -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>
index 08db40a981032afaf2663b4c8df2ead1c793c64a..2263d70332f5326e08e9589bdc1cb44a9a5edcbb 100644 (file)
@@ -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}