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 2C1BF158083 for ; Sun, 1 Sep 2024 15:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6884C2BC016; Sun, 1 Sep 2024 15:53:25 +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 299CEE2A26 for ; Sun, 1 Sep 2024 15:53:25 +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 4317E34308B for ; Sun, 1 Sep 2024 15:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE961F37 for ; Sun, 1 Sep 2024 15:53:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725195109.a579ebe6c284a150c16274899b1700e51e106acd.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/talosctl-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild X-VCS-Directories: app-admin/talosctl-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a579ebe6c284a150c16274899b1700e51e106acd X-VCS-Branch: master Date: Sun, 1 Sep 2024 15:53:21 +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: 9eb69bb5-5158-4402-861b-145a36a23387 X-Archives-Hash: f0aac56f281025208aebbd31f12b42c3 commit: a579ebe6c284a150c16274899b1700e51e106acd Author: Skyler Mäntysaari skym fi> AuthorDate: Sun Sep 1 12:51:49 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Sep 1 12:51:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a579ebe6 app-admin/talosctl-bin: update SRC_URI Signed-off-by: Skyler Mäntysaari skym.fi> app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild index 09140090c..d8396ae76 100644 --- a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild +++ b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild @@ -5,15 +5,18 @@ EAPI="8" DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API" HOMEPAGE="https://www.talos.dev/v1.7/" -SLOT="0" S="${WORKDIR}" +SLOT="0" LICENSE="MPL-2.0" -KEYWORDS="~amd64 ~arm ~arm64" SRC_URI=" - amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> talosctl-amd64-v${PV} ) - arm64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-arm64 -> talosctl-arm64-v${PV} ) - arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 -> talosctl-armv7-v${PV} ) + amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> + talosctl-amd64-v${PV} ) + arm64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-arm64 -> + talosctl-arm64-v${PV} ) + arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 -> + talosctl-armv7-v${PV} ) " +KEYWORDS="~amd64 ~arm ~arm64" src_install() { if use arm; then