aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-15 17:56:39 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-15 17:56:39 +0200
commitbcdbe7d68fad5b1056f370020f236e543952ee4f (patch)
treec168079df400b1a53a7dd0c8639e5626b1dc91a9 /sci-biology/jellyfish/jellyfish-2.2.6.ebuild
parentdev-lang/yaggo: remove doubbed '/usr' (diff)
downloadsci-bcdbe7d68fad5b1056f370020f236e543952ee4f.tar.gz
sci-bcdbe7d68fad5b1056f370020f236e543952ee4f.tar.bz2
sci-bcdbe7d68fad5b1056f370020f236e543952ee4f.zip
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
Diffstat (limited to 'sci-biology/jellyfish/jellyfish-2.2.6.ebuild')
-rw-r--r--sci-biology/jellyfish/jellyfish-2.2.6.ebuild6
1 files 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