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 CD5A21382C5 for ; Sat, 8 May 2021 14:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E83E07A5; 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 E039EE07A5 for ; Sat, 8 May 2021 14:15:28 +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 693AA33BDC9 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 D213374F 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: <1620483300.56be5d1bb2ed27e39ac7284038fcd6777351a982.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/kallisto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/kallisto/kallisto-9999.ebuild X-VCS-Directories: sci-biology/kallisto/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 56be5d1bb2ed27e39ac7284038fcd6777351a982 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: 57d035c9-2609-46aa-9a3d-5fb3d1bb14b6 X-Archives-Hash: 83a03063522378900d5b1a88cb2b1dad commit: 56be5d1bb2ed27e39ac7284038fcd6777351a982 Author: David Seifert gentoo org> AuthorDate: Sat May 8 14:15:00 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 8 14:15:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56be5d1b sci-biology/kallisto: Remove live ebuild * Upstream is barely active and doesn't merge PRs Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-biology/kallisto/kallisto-9999.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-biology/kallisto/kallisto-9999.ebuild b/sci-biology/kallisto/kallisto-9999.ebuild deleted file mode 100644 index 0020e891a03..00000000000 --- a/sci-biology/kallisto/kallisto-9999.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}"