Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Atlas2/
Date: Sun, 23 Mar 2014 21:14:56
Message-Id: 1395609219.9eb2c98e084ad39a175118774bad2e0fd587057d.mmokrejs@gentoo
1 commit: 9eb2c98e084ad39a175118774bad2e0fd587057d
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Mar 23 21:13:39 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Mar 23 21:13:39 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9eb2c98e
7
8 sci-biology/Atlas2: a skeleton for a new package, needs help from ruby team
9
10 ---
11 sci-biology/Atlas2/Atlas2-1.4.3.ebuild | 41 ++++++++++++++++++++++++++++++++++
12 sci-biology/Atlas2/ChangeLog | 10 +++++++++
13 sci-biology/Atlas2/metadata.xml | 9 ++++++++
14 3 files changed, 60 insertions(+)
15
16 diff --git a/sci-biology/Atlas2/Atlas2-1.4.3.ebuild b/sci-biology/Atlas2/Atlas2-1.4.3.ebuild
17 new file mode 100644
18 index 0000000..7e2049d
19 --- /dev/null
20 +++ b/sci-biology/Atlas2/Atlas2-1.4.3.ebuild
21 @@ -0,0 +1,41 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +USE_RUBY="ruby19 ruby20"
29 +
30 +inherit ruby-fakegem
31 +
32 +DESCRIPTION="Variant analysis tools (true SNPs, insertions, deletions) 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="dev-lang/ruby
42 + sci-biology/samtools
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 + emake
53 +
54 + cd ../vcfPrinter
55 + # TODO: install the *.rb files
56 +
57 + cd ../Atlas-Indel2
58 + # TODO: install the *.rb and files in lib/
59 +
60 + cd ../Atlas-SNP2
61 + # TODO: install
62 +}
63
64 diff --git a/sci-biology/Atlas2/ChangeLog b/sci-biology/Atlas2/ChangeLog
65 new file mode 100644
66 index 0000000..65bee22
67 --- /dev/null
68 +++ b/sci-biology/Atlas2/ChangeLog
69 @@ -0,0 +1,10 @@
70 +# ChangeLog for sci-biology/Atlas2
71 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: $
73 +
74 +*Atlas2-1.4.3 (23 Mar 2014)
75 +
76 + 23 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
77 + +Atlas2-1.4.3.ebuild, +metadata.xml:
78 + a skeleton for a new package, needs help from ruby team
79 +
80
81 diff --git a/sci-biology/Atlas2/metadata.xml b/sci-biology/Atlas2/metadata.xml
82 new file mode 100644
83 index 0000000..2bc8930
84 --- /dev/null
85 +++ b/sci-biology/Atlas2/metadata.xml
86 @@ -0,0 +1,9 @@
87 +<?xml version="1.0" encoding="UTF-8"?>
88 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 +<pkgmetadata>
90 + <herd>sci-biology</herd>
91 + <maintainer>
92 + <email>mmokrejs@×××××××××××××××.cz</email>
93 + <name>Martin Mokrejs</name>
94 + </maintainer>
95 +</pkgmetadata>