aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-05-02 00:37:57 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-05-02 00:37:57 +0200
commit8ca2d5383f188ff26ee9714b431dfed95c8b9b7a (patch)
tree452475129a05bb33c19e3019bfdb18635db89ef1 /sci-biology
parentsci-biology/jellyfish: version bump and a few tweaks (diff)
downloadsci-8ca2d5383f188ff26ee9714b431dfed95c8b9b7a.tar.gz
sci-8ca2d5383f188ff26ee9714b431dfed95c8b9b7a.tar.bz2
sci-8ca2d5383f188ff26ee9714b431dfed95c8b9b7a.zip
sci-biology/quorum: drop old
Anyway it doe snot compile with gcc-7.3.0, see https://github.com/gmarcais/Jellyfish/issues/122 Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/quorum/Manifest1
-rw-r--r--sci-biology/quorum/quorum-0.2.1-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/quorum/Manifest b/sci-biology/quorum/Manifest
index b075a9136..68b3dd9c6 100644
--- a/sci-biology/quorum/Manifest
+++ b/sci-biology/quorum/Manifest
@@ -1,2 +1 @@
-DIST quorum-0.2.1.tar.gz 369756 BLAKE2B 2ace4d53a18c8bb1f34bab0a832137ee33b3aca879bbf06912e53053ea0159c45a8d7ce0694aa9138861d1cefcf57d0f6a998338672040e091771d32c40f6bd3 SHA512 137d867dc0b8b8d6d1fdc8de1de955f512b3da5d78f6d489b6c3bb8130e4b2a702830afe271e3d98894dfa8dead1a2b87bab348e3d513468a85bef40dd0fe07e
DIST quorum-1.1.1.tar.gz 659218 BLAKE2B 26710674e12115b3d218c113eaa6b36d9694f85c65bb5e1a8b8e2b4405b585115b2e3ded34c84bdb24d680ae5a1d6e4c387689bdde8bc63824d8eb254d0894da SHA512 12d7a03ffa45dd358f52c55226e6888fc92bff8e361e1c5eca7b4f8545d70243793dd963602932b895702284f89cd77361b2b5636c062d86b467b538df0b9f16
diff --git a/sci-biology/quorum/quorum-0.2.1-r1.ebuild b/sci-biology/quorum/quorum-0.2.1-r1.ebuild
deleted file mode 100644
index d7bb7675a..000000000
--- a/sci-biology/quorum/quorum-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools
-
-DESCRIPTION="Correct substitution errors in Illumina reads"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html"
-SRC_URI="ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="sci-biology/jellyfish:1"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- default
- epatch "${FILESDIR}"/"${P}"-use-jellyfish1.patch
- eautoreconf
-}
-
-src_configure(){
- econf --enable-relative-paths --with-relative-jf-path
-}