commit: 9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 13:14:44 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 14:19:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f14f6a3
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 <AT> gentoo.org> sci-libs/proj/metadata.xml | 22 +++++++++++----------- sci-libs/proj/proj-6.2.0.ebuild | 5 +++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/sci-libs/proj/metadata.xml b/sci-libs/proj/metadata.xml index e04a53606ed..b88fa9cb036 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-geoscien...@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-geoscien...@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 08db40a9810..2263d70332f 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}