aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/libthesky')
-rw-r--r--sci-astronomy/libthesky/Manifest2
-rw-r--r--sci-astronomy/libthesky/libthesky-0.4.2.ebuild (renamed from sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild)14
2 files changed, 7 insertions, 9 deletions
diff --git a/sci-astronomy/libthesky/Manifest b/sci-astronomy/libthesky/Manifest
index f29fbac70..aed369dea 100644
--- a/sci-astronomy/libthesky/Manifest
+++ b/sci-astronomy/libthesky/Manifest
@@ -1,2 +1,2 @@
-DIST libthesky-0.4.1.tar.gz 214547 BLAKE2B 4f3c8dbda236cd86505e1aa307546e39f9e615341605bed0bf5980ff04b6506dd33be3d037fa2913d80ffe858b0d6ae6ad5c9284d1bce43aeb1d6d78d7c36177 SHA512 a8e46c325c8c13a53177ae482ace79fa5de8507d1b052df412df7735692c19712915f78ebd0ecd83c1a0ed9d9b9d99f6065ae3c313ec4842d2223b28558abcb1
+DIST libthesky-0.4.2.tar.gz 217861 BLAKE2B 8197878a299b93e6c6f98aef5555bbbb4304ade0fff10714a4fb33cf6eac89ccd4ae24400f5ee0262dca877cf770e85525787ceca2b95700407ddd3f5fa5e133 SHA512 70bcc525d54f1645cff65fc0ac702fb0a19445d74fa3c567aa07fed027b966c4753146becb9efc46e81521d1788846c460c47ec88d6611cec0524c2dad7cb646
DIST libthesky-data-20160409.tar.bz2 3780265 BLAKE2B 9331156f7536d634f8523e776209190d73c10158800ff73694ac499292b2be80948810e6aaa531b51d878b5018f7304188b855fcbc976a1b1c285829555d2f4e SHA512 b790aa70b60c6c35db85a54de3487aa5ef47710121cb6c6c13069d4d8adba822b61449eb59ce7ec9203fb4d9cf33570222ec9a65b36ac21f5d4506cddd0b35a3
diff --git a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
index bda782891..c7d2bd0c3 100644
--- a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
+++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
@@ -1,16 +1,16 @@
-# 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/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://sourceforge/${PN}/libthesky-data-20160409.tar.bz2
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz
+ https://downloads.sourceforge.net/${PN}/libthesky-data-20160409.tar.bz2
"
LICENSE="GPL-3"
@@ -18,14 +18,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
-DEPEND="~sci-libs/libsufr-0.7.5[static-libs?]"
+DEPEND="sci-libs/libsufr[static-libs?]"
RDEPEND="${DEPEND}"
src_unpack() {
default
-
gunzip -r "${S}"/man || die
-
mv "${WORKDIR}"/data "${S}" || die
}