commit: 3b1d8a8219f3a35e2ab5c91b2c14718e0138a59f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 08:52:47 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 08:52:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b1d8a82
Remove broken package Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild | 30 ------------------------ sci-biology/CONTIGuator/metadata.xml | 15 ------------ 2 files changed, 45 deletions(-) diff --git a/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild b/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild deleted file mode 100644 index 862890bf6..000000000 --- a/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Speed up bacterial genome assemblies by artemis and compare chromosome regions" -HOMEPAGE="http://contiguator.sourceforge.net" -SRC_URI="http://downloads.sourceforge.net/project/contiguator/CONTIGuator_v2.7.tar.gz - https://sourceforge.net/projects/contiguator/files/README.md" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - >=sci-biology/abacas-1.3.1 - sci-biology/primer3 - || ( sci-biology/ncbi-tools++ sci-biology/ncbi-blast+ ) - sci-biology/biopython - sci-biology/mummer - || ( sci-biology/artemis || ( sci-biology/artemis-bin sci-biology/act-bin ) )" - -S="${WORKDIR}"/CONTIGuator_v"${PV}" - -src_install(){ - dobin CONTIGuator.py - dodoc Manual.pdf "${DISTDIR}"/README.md -} diff --git a/sci-biology/CONTIGuator/metadata.xml b/sci-biology/CONTIGuator/metadata.xml deleted file mode 100644 index 4bdff74cd..000000000 --- a/sci-biology/CONTIGuator/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="sourceforge">contiguator</remote-id> - </upstream> -</pkgmetadata>
