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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43847158087 for ; Sun, 23 Jan 2022 13:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECCB2BC01E; Sun, 23 Jan 2022 13:32:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6634E2BC01B for ; Sun, 23 Jan 2022 13:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62B6534307D for ; Sun, 23 Jan 2022 13:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75D7D0 for ; Sun, 23 Jan 2022 13:32:53 +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: <1642943655.34e6a206c9459aeff470972b4f4dd7915ee8dcd9.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/salmon/salmon-9999.ebuild X-VCS-Directories: sci-biology/salmon/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 34e6a206c9459aeff470972b4f4dd7915ee8dcd9 X-VCS-Branch: master Date: Sun, 23 Jan 2022 13:32:53 +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: e4a3b31c-c9dc-48ce-871a-9ee8c055f82b X-Archives-Hash: 127e34bd048658a6b534c4d7218dfead commit: 34e6a206c9459aeff470972b4f4dd7915ee8dcd9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 23 13:14:15 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 23 13:14:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=34e6a206 sci-biology/salmon: drop live Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/salmon/salmon-9999.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/sci-biology/salmon/salmon-9999.ebuild b/sci-biology/salmon/salmon-9999.ebuild deleted file mode 100644 index 89ca690c6..000000000 --- a/sci-biology/salmon/salmon-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake git-r3 - -DESCRIPTION="Transcript-level quantification from RNA-seq reads using lightweight alignments" -HOMEPAGE="https://github.com/COMBINE-lab/salmon" -EGIT_REPO_URI="https://github.com/COMBINE-lab/salmon.git" - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-libs/boost:=[threads(-)] - sys-libs/zlib -" - -DEPEND="${RDEPEND} - app-arch/bzip2 - app-arch/xz-utils - >=dev-libs/jemalloc-5.0.1 - >=dev-cpp/tbb-2018.20180312 - sci-biology/pufferfish - dev-libs/cereal -" - -BDEPEND=" - app-arch/unzip - net-misc/curl -"