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 C0566158043 for ; Sun, 14 Apr 2024 14:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC23EE2A05; Sun, 14 Apr 2024 14:58:19 +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 89A4DE2A04 for ; Sun, 14 Apr 2024 14:58:19 +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 A106A3433D0 for ; Sun, 14 Apr 2024 14:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D6016E2 for ; Sun, 14 Apr 2024 14:58:16 +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: <1713106674.8aa97fc42960edbf56feff98697e801125f6f229.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django_polymorphic/Manifest dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild X-VCS-Directories: dev-python/django_polymorphic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8aa97fc42960edbf56feff98697e801125f6f229 X-VCS-Branch: master Date: Sun, 14 Apr 2024 14:58:16 +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: fa04835e-153c-414c-9424-6e18fae0e3a8 X-Archives-Hash: 7608ab40a7f871e4314766b86c27023a commit: 8aa97fc42960edbf56feff98697e801125f6f229 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 14:52:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 14 14:57:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa97fc4 dev-python/django_polymorphic: Prepare for rename Signed-off-by: Michał Górny gentoo.org> dev-python/django_polymorphic/Manifest | 2 +- dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django_polymorphic/Manifest b/dev-python/django_polymorphic/Manifest index 8678dcfcd1fa..6b3175e1e369 100644 --- a/dev-python/django_polymorphic/Manifest +++ b/dev-python/django_polymorphic/Manifest @@ -1 +1 @@ -DIST django_polymorphic-3.1.gh.tar.gz 104090 BLAKE2B de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8 SHA512 730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125 +DIST django-polymorphic-3.1.gh.tar.gz 104090 BLAKE2B de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8 SHA512 730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125 diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild index 52ee219af2b7..2de460abaf76 100644 --- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild +++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE=" " SRC_URI=" https://github.com/jazzband/django-polymorphic/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${P//_/-}.gh.tar.gz " S="${WORKDIR}/${P//_/-}"