summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-02-11 18:34:48 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-16 13:13:26 +0100
commit7c2cc60c49a29a761342eda64cede9e71898e2e1 (patch)
tree9db3ede32790627a1c76135fc09b5437395ceafb /sci-astronomy/wcstools
parentmedia-gfx/gifsicle: add missing braces (diff)
downloadgentoo-7c2cc60c49a29a761342eda64cede9e71898e2e1.tar.gz
gentoo-7c2cc60c49a29a761342eda64cede9e71898e2e1.tar.bz2
gentoo-7c2cc60c49a29a761342eda64cede9e71898e2e1.zip
sci-astronomy/wcstools: EAPI8 bump, fix SRC_URI, fix bug #849656
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/849656 Closes: https://github.com/gentoo/gentoo/pull/35279 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-astronomy/wcstools')
-rw-r--r--sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild (renamed from sci-astronomy/wcstools/wcstools-3.9.5.ebuild)10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild b/sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild
index 5bf03dd8cced..941a31e5f8e0 100644
--- a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild
+++ b/sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
DESCRIPTION="World Coordinate System library for astronomical FITS images"
-HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools"
-SRC_URI="http://tdc-www.harvard.edu/software/wcstools/${P}.tar.gz"
+HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools/"
+SRC_URI="http://tdc-www.harvard.edu/software/wcstools/Old/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
DOCS=( Readme Programs NEWS )
@@ -56,6 +55,7 @@ src_install() {
newdoc libwcs/NEWS NEWS.libwcs
newdoc libwcs/Readme Readme.libwcs
+ find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {