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 8FC7C158045 for ; Mon, 15 Apr 2024 15:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1AFEE29E8; Mon, 15 Apr 2024 15:24:03 +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 B4134E29E8 for ; Mon, 15 Apr 2024 15:24:03 +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 C916B3433FB for ; Mon, 15 Apr 2024 15:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6581516E9 for ; Mon, 15 Apr 2024 15:24:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713194636.ec84c002db000b8fcba2c7f89278e77f8e609251.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/scour/Manifest media-gfx/scour/scour-0.38.2-r1.ebuild X-VCS-Directories: media-gfx/scour/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec84c002db000b8fcba2c7f89278e77f8e609251 X-VCS-Branch: master Date: Mon, 15 Apr 2024 15:24:01 +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: 6e200987-b583-45dd-b8e0-cf7c1861ac54 X-Archives-Hash: fda2f4708c0b663efb996a403a01ff40 commit: ec84c002db000b8fcba2c7f89278e77f8e609251 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 15 15:18:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 15 15:23:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec84c002 media-gfx/scour: Fix distfile suffix Signed-off-by: Michał Górny gentoo.org> media-gfx/scour/Manifest | 2 +- media-gfx/scour/scour-0.38.2-r1.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest index db95afa2781d..7123c1125396 100644 --- a/media-gfx/scour/Manifest +++ b/media-gfx/scour/Manifest @@ -1 +1 @@ -DIST scour-0.38.2.tar.gz 99910 BLAKE2B 4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df SHA512 a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb +DIST scour-0.38.2.gh.tar.gz 99910 BLAKE2B 4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df SHA512 a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb diff --git a/media-gfx/scour/scour-0.38.2-r1.ebuild b/media-gfx/scour/scour-0.38.2-r1.ebuild index 7749f9b9fa22..8809aac2f3c1 100644 --- a/media-gfx/scour/scour-0.38.2-r1.ebuild +++ b/media-gfx/scour/scour-0.38.2-r1.ebuild @@ -13,7 +13,10 @@ HOMEPAGE=" https://github.com/scour-project/scour/ https://pypi.org/project/scour/ " -SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="Apache-2.0" SLOT="0"