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 21C9B1382C5 for ; Sat, 8 May 2021 14:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EFCBE07B3; Sat, 8 May 2021 14:15:29 +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 17168E07B3 for ; Sat, 8 May 2021 14:15: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 5C41A335D7B for ; Sat, 8 May 2021 14:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC5274C for ; Sat, 8 May 2021 14:15:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620483297.06fc538689feab7fb91e62f619cfdc213074e8e3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/kallisto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/kallisto/Manifest sci-biology/kallisto/kallisto-0.43.1.ebuild X-VCS-Directories: sci-biology/kallisto/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 06fc538689feab7fb91e62f619cfdc213074e8e3 X-VCS-Branch: master Date: Sat, 8 May 2021 14:15: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: 93ddff35-2c4c-4048-bc19-9a5f60118f9c X-Archives-Hash: 3542663a0fc0b24d91e5a59bf9c79316 commit: 06fc538689feab7fb91e62f619cfdc213074e8e3 Author: David Seifert gentoo org> AuthorDate: Sat May 8 14:14:57 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 8 14:14:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fc5386 sci-biology/kallisto: Remove old 0.43.1 Closes: https://bugs.gentoo.org/696504 Closes: https://bugs.gentoo.org/708658 Closes: https://bugs.gentoo.org/788427 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-biology/kallisto/Manifest | 1 - sci-biology/kallisto/kallisto-0.43.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/sci-biology/kallisto/Manifest b/sci-biology/kallisto/Manifest index 85d85197b1c..a880b853ffd 100644 --- a/sci-biology/kallisto/Manifest +++ b/sci-biology/kallisto/Manifest @@ -1,2 +1 @@ -DIST kallisto-0.43.1.tar.gz 1067076 BLAKE2B 15a2fc65f0c9db431d9be6b2c8434b582ff7bf95fb659a9838d287feb3486744bca6201563d0f318be47c0f8532b805148a2eabfda633075d6b55bad1c3a406a SHA512 c7725a2d649cf96fcd24a20d542b409777cfd9fe97c09f0f459a5ec2981e0a4f5f0ea03d76d3ec3edf0e498c799fc7d074d442d5e35ddb4043d1f7634619dda8 DIST kallisto-0.46.2.tar.gz 2693869 BLAKE2B 73d725e74133d64b9f7910f69a5fff85eac05b93ad6891807a6fd4e16a1fa16a55306058db3fcb4e0fbfeb0719d3a9d3c8da7d2b76b64dde5a2fea51b0254b99 SHA512 6aca29afa0abe1c6896d27745fd2436c9b9aaf298d70276baf877dbf0aaaba94df54b9a42829c8f8f7c02e7262ecd1837b8a021625c3066a10c0cc0551179093 diff --git a/sci-biology/kallisto/kallisto-0.43.1.ebuild b/sci-biology/kallisto/kallisto-0.43.1.ebuild deleted file mode 100644 index 0020e891a03..00000000000 --- a/sci-biology/kallisto/kallisto-0.43.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Near-optimal RNA-Seq quantification" -HOMEPAGE="http://pachterlab.github.io/kallisto/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pachterlab/kallisto.git" -else - SRC_URI="https://github.com/pachterlab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - sci-libs/hdf5:= - sys-libs/zlib:=" -DEPEND="${RDEPEND}"