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/Atlas2/
Date: Sun, 27 Sep 2020 22:43:38
Message-Id: 1601246600.1a7addf40ba3a1e97f3fefe12d9b71086f954c71.chymera@gentoo
1 commit: 1a7addf40ba3a1e97f3fefe12d9b71086f954c71
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 22:35:48 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 22:43:20 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a7addf4
7
8 sci-biology/Atlas2: removed discontinued package
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/Atlas2/Atlas2-1.4.3.ebuild | 40 ----------------------------------
14 sci-biology/Atlas2/metadata.xml | 21 ------------------
15 2 files changed, 61 deletions(-)
16
17 diff --git a/sci-biology/Atlas2/Atlas2-1.4.3.ebuild b/sci-biology/Atlas2/Atlas2-1.4.3.ebuild
18 deleted file mode 100644
19 index 2305fb15d..000000000
20 --- a/sci-biology/Atlas2/Atlas2-1.4.3.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -USE_RUBY="ruby22 ruby23 ruby24"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="Variant analysis tools from whole exome capture sequencing (WECS)"
33 -HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas2"
34 -SRC_URI="http://downloads.sourceforge.net/project/atlas2/Atlas2_v1.4.3.zip"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE=""
40 -
41 -DEPEND="
42 - sci-biology/samtools:0
43 - sci-biology/blat
44 - sci-biology/phrap
45 - sci-biology/ucsc-genome-browser" # that provides bigWig.h and jkweb.a, aka Jim Kent's src
46 -RDEPEND="${DEPEND}"
47 -
48 -S="${WORKDIR}"/all/"${PN}"_v"${PV}"
49 -
50 -src_compile(){
51 - cd SOLiD-SNP-caller || die
52 - default
53 -
54 - cd ../vcfPrinter || die
55 - # TODO: install the *.rb files
56 -
57 - cd ../Atlas-Indel2 || die
58 - # TODO: install the *.rb and files in lib/
59 -
60 - cd ../Atlas-SNP2 || die
61 - # TODO: install
62 -}
63
64 diff --git a/sci-biology/Atlas2/metadata.xml b/sci-biology/Atlas2/metadata.xml
65 deleted file mode 100644
66 index 7ce5225f5..000000000
67 --- a/sci-biology/Atlas2/metadata.xml
68 +++ /dev/null
69 @@ -1,21 +0,0 @@
70 -<?xml version="1.0" encoding="UTF-8"?>
71 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 -<pkgmetadata>
73 - <maintainer type="person">
74 - <email>mmokrejs@×××××××××××××××.cz</email>
75 - <name>Martin Mokrejs</name>
76 - </maintainer>
77 - <maintainer type="project">
78 - <email>sci-biology@g.o</email>
79 - <name>Gentoo Biology Project</name>
80 - </maintainer>
81 - <longdescription>
82 -Atlas2 is a next-generation sequencing suite of variant analysis
83 -tools specializing in the separation of true SNPs and insertions
84 -and deletions (indels) from sequencing and mapping errors in Whole
85 -Exome Capture Sequencing (WECS) data.
86 -</longdescription>
87 - <upstream>
88 - <remote-id type="sourceforge">downloads</remote-id>
89 - </upstream>
90 -</pkgmetadata>