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 DAB76158003 for ; Tue, 28 Dec 2021 10:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D6222BC012; Tue, 28 Dec 2021 10:59:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 579742BC012 for ; Tue, 28 Dec 2021 10:58:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AA28342E77 for ; Tue, 28 Dec 2021 10:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79238266 for ; Tue, 28 Dec 2021 10:58:55 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1640688991.3381b1d7c2059f8a98717a05761374672ee12150.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sdnotify/Manifest dev-python/sdnotify/sdnotify-0.3.2.ebuild X-VCS-Directories: dev-python/sdnotify/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3381b1d7c2059f8a98717a05761374672ee12150 X-VCS-Branch: dev Date: Tue, 28 Dec 2021 10:58:55 +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: 48289060-96dc-452d-81f1-2ecc17f4677c X-Archives-Hash: 3d2243a7be7562bc841daed644639a14 commit: 3381b1d7c2059f8a98717a05761374672ee12150 Author: Viorel Munteanu gmail com> AuthorDate: Tue Dec 28 10:55:39 2021 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Tue Dec 28 10:56:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3381b1d7 dev-python/sdnotify: update SRC_URI At least one gentoo mirror has a different package with the same name cf http://tux.rainside.sk/gentoo/distfiles/sdnotify-0.3.2.tar.gz Closes: https://bugs.gentoo.org/830148 Signed-off-by: Viorel Munteanu gmail.com> dev-python/sdnotify/Manifest | 2 +- dev-python/sdnotify/sdnotify-0.3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest index 73384e074..72673d54e 100644 --- a/dev-python/sdnotify/Manifest +++ b/dev-python/sdnotify/Manifest @@ -1 +1 @@ -DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 +DIST bb4242-sdnotify-0.3.2.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index 02e183b91..ed6c2d2d7 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Python implementation of the systemd sd_notify protocol" HOMEPAGE="https://github.com/bb4242/sdnotify" -SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz" LICENSE="MIT" SLOT="0"