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 98F85158041 for ; Sat, 13 Apr 2024 08:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0733E2A23; Sat, 13 Apr 2024 08:12:22 +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 pigeon.gentoo.org (Postfix) with ESMTPS id BBCD7E2A23 for ; Sat, 13 Apr 2024 08:12:22 +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 B8049343351 for ; Sat, 13 Apr 2024 08:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ABC81513 for ; Sat, 13 Apr 2024 08:12:20 +0000 (UTC) From: "Alexis Praga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Praga" Message-ID: <1712995845.572db57d1dbba785139da9525451a2554db19bee.alexis.praga@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/chezmoi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/chezmoi/chezmoi-2.39.1.ebuild X-VCS-Directories: app-admin/chezmoi/ X-VCS-Committer: alexis.praga X-VCS-Committer-Name: Alexis Praga X-VCS-Revision: 572db57d1dbba785139da9525451a2554db19bee X-VCS-Branch: dev Date: Sat, 13 Apr 2024 08:12:20 +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: ab52e9d8-3df0-440a-a5bd-9d5bda6e6387 X-Archives-Hash: 89f1158578c75dbd67b3c57a09d593a0 commit: 572db57d1dbba785139da9525451a2554db19bee Author: Alexis Praga proton me> AuthorDate: Sat Apr 13 08:09:15 2024 +0000 Commit: Alexis Praga proton me> CommitDate: Sat Apr 13 08:10:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=572db57d app-admin/chezmoi: update SRC_URI Current vendor tarball is no longer avaiable on github. Signed-off-by: Alexis Praga proton.me> app-admin/chezmoi/chezmoi-2.39.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/chezmoi/chezmoi-2.39.1.ebuild b/app-admin/chezmoi/chezmoi-2.39.1.ebuild index 6cd3fb73b6..a516eb40c9 100644 --- a/app-admin/chezmoi/chezmoi-2.39.1.ebuild +++ b/app-admin/chezmoi/chezmoi-2.39.1.ebuild @@ -8,7 +8,7 @@ inherit go-module shell-completion DESCRIPTION="Manage your dotfiles across multiple machines, securely" HOMEPAGE="https://www.chezmoi.io/" SRC_URI="https://github.com/twpayne/chezmoi/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/rebtoor/portage-deps/raw/master/${P}-deps.tar.xz" +SRC_URI+=" https://github.com/apraga/portage-deps/raw/master/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="0"