commit:     bcdbe7d68fad5b1056f370020f236e543952ee4f
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon May 15 15:56:39 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon May 15 15:56:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcdbe7d6

sci-biology/jellyfish: point SRC_URI to proper tarball, drop yaggo DEPENDency

This tarball really doe snot need yaggo for building. See
for whole discussion: https://github.com/gmarcais/Jellyfish/issues/87

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/jellyfish/jellyfish-2.2.6.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-biology/jellyfish/jellyfish-2.2.6.ebuild 
b/sci-biology/jellyfish/jellyfish-2.2.6.ebuild
index 6c3ce948b..af91bd892 100644
--- a/sci-biology/jellyfish/jellyfish-2.2.6.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.2.6.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic autotools
 
 DESCRIPTION="k-mer counter within reads for assemblies"
 HOMEPAGE="http://www.genome.umd.edu/jellyfish.html";
-SRC_URI="https://github.com/gmarcais/Jellyfish/archive/v2.2.6.tar.gz -> 
${P}.tar.gz
+SRC_URI="https://github.com/gmarcais/Jellyfish/releases/download/v${PV}/${P}.tar.gz
        ftp://ftp.genome.umd.edu/pub/jellyfish/JellyfishUserGuide.pdf";
 
 # older version is hidden in 
trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11
@@ -17,12 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse"
 
-RDEPEND="dev-lang/yaggo"
+RDEPEND=""
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-S="${WORKDIR}/Jellyfish-${PV}"
-
 src_prepare(){
        eautoreconf
        default

Reply via email to