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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC1D5158088 for ; Tue, 25 Jan 2022 19:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C41F72BC016; Tue, 25 Jan 2022 19:15:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 918822BC014 for ; Tue, 25 Jan 2022 19:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD1E3342D00 for ; Tue, 25 Jan 2022 19:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A2022AE for ; Tue, 25 Jan 2022 19:15:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643127991.e0e659bbbe7ba78515cd67d8ce6e019aef2ed95f.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild sci-astronomy/libthesky/libthesky-0.4.2.ebuild X-VCS-Directories: sci-astronomy/libthesky/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e0e659bbbe7ba78515cd67d8ce6e019aef2ed95f X-VCS-Branch: master Date: Tue, 25 Jan 2022 19:15:46 +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: b28c2d6f-5a24-4b56-ae4a-d2ef9652ce74 X-Archives-Hash: be1ace4b7da58fdfb01271b66fb7b996 commit: e0e659bbbe7ba78515cd67d8ce6e019aef2ed95f Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 25 16:26:31 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jan 25 16:26:31 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0e659bb sci-astronomy/libthesky: bump to 0.4.2 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../{libthesky-0.4.1-r1.ebuild => libthesky-0.4.2.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild similarity index 94% rename from sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild rename to sci-astronomy/libthesky/libthesky-0.4.2.ebuild index bda782891..f213dd198 100644 --- a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild +++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 CMAKE_BUILD_TYPE=Release -inherit cmake fortran-2 CMAKE_MAKEFILE_GENERATOR="emake" +inherit cmake fortran-2 DESCRIPTION="Fortran library to compute positions of celestial bodies" HOMEPAGE="http://libthesky.sourceforge.net/" @@ -23,9 +23,7 @@ RDEPEND="${DEPEND}" src_unpack() { default - gunzip -r "${S}"/man || die - mv "${WORKDIR}"/data "${S}" || die }