commit: 17d2e58071c5fde0f28798734997a516c40cb12e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 13:49:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 13:49:30 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17d2e580
sci-biology/rum: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../rum/{rum-2.0.5.5.ebuild => rum-2.0.5.06.ebuild} | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/sci-biology/rum/rum-2.0.5.5.ebuild
b/sci-biology/rum/rum-2.0.5.06.ebuild
similarity index 60%
rename from sci-biology/rum/rum-2.0.5.5.ebuild
rename to sci-biology/rum/rum-2.0.5.06.ebuild
index 015bb1499..7234c72e7 100644
--- a/sci-biology/rum/rum-2.0.5.5.ebuild
+++ b/sci-biology/rum/rum-2.0.5.06.ebuild
@@ -1,24 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit perl-module eutils
+inherit perl-module
DESCRIPTION="RNA-Seq Unified Mapper (digital normalization)"
HOMEPAGE="https://github.com/itmat/rum/wiki"
-SRC_URI="https://github.com/itmat/rum/archive/v2.0.5_05.tar.gz -> ${P}.tar.gz"
-
-# stable
-#EGIT_REPO_URI="https://github.com/PGFI/rum/tags"
-
-# dev
-#EGIT_REPO_URI="https://github.com/PGFI/rum"
+SRC_URI="https://github.com/itmat/rum/archive/v$(ver_rs 3-4 _).tar.gz ->
${P}.tar.gz"
LICENSE="UPennState"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
dev-perl/Log-Log4perl
@@ -29,9 +22,9 @@ RDEPEND="${DEPEND}
sci-biology/bowtie
sci-biology/seqclean"
-S="${WORKDIR}/${PN}-2.0.5_05"
+S="${WORKDIR}/${PN}-$(ver_rs 3-4 _)"
src_install(){
default
- rm "${ED}"/usr/lib64/perl5/vendor_perl/*/RUM/{bowtie,blat,mdust} ]] die
+ rm "${ED}"/usr/lib64/perl5/vendor_perl/*/RUM/{bowtie,blat,mdust} ]] ||
die
}