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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 408891382C5 for ; Tue, 22 Jun 2021 18:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98009E086F; Tue, 22 Jun 2021 18:20:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CCFEE086F for ; Tue, 22 Jun 2021 18:20:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D936335D87 for ; Tue, 22 Jun 2021 18:20:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B66EB797 for ; Tue, 22 Jun 2021 18:20:26 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1624386017.17ecd9e963250113f6167c5aaa552be3b10a92c9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-3.0.1.ebuild sys-block/whdd/whdd-9999.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 17ecd9e963250113f6167c5aaa552be3b10a92c9 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:20:26 +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: 4569f18e-f3dd-4436-aa90-4960ee8a93a3 X-Archives-Hash: 1f9763be5b00c0096ded683316f8a215 commit: 17ecd9e963250113f6167c5aaa552be3b10a92c9 Author: Florian Schmaus gentoo org> AuthorDate: Wed Mar 24 13:34:53 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 22 18:20:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ecd9e9 sys-block/whdd: fix obsolete github SRC_URIs Signed-off-by: Florian Schmaus gentoo.org> sys-block/whdd/whdd-3.0.1.ebuild | 2 +- sys-block/whdd/whdd-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/whdd/whdd-3.0.1.ebuild b/sys-block/whdd/whdd-3.0.1.ebuild index 9aadaee1ff0..bfc5dada862 100644 --- a/sys-block/whdd/whdd-3.0.1.ebuild +++ b/sys-block/whdd/whdd-3.0.1.ebuild @@ -13,7 +13,7 @@ then EGIT_REPO_URI="https://github.com/${PN}/${PN}" inherit git-r3 else - SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" inherit vcs-snapshot fi diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 967ab1dc544..12d895e39ab 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ then EGIT_REPO_URI="https://github.com/${PN}/${PN}" inherit git-r3 else - SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" inherit vcs-snapshot fi