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 4EFB21382C5 for ; Thu, 4 Feb 2021 10:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B065E08E0; Thu, 4 Feb 2021 10:23:21 +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 82380E08E0 for ; Thu, 4 Feb 2021 10:23:21 +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 8129B341EF3 for ; Thu, 4 Feb 2021 10:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2100B53 for ; Thu, 4 Feb 2021 10:23:19 +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: <1612434186.e8ffeeffaf952f9eb70789756a8173f5914444fd.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sambamba/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sambamba/sambamba-0.8.0.ebuild X-VCS-Directories: sci-biology/sambamba/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e8ffeeffaf952f9eb70789756a8173f5914444fd X-VCS-Branch: master Date: Thu, 4 Feb 2021 10:23:19 +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: e4080596-2e6a-4a7f-b1be-0d958e19ae3e X-Archives-Hash: bb2971e25e35fb4880012ba15f4dabe4 commit: e8ffeeffaf952f9eb70789756a8173f5914444fd Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Feb 4 10:23:06 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Feb 4 10:23:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8ffeeff sci-biology/sambamba: give tarball a proper name Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sambamba/sambamba-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/sambamba/sambamba-0.8.0.ebuild b/sci-biology/sambamba/sambamba-0.8.0.ebuild index d6da97806..d5f7c1359 100644 --- a/sci-biology/sambamba/sambamba-0.8.0.ebuild +++ b/sci-biology/sambamba/sambamba-0.8.0.ebuild @@ -8,7 +8,7 @@ LZ4_COMMIT="b3692db46d2b23a7c0af2d5e69988c94f126e10a" DESCRIPTION="Parallell process SAM/BAM/CRAM files faster than samtools" HOMEPAGE="https://lomereiter.github.io/sambamba/" SRC_URI="https://github.com/lomereiter/sambamba/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/lz4/lz4/archive/${LZ4_COMMIT}.tar.gz" + https://github.com/lz4/lz4/archive/${LZ4_COMMIT}.tar.gz -> lz4-${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"