commit: 1337d9fce7f3de3d236ae22cc3a0a22422fac06a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 09:35:01 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 09:35:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1337d9fc
sci-biology/smalt-bin: version bump, EAPI bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../{smalt-bin-0.7.4.ebuild => smalt-bin-0.7.6.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild
b/sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild
similarity index 69%
rename from sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild
rename to sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild
index 2059abad6..780bf4210 100644
--- a/sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild
+++ b/sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
MY_PN="${PN%-bin}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pairwise sequence alignment mapping DNA reads onto genomic
reference"
-HOMEPAGE="http://www.sanger.ac.uk/resources/software/smalt/"
-SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/${MY_PN}/${MY_P}.tgz"
+HOMEPAGE="https://sourceforge.net/projects/smalt/"
+SRC_URI="https://sourceforge.net/projects/${MY_PN}/files/${MY_P}-bin.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S="${WORKDIR}"/${MY_P}
+S="${WORKDIR}/${MY_P}-bin"
QA_PREBUILT="/opt/.*"