From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 613A0158088 for ; Thu, 23 Oct 2025 13:47:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 47197340FF7 for ; Thu, 23 Oct 2025 13:47:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F5041104B5; Thu, 23 Oct 2025 13:47:47 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 158C51104B5 for ; Thu, 23 Oct 2025 13:47:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF3DE340FF7 for ; Thu, 23 Oct 2025 13:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2181B23AF for ; Thu, 23 Oct 2025 13:47:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1761227259.3d3d016dfd165f517f81a952e66d9235e6ad45c0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-2.1.6.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d3d016dfd165f517f81a952e66d9235e6ad45c0 X-VCS-Branch: master Date: Thu, 23 Oct 2025 13:47:45 +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: beaedb67-c2ff-4888-8073-57c26d5baa4f X-Archives-Hash: 3fe0dc939a7f78035640dfb453ef3738 commit: 3d3d016dfd165f517f81a952e66d9235e6ad45c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 23 13:29:00 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 23 13:47:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3d016d sci-libs/indilib: Workaround upstream's apparent respinning of release tar See also: https://github.com/indilib/indi/issues/2284 https://github.com/indilib/indi/issues/2286 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/indilib/indilib-2.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/indilib/indilib-2.1.6.ebuild b/sci-libs/indilib/indilib-2.1.6.ebuild index 766287fa1b5b..61a4435e6686 100644 --- a/sci-libs/indilib/indilib-2.1.6.ebuild +++ b/sci-libs/indilib/indilib-2.1.6.ebuild @@ -7,7 +7,8 @@ inherit cmake udev DESCRIPTION="INDI Astronomical Control Protocol library" HOMEPAGE="https://www.indilib.org/" -SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.gz" S="${WORKDIR}/${P/lib/}" LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"