commit: edaf9d6441ded1afa54328f6e78775e487ffe5fc
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon May 15 13:39:20 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon May 15 13:39:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edaf9d64
sci-biology/quorum: version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sci-biology/quorum/{quorum-1.0.0.ebuild => quorum-1.1.1.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sci-biology/quorum/quorum-1.0.0.ebuild
b/sci-biology/quorum/quorum-1.1.1.ebuild
similarity index 65%
rename from sci-biology/quorum/quorum-1.0.0.ebuild
rename to sci-biology/quorum/quorum-1.1.1.ebuild
index 2b4acfc09..1c5f29e2b 100644
--- a/sci-biology/quorum/quorum-1.0.0.ebuild
+++ b/sci-biology/quorum/quorum-1.1.1.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
DESCRIPTION="Illumina reads error corrector"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html"
-SRC_URI="ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz"
+HOMEPAGE="http://www.genome.umd.edu/quorum.html
+ https://github.com/gmarcais/Quorum"
+SRC_URI="https://github.com/gmarcais/Quorum/releases/download/v1.1.1/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -17,4 +18,5 @@ RDEPEND="${DEPEND}"
src_configure(){
econf --enable-relative-paths --with-relative-jf-path
+ default
}