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 EF81A158020 for ; Sun, 23 Oct 2022 11:48:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434EDE0967; Sun, 23 Oct 2022 11:48:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EB0FE0967 for ; Sun, 23 Oct 2022 11:48:07 +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 6FE833411D6 for ; Sun, 23 Oct 2022 11:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FE49620 for ; Sun, 23 Oct 2022 11:48:05 +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: <1666525682.bc425ec3e080ed88990427a3299a354d1dfa19f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-pam/Manifest dev-python/python-pam/python-pam-2.0.2-r2.ebuild X-VCS-Directories: dev-python/python-pam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc425ec3e080ed88990427a3299a354d1dfa19f1 X-VCS-Branch: master Date: Sun, 23 Oct 2022 11:48:05 +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: f20552e8-ed0c-402e-abfe-f6d7010bcce1 X-Archives-Hash: b6f8199d580a38f10239b7a6918dbdb4 commit: bc425ec3e080ed88990427a3299a354d1dfa19f1 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 23 11:47:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 23 11:48:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc425ec3 dev-python/python-pam: Fix distfile suffix Signed-off-by: Michał Górny gentoo.org> dev-python/python-pam/Manifest | 2 +- dev-python/python-pam/python-pam-2.0.2-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-pam/Manifest b/dev-python/python-pam/Manifest index 973d98085e3d..abbbfe0497ea 100644 --- a/dev-python/python-pam/Manifest +++ b/dev-python/python-pam/Manifest @@ -1 +1 @@ -DIST python-pam-2.0.2.tar.gz 14787 BLAKE2B 4bd9d7d57802fb30519ee755b091d8dd21da7fdac164cba2ac11fae48c8f575498562309d996a67766218e15e1b5f45f40c4cf32800de349fe0fa0cd03ae911d SHA512 eafeb753b22ffccc1c5729516ea1ae26799d3749140fe91849ddb804066cabd4b5493e9b059172977dd5b3c5d48c8b5ced6c5c944931fcf23225dda09db026f6 +DIST python-pam-2.0.2.gh.tar.gz 14787 BLAKE2B 4bd9d7d57802fb30519ee755b091d8dd21da7fdac164cba2ac11fae48c8f575498562309d996a67766218e15e1b5f45f40c4cf32800de349fe0fa0cd03ae911d SHA512 eafeb753b22ffccc1c5729516ea1ae26799d3749140fe91849ddb804066cabd4b5493e9b059172977dd5b3c5d48c8b5ced6c5c944931fcf23225dda09db026f6 diff --git a/dev-python/python-pam/python-pam-2.0.2-r2.ebuild b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild index 98fa1799afe2..b14b48e2b250 100644 --- a/dev-python/python-pam/python-pam-2.0.2-r2.ebuild +++ b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE=" " SRC_URI=" https://github.com/FirefighterBlu3/python-pam/archive/v${PV}.tar.gz - -> ${P}.tar.gz + -> ${P}.gh.tar.gz " LICENSE="MIT"