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 08B9F13835A for ; Tue, 19 Jan 2021 16:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A724E08C8; Tue, 19 Jan 2021 16:35:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 346EBE08C4 for ; Tue, 19 Jan 2021 16:35:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51CFE340E22 for ; Tue, 19 Jan 2021 16:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B04144A4 for ; Tue, 19 Jan 2021 16:35:25 +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: <1611073983.d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sickle/sickle-1.33.ebuild sci-biology/sickle/sickle-9999.ebuild X-VCS-Directories: sci-biology/sickle/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010 X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:35:25 +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: 484a27ac-c494-465c-baa7-fb12e1489701 X-Archives-Hash: b94a7104eea2721408cc0db3bdae5c32 commit: d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:33:03 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:33:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d4c5bcf7 sci-biology/sickle: properly name tarball Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sickle/sickle-1.33.ebuild | 4 ++-- sci-biology/sickle/sickle-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild index 4069e75f9..f4d93b5bb 100644 --- a/sci-biology/sickle/sickle-1.33.ebuild +++ b/sci-biology/sickle/sickle-1.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then EGIT_REPO_URI="https://github.com/najoshi/sickle" KEYWORDS="" else - SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz" + SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild index 4069e75f9..f4d93b5bb 100644 --- a/sci-biology/sickle/sickle-9999.ebuild +++ b/sci-biology/sickle/sickle-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then EGIT_REPO_URI="https://github.com/najoshi/sickle" KEYWORDS="" else - SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz" + SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi