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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A930158093 for ; Mon, 20 Sep 2021 09:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F84EE0946; Mon, 20 Sep 2021 09:32:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 450AEE0946 for ; Mon, 20 Sep 2021 09:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E142343037 for ; Mon, 20 Sep 2021 09:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39B3107 for ; Mon, 20 Sep 2021 09:32:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632130313.416a9d6d7368aab8d7cf529f79628ec9def73bd0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/fypp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fypp/fypp-3.1.ebuild X-VCS-Directories: dev-util/fypp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 416a9d6d7368aab8d7cf529f79628ec9def73bd0 X-VCS-Branch: dev Date: Mon, 20 Sep 2021 09:32:02 +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: 06b4f6a2-7933-48fc-a980-872c04b02bae X-Archives-Hash: 20a5c07c9b5b9982913f4f5e8aaa04ee commit: 416a9d6d7368aab8d7cf529f79628ec9def73bd0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:31:53 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:31:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=416a9d6d dev-util/fypp: fix RedundantUriRename Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-util/fypp/fypp-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/fypp/fypp-3.1.ebuild b/dev-util/fypp/fypp-3.1.ebuild index 33f161395..18ea4aa1f 100644 --- a/dev-util/fypp/fypp-3.1.ebuild +++ b/dev-util/fypp/fypp-3.1.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Fypp - Python powered Fortran preprocessor" HOMEPAGE="https://github.com/aradi/fypp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44877158092 for ; Mon, 20 Sep 2021 09:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D26E092B; Mon, 20 Sep 2021 09:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A910DE092B for ; Mon, 20 Sep 2021 09:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D8E3342FF6 for ; Mon, 20 Sep 2021 09:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC39810B for ; Mon, 20 Sep 2021 09:41:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632130313.416a9d6d7368aab8d7cf529f79628ec9def73bd0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/fypp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fypp/fypp-3.1.ebuild X-VCS-Directories: dev-util/fypp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 416a9d6d7368aab8d7cf529f79628ec9def73bd0 X-VCS-Branch: master Date: Mon, 20 Sep 2021 09:41:49 +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: dd526a17-eb15-465f-bacd-61edede2faff X-Archives-Hash: 3556fadfb31e0ffae6c2a03789249bf0 Message-ID: <20210920094149.tAuO0eI0uDz6Wtq4EBT8mO58lbafFLysvPfEP7zEXlQ@z> commit: 416a9d6d7368aab8d7cf529f79628ec9def73bd0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:31:53 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:31:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=416a9d6d dev-util/fypp: fix RedundantUriRename Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-util/fypp/fypp-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/fypp/fypp-3.1.ebuild b/dev-util/fypp/fypp-3.1.ebuild index 33f161395..18ea4aa1f 100644 --- a/dev-util/fypp/fypp-3.1.ebuild +++ b/dev-util/fypp/fypp-3.1.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Fypp - Python powered Fortran preprocessor" HOMEPAGE="https://github.com/aradi/fypp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0"