commit: e645e085c025721a92ed73b89374645d706d6f2b Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Tue May 6 00:21:39 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue May 6 13:52:18 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e645e085
sci-biology/longstitch: treeclean Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-biology/longstitch/longstitch-1.0.1.ebuild | 27 -------------------------- sci-biology/longstitch/metadata.xml | 15 -------------- 2 files changed, 42 deletions(-) diff --git a/sci-biology/longstitch/longstitch-1.0.1.ebuild b/sci-biology/longstitch/longstitch-1.0.1.ebuild deleted file mode 100644 index b14bdee87..000000000 --- a/sci-biology/longstitch/longstitch-1.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Scaffold genome assemblies by Chromium/PacBio/Nanopore reads" -HOMEPAGE="https://github.com/bcgsc/LongStitch" -SRC_URI="https://github.com/bcgsc/LongStitch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/LongStitch-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="test" - -RDEPEND=" - sci-biology/abyss - sci-biology/tigmint - sci-biology/LINKS - sci-biology/samtools -" - -src_install(){ - dobin longstitch - dodoc README.md LongStitch_overview.pdf -} diff --git a/sci-biology/longstitch/metadata.xml b/sci-biology/longstitch/metadata.xml deleted file mode 100644 index b25087121..000000000 --- a/sci-biology/longstitch/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">bcgsc/LongStitch</remote-id> - </upstream> -</pkgmetadata>
