public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/kraken/
Date: Tue,  2 May 2023 12:27:29 +0000 (UTC)	[thread overview]
Message-ID: <1683030416.688791dd334fa90d4d2a87015288141488db54b5.andrewammerlaan@gentoo> (raw)

commit:     688791dd334fa90d4d2a87015288141488db54b5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:26:56 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  2 12:26:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=688791dd

sci-biology/kraken: treeclean

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-biology/kraken/kraken-1.1.1-r2.ebuild | 51 ----------------------------
 sci-biology/kraken/kraken-2.1.1.ebuild    | 55 -------------------------------
 sci-biology/kraken/metadata.xml           | 12 -------
 3 files changed, 118 deletions(-)

diff --git a/sci-biology/kraken/kraken-1.1.1-r2.ebuild b/sci-biology/kraken/kraken-1.1.1-r2.ebuild
deleted file mode 100644
index 3dd599b83..000000000
--- a/sci-biology/kraken/kraken-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-functions
-
-DESCRIPTION="Detect sequencing project contaminants by mapping reads to taxonomic groups"
-HOMEPAGE="https://ccb.jhu.edu/software/kraken"
-SRC_URI="https://github.com/DerrickWood/kraken/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="1"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	dev-lang/perl
-	net-misc/wget
-	sci-biology/jellyfish:1
-"
-
-src_prepare(){
-	default
-	sed -e 's/^CXX = /CXX ?= /' -e 's/^CXXFLAGS = /CXXFLAGS ?= /' -i src/Makefile || die
-	echo "exit 0" >> install_kraken.sh || die
-}
-
-src_compile(){
-	./install_kraken.sh destdir || die
-}
-
-src_install(){
-	dodoc -r docs
-	perl_set_version
-	perl_domodule destdir/*.pm
-	dosym ../../"${VENDOR_LIB//${EPREFIX/}}/krakenlib.pm" /usr/bin/krakenlib.pm
-	insinto /usr/share/${PN}/util
-	doins destdir/*.pl
-	chmod -R a+rx "${ED}/usr/share/${PN}/util"
-	rm -f destdir/krakenlib.pm
-	dobin destdir/*
-}
-
-pkg_postinst(){
-	ewarn "Kraken may optionally need <=sci-biology/jellyfish-2 if you want to build your own dbs"
-	ewarn "Kraken needs high network bandwidth for its huge downloads, be sure to read"
-	ewarn "https://ccb.jhu.edu/software/kraken and prepare at least 160GB of disk space"
-	ewarn "Consider placing the db files in ramfs (needs root permissions) taking >75GB RAM"
-	ewarn "Results can be visualized with https://sourceforge.net/p/krona/home/krona"
-}

diff --git a/sci-biology/kraken/kraken-2.1.1.ebuild b/sci-biology/kraken/kraken-2.1.1.ebuild
deleted file mode 100644
index 0991f94fa..000000000
--- a/sci-biology/kraken/kraken-2.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-functions
-
-DESCRIPTION="Detect sequencing project contaminants by mapping reads to taxonomic groups"
-HOMEPAGE="https://ccb.jhu.edu/software/kraken2/"
-SRC_URI="https://github.com/DerrickWood/kraken2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-
-# TODO: somehow avoid the file conflict with kraken-1
-DEPEND=""
-RDEPEND="${DEPEND}
-	sci-biology/ncbi-tools++
-	dev-lang/perl
-	net-misc/wget
-	!sci-biology/kraken:1
-"
-
-S="${WORKDIR}/${PN}2-${PV}"
-
-src_prepare(){
-	default
-	sed -e 's/^CXX = /CXX ?= /' -e 's/^CXXFLAGS = /CXXFLAGS ?= /' -i src/Makefile || die
-	echo "exit 0" >> install_kraken2.sh || die
-}
-
-src_compile(){
-	./install_kraken2.sh destdir || die
-}
-
-src_install(){
-	dodoc -r docs
-	perl_set_version
-	perl_domodule destdir/*.pm
-	dosym ../../"${VENDOR_LIB//${EPREFIX/}}/krakenlib.pm" /usr/bin/krakenlib.pm
-	insinto /usr/share/${PN}/util
-	doins destdir/*.pl
-	chmod -R a+rx "${ED}/usr/share/${PN}/util"
-	rm -f destdir/krakenlib.pm
-	dobin destdir/*
-}
-
-pkg_postinst(){
-	ewarn "Kraken may optionally need <=sci-biology/jellyfish-2 if you want to build your own dbs"
-	ewarn "Kraken needs high network bandwidth for its huge downloads, be sure to read"
-	ewarn "https://ccb.jhu.edu/software/kraken and prepare at least 160GB of disk space"
-	ewarn "Consider placing the db files in ramfs (needs root permissions) taking >75GB RAM"
-	ewarn "Results can be visualized with https://sourceforge.net/p/krona/home/krona"
-}

diff --git a/sci-biology/kraken/metadata.xml b/sci-biology/kraken/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/kraken/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mmokrejs@fold.natur.cuni.cz</email>
-		<name>Martin Mokrejs</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci-biology@gentoo.org</email>
-		<name>Gentoo Biology Project</name>
-	</maintainer>
-</pkgmetadata>


             reply	other threads:[~2023-05-02 12:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02 12:27 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-23  9:27 [gentoo-commits] proj/sci:master commit in: sci-biology/kraken/ Andrew Ammerlaan
2021-03-18 20:27 Andrew Ammerlaan
2021-03-18 19:47 Andrew Ammerlaan
2021-03-18 18:54 Andrew Ammerlaan
2021-03-17 21:29 Andrew Ammerlaan
2017-11-24 21:37 Martin Mokrejs
2016-06-30 21:20 Martin Mokrejs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1683030416.688791dd334fa90d4d2a87015288141488db54b5.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox