commit:     7c2cc60c49a29a761342eda64cede9e71898e2e1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 11 17:34:48 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2cc60c

sci-astronomy/wcstools: EAPI8 bump, fix SRC_URI, fix bug #849656

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/849656
Closes: https://github.com/gentoo/gentoo/pull/35279
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../{wcstools-3.9.5.ebuild => wcstools-3.9.5-r1.ebuild}        | 10 +++++-----
 1 file 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
similarity index 87%
rename from sci-astronomy/wcstools/wcstools-3.9.5.ebuild
rename to 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() {

Reply via email to