aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 14:49:30 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 14:49:30 +0100
commit17d2e58071c5fde0f28798734997a516c40cb12e (patch)
tree1568827d6126c9e6b22e524c969e82351654f52f
parentsci-biology/reaper: remove pack, upstream gone (diff)
downloadsci-17d2e58071c5fde0f28798734997a516c40cb12e.tar.gz
sci-17d2e58071c5fde0f28798734997a516c40cb12e.tar.bz2
sci-17d2e58071c5fde0f28798734997a516c40cb12e.zip
sci-biology/rum: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/rum/Manifest2
-rw-r--r--sci-biology/rum/rum-2.0.5.06.ebuild (renamed from sci-biology/rum/rum-2.0.5.5.ebuild)19
2 files changed, 7 insertions, 14 deletions
diff --git a/sci-biology/rum/Manifest b/sci-biology/rum/Manifest
index 4fdb9270f..84b0619e4 100644
--- a/sci-biology/rum/Manifest
+++ b/sci-biology/rum/Manifest
@@ -1 +1 @@
-DIST rum-2.0.5.5.tar.gz 5420665 BLAKE2B 76fdb44b468e493c34be766aaaf62c2670f926a2c11b43f73e386db4d8bf7a05d5a33bfe03a3a314446c515fd60ef1b8e53982b33de7cbc081e0fe000209dbcd SHA512 7a6600e7d98fa4649a281b161eaaaa2fbfd337b7b26b0d054e23974aa555a383d476b5464183b259812330c4e00a36be44a5efe210950e2ad24ab867375cb9be
+DIST rum-2.0.5.06.tar.gz 5420681 BLAKE2B f9c6c34b8ebc939754686633e449ab69484bfb7f66108e44a25095bde85e35cf2b91936641d00d5d78ca921b05026c3d9721638e00d87603095494dab4801408 SHA512 98e316cbdb0860a6449ed39e20d96e6b0926d3eaf7fd0e0a1dcfb1ef41a5c3d681ccc74b241452d896e5d235c77b79bad89aebaf2d2050ab6c72c8dc2383d3c3
diff --git a/sci-biology/rum/rum-2.0.5.5.ebuild b/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
}