commit: 5943f8924bc0af41dc6bd8f60f82174563b3e1e6 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 13:14:38 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 13:14:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5943f892
sci-biology/ICC: remove pack, upstream says 403 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/ICC/ICC-2.0.1.ebuild | 54 ---------------------------------------- sci-biology/ICC/metadata.xml | 12 --------- 3 files changed, 67 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 4eb0cab74..6fb24986a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -69,4 +69,3 @@ sci-biology/gfftools sci-biology/glean sci-biology/graf-bin sci-biology/hydra-sv -sci-biology/ICC diff --git a/sci-biology/ICC/ICC-2.0.1.ebuild b/sci-biology/ICC/ICC-2.0.1.ebuild deleted file mode 100644 index b6e13294a..000000000 --- a/sci-biology/ICC/ICC-2.0.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Error corrector for Roche/454 and IonTorrent data" -HOMEPAGE="http://indra.mullins.microbiol.washington.edu/ICC" -SRC_URI="http://indra.mullins.microbiol.washington.edu/cgi-bin/ICC/info.cgi?ID=ICC_v2.0.1.zip -> ICC_v2.0.1.zip" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-lang/perl - dev-perl/Parallel-ForkManager - sci-biology/ncbi-tools++" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install(){ - dobin Scripts/*.pl - dodoc README.txt -} - -# testing: Blast/Linux/LICENSE OK -# testing: Example/exampleReads.fas OK -# testing: Example/exampleReads.qual OK -# testing: Example/exampleReference.fas OK -# testing: README.md OK -# testing: README.txt OK -# testing: Scripts/ OK -# testing: Scripts/CC.pl OK -# testing: Scripts/HIC.pl OK -# testing: Scripts/IC.pl OK -# testing: Scripts/alignRegion.pl OK -# testing: Scripts/config.pl OK -# testing: Scripts/lib/ OK -# testing: Scripts/lib/.DS_Store OK -# testing: Scripts/lib/Parallel/ OK -# testing: Scripts/lib/Parallel/ForkManager.pm OK -# testing: Scripts/lib/paths.pm OK -# testing: Scripts/lib/seqAlign.pm OK -# testing: Scripts/lib/utils.pm OK -# testing: Scripts/ntFreq.pl OK -# testing: Scripts/readQualFilter.pl OK -# testing: Scripts/retrieveRegion.pl OK -# testing: Scripts/retrieveWindows.pl OK -# testing: Scripts/runBLAST.pl OK -# testing: Scripts/runICC.pl OK -# testing: Scripts/uniqueReads.pl OK -# testing: VersionHistory.txt OK diff --git a/sci-biology/ICC/metadata.xml b/sci-biology/ICC/metadata.xml deleted file mode 100644 index 138cb7705..000000000 --- a/sci-biology/ICC/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>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata>
