Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/oncotator/
Date: Sun, 27 Sep 2020 08:10:01
Message-Id: 1601193816.4a9c779e4fe5ef995cb4f3a26a4cd0aed1e0789b.chymera@gentoo
1 commit: 4a9c779e4fe5ef995cb4f3a26a4cd0aed1e0789b
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 08:03:36 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 08:03:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a9c779e
7
8 sci-biology/oncotator: rm discontinued package, now part of sci-biology/gatk
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/oncotator/metadata.xml | 15 -----------
14 sci-biology/oncotator/oncotator-1.9.2.0.ebuild | 36 --------------------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/sci-biology/oncotator/metadata.xml b/sci-biology/oncotator/metadata.xml
18 deleted file mode 100644
19 index 7b9024751..000000000
20 --- a/sci-biology/oncotator/metadata.xml
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="person">
27 - <email>mmokrejs@×××××××××××××××.cz</email>
28 - <name>Martin Mokrejs</name>
29 - </maintainer>
30 - <maintainer type="project">
31 - <email>sci-biology@g.o</email>
32 - <name>Gentoo Biology Project</name>
33 - </maintainer>
34 - <upstream>
35 - <remote-id type="github">broadinstitute/oncotator</remote-id>
36 - </upstream>
37 -</pkgmetadata>
38
39 diff --git a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
40 deleted file mode 100644
41 index 77f439b6d..000000000
42 --- a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
43 +++ /dev/null
44 @@ -1,36 +0,0 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=6
49 -
50 -PYTHON_COMPAT=( python2_7 ) # no python3+, issue #364
51 -inherit distutils-r1
52 -
53 -DESCRIPTION="Annotate genetic variants in VCF"
54 -HOMEPAGE="https://github.com/broadinstitute/oncotator"
55 -SRC_URI="https://github.com/broadinstitute/oncotator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 -
57 -LICENSE="oncotator"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86" # breaks silently during install because of python syntax errors
60 -IUSE=""
61 -
62 -RESTRICT="fetch"
63 -
64 -DEPEND="
65 - >=sci-biology/pysam-0.9.0
66 - >=dev-python/bcbio-gff-0.6.2
67 - >=dev-python/pyvcf-0.6.8
68 - >=dev-python/pandas-0.18.0
69 - >=sci-biology/biopython-1.66
70 - >=dev-python/numpy-1.11.0
71 - >=dev-python/cython-0.24
72 - >=dev-python/shove-0.6.6
73 - >=dev-python/sqlalchemy-1.0.12
74 - >=dev-python/nose-1.3.7
75 - >=dev-python/python-memcached-1.57
76 - >=dev-python/natsort-4.0.4
77 - >=dev-python/more-itertools-2.2
78 - >=dev-python/enum34-1.1.2
79 - dev-python/ngslib"
80 -RDEPEND="${DEPEND}"