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 2DD7C13835A for ; Tue, 19 Jan 2021 16:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABBEE08A8; Tue, 19 Jan 2021 16:26:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 45814E08A8 for ; Tue, 19 Jan 2021 16:26:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5EED6340C3E for ; Tue, 19 Jan 2021 16:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CB34A5 for ; Tue, 19 Jan 2021 16:26:47 +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: <1611072793.3a049f99bc0cdc27afb7febc95897b36e5ed65fb.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Trinotate/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Trinotate/Trinotate-2.0.1.ebuild X-VCS-Directories: sci-biology/Trinotate/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3a049f99bc0cdc27afb7febc95897b36e5ed65fb X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:26:47 +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: 498a2bf0-cbac-4c84-b33c-0ebcdf797e2c X-Archives-Hash: 37ce1a596ec99c999441c736bd0c462b commit: 3a049f99bc0cdc27afb7febc95897b36e5ed65fb Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:13:13 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:13:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a049f99 sci-biology/Trinotate: properly name tarball Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/Trinotate/Trinotate-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/Trinotate/Trinotate-2.0.1.ebuild b/sci-biology/Trinotate/Trinotate-2.0.1.ebuild index 61d7e233e..13dd775aa 100644 --- a/sci-biology/Trinotate/Trinotate-2.0.1.ebuild +++ b/sci-biology/Trinotate/Trinotate-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit perl-module eutils toolchain-funcs DESCRIPTION="Annotation and analysis pipeline for de novo assembled transcriptomes" HOMEPAGE="http://trinotate.github.io" -SRC_URI="https://github.com/Trinotate/Trinotate/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/Trinotate/Trinotate/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-BroadInstitute" SLOT="0"