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 E72991382C5 for ; Thu, 4 Feb 2021 08:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32544E0878; Thu, 4 Feb 2021 08:10:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C22FE0878 for ; Thu, 4 Feb 2021 08:10:42 +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 F1CDB3423CB for ; Thu, 4 Feb 2021 08:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7227F49 for ; Thu, 4 Feb 2021 08:10:39 +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: <1612426167.c45a703692585f333b35a9aab281a60a216cf50d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/blastdb/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/blastdb/blastdb-9999.ebuild sci-libs/blastdb/metadata.xml X-VCS-Directories: sci-libs/blastdb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c45a703692585f333b35a9aab281a60a216cf50d X-VCS-Branch: master Date: Thu, 4 Feb 2021 08:10:39 +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: 20011674-7e6e-43e2-9cfe-b9b8e3dd9f6c X-Archives-Hash: de7ede1d5c6ea714a494e40e190e123e commit: c45a703692585f333b35a9aab281a60a216cf50d Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Feb 4 08:09:27 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Feb 4 08:09:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c45a7036 sci-libs/blastdb: remove empty pack only pulls in ncbi-tools++ and updates the blastdb nothing depends on this, hasn't been touched since 2014 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/blastdb/blastdb-9999.ebuild | 26 -------------------------- sci-libs/blastdb/metadata.xml | 8 -------- 2 files changed, 34 deletions(-) diff --git a/sci-libs/blastdb/blastdb-9999.ebuild b/sci-libs/blastdb/blastdb-9999.ebuild deleted file mode 100644 index 4165929f4..000000000 --- a/sci-libs/blastdb/blastdb-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="The BLAST NR database" -HOMEPAGE="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=ProgSelectionGuide" -SRC_URI="" - -SLOT="0" -LICENSE="all-rights-reserved" -KEYWORDS="" -IUSE="" - -RDEPEND="" -DEPEND="sci-biology/ncbi-tools++" - -RESTRICT="binchecks strip" - -src_unpack() { - if [[ -n ${ESLEEP} ]]; then - elog "Will sleep for ${ESLEEP}" - sleep ${ESLEEP} - fi - update_blastdb.pl --verbose --verbose --decompress nr || die -} diff --git a/sci-libs/blastdb/metadata.xml b/sci-libs/blastdb/metadata.xml deleted file mode 100644 index ae9640ffb..000000000 --- a/sci-libs/blastdb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - -