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 E77641382C5 for ; Tue, 19 Jan 2021 16:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1271FE079E; Tue, 19 Jan 2021 16:35:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF363E079E for ; Tue, 19 Jan 2021 16:35:27 +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 BFBCE340E22 for ; Tue, 19 Jan 2021 16:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F7C946B 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: <1611073713.c5bce1836a079d9b405ef7a5785ddc496ed1dfda.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/portrait/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/portrait/portrait-1.1.ebuild X-VCS-Directories: sci-biology/portrait/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c5bce1836a079d9b405ef7a5785ddc496ed1dfda 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: 4bc613e3-8507-4605-ab81-10937ba37b79 X-Archives-Hash: 6cf143bdc1d5effb5987211f3bd57913 commit: c5bce1836a079d9b405ef7a5785ddc496ed1dfda Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:28:33 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:28:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5bce183 sci-biology/portrait: properly name tarball Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/portrait/portrait-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/portrait/portrait-1.1.ebuild b/sci-biology/portrait/portrait-1.1.ebuild index d6e0c7e82..e8da5e51e 100644 --- a/sci-biology/portrait/portrait-1.1.ebuild +++ b/sci-biology/portrait/portrait-1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Ab initio ncRNA prediction" HOMEPAGE="http://bioinformatics.cenargen.embrapa.br/portrait" -SRC_URI="http://bioinformatics.cenargen.embrapa.br/portrait/download/portrait.tar.gz" +SRC_URI="http://bioinformatics.cenargen.embrapa.br/portrait/download/portrait.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0"