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 B0D92158094 for ; Tue, 23 Aug 2022 05:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1B1E086E; Tue, 23 Aug 2022 05:30:26 +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 27217E086E for ; Tue, 23 Aug 2022 05:30:26 +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 0586A33E6A7 for ; Tue, 23 Aug 2022 05:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2171C58D for ; Tue, 23 Aug 2022 05:30:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661232364.9585425dee1b396fc305b6e2467a08d1d0d301b3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ropper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ropper/ropper-9999.ebuild X-VCS-Directories: dev-util/ropper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9585425dee1b396fc305b6e2467a08d1d0d301b3 X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:30:22 +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: 0520ebff-9969-4d6b-bb9b-008034772048 X-Archives-Hash: 8ce637da848ba165cc4fc25fb51ca43a commit: 9585425dee1b396fc305b6e2467a08d1d0d301b3 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Aug 8 15:14:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 05:26:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9585425d dev-util/ropper: add .gh suffix to tagged distfiles (live) Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-util/ropper/ropper-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ropper/ropper-9999.ebuild b/dev-util/ropper/ropper-9999.ebuild index 6bd50c5a169b..715beb97d20b 100644 --- a/dev-util/ropper/ropper-9999.ebuild +++ b/dev-util/ropper/ropper-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sashs/Ropper" else - SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}"/Ropper-${PV} KEYWORDS="~amd64 ~x86"