From eb11c042a4a47b6b4ba249ab1e41e4117e51e21d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 25 Apr 2023 13:30:38 +0200 Subject: sci-biology/trans-abyss: treeclean Signed-off-by: Andrew Ammerlaan --- profiles/package.mask | 1 - sci-biology/trans-abyss/Manifest | 1 - sci-biology/trans-abyss/metadata.xml | 15 ---------- sci-biology/trans-abyss/trans-abyss-2.0.1.ebuild | 35 ------------------------ 4 files changed, 52 deletions(-) delete mode 100644 sci-biology/trans-abyss/Manifest delete mode 100644 sci-biology/trans-abyss/metadata.xml delete mode 100644 sci-biology/trans-abyss/trans-abyss-2.0.1.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index a8da49349..20d20abc8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,4 +33,3 @@ # Andrew Ammerlaan - - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biology@gentoo.org - Gentoo Biology Project - - - bcgsc/transabyss - - diff --git a/sci-biology/trans-abyss/trans-abyss-2.0.1.ebuild b/sci-biology/trans-abyss/trans-abyss-2.0.1.ebuild deleted file mode 100644 index cf10dd3b9..000000000 --- a/sci-biology/trans-abyss/trans-abyss-2.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit python-r1 - -DESCRIPTION="Analyze and combine multiple assemblies from abyss" -HOMEPAGE="https://www.bcgsc.ca/resources/software/trans-abyss" -SRC_URI="https://github.com/bcgsc/transabyss/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - dev-lang/perl - dev-python/python-igraph[${PYTHON_USEDEP}] - sci-biology/abyss - sci-biology/blat -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/transabyss-${PV}" - -src_install() { - einstalldocs - python_foreach_impl python_domodule utilities - dobin transabyss - dobin transabyss-merge -} -- cgit v1.2.3-65-gdbad