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 A7FBB15800F for ; Fri, 17 Feb 2023 07:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0411CE0894; Fri, 17 Feb 2023 07:17:52 +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 7F5ABE0894 for ; Fri, 17 Feb 2023 07:17:51 +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 A262A33BF08 for ; Fri, 17 Feb 2023 07:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E968A7 for ; Fri, 17 Feb 2023 07:17:48 +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: <1676618254.8f75554b02b6019fbfdb8efbc864827b9434e01a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygal/Manifest dev-python/pygal/pygal-3.0.0-r3.ebuild dev-python/pygal/pygal-3.0.0-r4.ebuild X-VCS-Directories: dev-python/pygal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8f75554b02b6019fbfdb8efbc864827b9434e01a X-VCS-Branch: master Date: Fri, 17 Feb 2023 07:17:48 +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: f31d6876-e3db-4f45-8772-76ffb3adbfe3 X-Archives-Hash: a5ed81f82d7693b11e59a9d8e32752e7 commit: 8f75554b02b6019fbfdb8efbc864827b9434e01a Author: Sam James gentoo org> AuthorDate: Fri Feb 17 07:17:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 07:17:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f75554b dev-python/pygal: fix SRC_URI name Signed-off-by: Sam James gentoo.org> dev-python/pygal/Manifest | 1 + dev-python/pygal/{pygal-3.0.0-r3.ebuild => pygal-3.0.0-r4.ebuild} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pygal/Manifest b/dev-python/pygal/Manifest index 932c7ae4057a..d535ff34e001 100644 --- a/dev-python/pygal/Manifest +++ b/dev-python/pygal/Manifest @@ -1 +1,2 @@ +DIST pygal-3.0.0.gh.tar.gz 3575455 BLAKE2B 9b64cf441aeb25b0a0b9834f07e5892fe163f28a5da796d37083f8f3a10d8737a69bad39e503d722e6a36f2de4367b4fd2bdc3a06c5bc30bce66a370690d9c88 SHA512 71ac9f197d711c8cf5bb47caef128754f81b1cb0ba98c4cc67de78b68fca5d40baae9fbb5c978f6abaed4c73b8edfea2de07de2fda1aa7c15e0d81387518cc49 DIST pygal-3.0.0.tar.gz 3575455 BLAKE2B 9b64cf441aeb25b0a0b9834f07e5892fe163f28a5da796d37083f8f3a10d8737a69bad39e503d722e6a36f2de4367b4fd2bdc3a06c5bc30bce66a370690d9c88 SHA512 71ac9f197d711c8cf5bb47caef128754f81b1cb0ba98c4cc67de78b68fca5d40baae9fbb5c978f6abaed4c73b8edfea2de07de2fda1aa7c15e0d81387518cc49 diff --git a/dev-python/pygal/pygal-3.0.0-r3.ebuild b/dev-python/pygal/pygal-3.0.0-r4.ebuild similarity index 98% rename from dev-python/pygal/pygal-3.0.0-r3.ebuild rename to dev-python/pygal/pygal-3.0.0-r4.ebuild index 02d7faf9000d..b6abd76d9353 100644 --- a/dev-python/pygal/pygal-3.0.0-r3.ebuild +++ b/dev-python/pygal/pygal-3.0.0-r4.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature DESCRIPTION="A python SVG charts generator" HOMEPAGE="https://github.com/Kozea/pygal/" -SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="LGPL-3+" SLOT="0"