commit: c45a703692585f333b35a9aab281a60a216cf50d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Feb 4 08:09:27 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> -</pkgmetadata>
