commit: 4df5011f6c061f637cfb0cd3629a5f0a8fcc25de
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Oct 17 16:46:05 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Oct 17 16:46:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4df5011f
sci-biology/kat: fix SRC_URI
use SRC_URI for a real release, not for an automatically generated github
tarball (upstream issue #59)
Package-Manager: portage-2.3.0
sci-biology/kat/kat-2.1.1.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sci-biology/kat/kat-2.1.1.ebuild b/sci-biology/kat/kat-2.1.1.ebuild
index 3a184c9..8133fdb 100644
--- a/sci-biology/kat/kat-2.1.1.ebuild
+++ b/sci-biology/kat/kat-2.1.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5} ) # requires python >= 3.1
DESCRIPTION="K-mer Analysis Toolkit (histogram, filter, compare sets, plot)"
HOMEPAGE="https://github.com/TGAC/KAT"
-SRC_URI="https://github.com/TGAC/KAT/archive/Release-${PV}.tar.gz ->
${P}.tar.gz"
+SRC_URI="https://github.com/TGAC/KAT/releases/download/Release-${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
@@ -20,10 +20,3 @@ DEPEND="dev-libs/boost:0
sci-visualization/gnuplot"
RDEPEND="${DEPEND}"
# contains bundled modified version of jellyfish-2.2.
-
-S="${WORKDIR}"/KAT-Release-"${PV}"
-
-src_prepare(){
- sh ./autogen.sh . || die
- default
-}