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 AE6FD158041 for ; Sat, 16 Mar 2024 12:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 387F1E2A21; Sat, 16 Mar 2024 12:13:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 16BA2E2A21 for ; Sat, 16 Mar 2024 12:13:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09D9D33BDEF for ; Sat, 16 Mar 2024 12:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 538041526 for ; Sat, 16 Mar 2024 12:13:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1710591206.7c2cc60c49a29a761342eda64cede9e71898e2e1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/wcstools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild sci-astronomy/wcstools/wcstools-3.9.5.ebuild X-VCS-Directories: sci-astronomy/wcstools/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7c2cc60c49a29a761342eda64cede9e71898e2e1 X-VCS-Branch: master Date: Sat, 16 Mar 2024 12:13:47 +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: fc5d93a8-4e7b-47a8-9586-74365bbec8c5 X-Archives-Hash: 0a1a8d5ade28b62768d06a67a1e7c6b2 commit: 7c2cc60c49a29a761342eda64cede9e71898e2e1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Feb 11 17:34:48 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://bugs.gentoo.org/849656 Closes: https://github.com/gentoo/gentoo/pull/35279 Signed-off-by: Conrad Kostecki 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() {