From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1FF71382C5 for ; Sat, 6 Mar 2021 13:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE0CE08E5; Sat, 6 Mar 2021 13:50:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA0CEE08E5 for ; Sat, 6 Mar 2021 13:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6F433BDCC for ; Sat, 6 Mar 2021 13:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B75C3567 for ; Sat, 6 Mar 2021 13:50:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615038570.17d2e58071c5fde0f28798734997a516c40cb12e.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/rum/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/rum/rum-2.0.5.06.ebuild sci-biology/rum/rum-2.0.5.5.ebuild X-VCS-Directories: sci-biology/rum/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17d2e58071c5fde0f28798734997a516c40cb12e X-VCS-Branch: master Date: Sat, 6 Mar 2021 13:50:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2527b15-2022-4169-b214-2d07a3097d24 X-Archives-Hash: a34f3aea3ec4c8ae19b27c4e1507ab5c commit: 17d2e58071c5fde0f28798734997a516c40cb12e Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 13:49:30 2021 +0000 Commit: Andrew Ammerlaan riseup 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 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 }