From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F706138334 for ; Sun, 20 Oct 2019 14:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4945E0ACC; Sun, 20 Oct 2019 14:21:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABA7AE0ACE for ; Sun, 20 Oct 2019 14:21:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79E6F34C0C2 for ; Sun, 20 Oct 2019 14:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 472C2893 for ; Sun, 20 Oct 2019 14:21:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571581173.9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/proj/metadata.xml sci-libs/proj/proj-6.2.0.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd X-VCS-Branch: master Date: Sun, 20 Oct 2019 14:21:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a2bac12-32ca-4f03-9c7c-45078e7bb625 X-Archives-Hash: 966bb71b9fb155ce0a6440d76e254c27 commit: 9f14f6a3a70f649e1a14ae122a3b9c90cf917fcd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 20 13:14:44 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ - - sci-geosciences@gentoo.org - Gentoo Geosciences Project - - - PROJ enables the transformation of geospatial coordinates - between coordinate reference systems. - - - Install the PROJ collection of European grids and init-files - + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + + + PROJ enables the transformation of geospatial coordinates + between coordinate reference systems. + + + Install the PROJ collection of European grids and init-files + 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}