Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/rum/, profiles/
Date: Tue, 31 Aug 2021 09:24:14
Message-Id: 1630401673.404741c6b93fd5423b3e3d7488d093b361953a99.andrewammerlaan@gentoo
1 commit: 404741c6b93fd5423b3e3d7488d093b361953a99
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 09:21:13 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 09:21:13 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=404741c6
7
8 sci-biology/rum: remove last-rited pack
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 profiles/package.mask | 2 --
13 sci-biology/rum/metadata.xml | 15 ---------------
14 sci-biology/rum/rum-2.0.5.06.ebuild | 30 ------------------------------
15 3 files changed, 47 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index 6b58c272e..789da8f84 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -38,5 +38,3 @@
22 # Perhaps these packages work with the newer ncbi-tools++? If anyone is actively
23 # using these packages please open a bug report
24 sci-chemistry/talosn
25 -# revdep of seqclean
26 -sci-biology/rum
27
28 diff --git a/sci-biology/rum/metadata.xml b/sci-biology/rum/metadata.xml
29 deleted file mode 100644
30 index 032147c48..000000000
31 --- a/sci-biology/rum/metadata.xml
32 +++ /dev/null
33 @@ -1,15 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="person">
38 - <email>mmokrejs@×××××××××××××××.cz</email>
39 - <name>Martin Mokrejs</name>
40 - </maintainer>
41 - <maintainer type="project">
42 - <email>sci-biology@g.o</email>
43 - <name>Gentoo Biology Project</name>
44 - </maintainer>
45 - <upstream>
46 - <remote-id type="github">itmat/rum</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/sci-biology/rum/rum-2.0.5.06.ebuild b/sci-biology/rum/rum-2.0.5.06.ebuild
51 deleted file mode 100644
52 index 7234c72e7..000000000
53 --- a/sci-biology/rum/rum-2.0.5.06.ebuild
54 +++ /dev/null
55 @@ -1,30 +0,0 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=7
60 -
61 -inherit perl-module
62 -
63 -DESCRIPTION="RNA-Seq Unified Mapper (digital normalization)"
64 -HOMEPAGE="https://github.com/itmat/rum/wiki"
65 -SRC_URI="https://github.com/itmat/rum/archive/v$(ver_rs 3-4 _).tar.gz -> ${P}.tar.gz"
66 -
67 -LICENSE="UPennState"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -
71 -DEPEND="
72 - dev-perl/Log-Log4perl
73 - virtual/perl-autodie"
74 -RDEPEND="${DEPEND}
75 - sci-biology/seqclean
76 - sci-biology/blat
77 - sci-biology/bowtie
78 - sci-biology/seqclean"
79 -
80 -S="${WORKDIR}/${PN}-$(ver_rs 3-4 _)"
81 -
82 -src_install(){
83 - default
84 - rm "${ED}"/usr/lib64/perl5/vendor_perl/*/RUM/{bowtie,blat,mdust} ]] || die
85 -}