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/BamView/
Date: Mon, 24 Mar 2014 10:31:54
Message-Id: 1395657036.f69d90373519a8806466e5b769d8aeb47cf33af6.mmokrejs@gentoo
1 commit: f69d90373519a8806466e5b769d8aeb47cf33af6
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Mar 24 10:30:36 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Mar 24 10:30:36 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f69d9037
7
8 sci-biology/BamView: not sure if we need a separate package; is said to be part of Artemis bundle
9
10 ---
11 sci-biology/BamView/BamView-1.2.11.ebuild | 20 ++++++++++++++++++++
12 sci-biology/BamView/ChangeLog | 10 ++++++++++
13 2 files changed, 30 insertions(+)
14
15 diff --git a/sci-biology/BamView/BamView-1.2.11.ebuild b/sci-biology/BamView/BamView-1.2.11.ebuild
16 new file mode 100644
17 index 0000000..af27b9a
18 --- /dev/null
19 +++ b/sci-biology/BamView/BamView-1.2.11.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI=5
26 +
27 +inherit java-pkg-2 java-ant-2 eutils
28 +
29 +DESCRIPTION="Display read alignments in BAM files, is a part of Artemis"
30 +HOMEPAGE="http://bamview.sourceforge.net/"
31 +SRC_URI="http://bamview.sourceforge.net/v"${PV}"/BamView_v"${PV}".jar"
32 +
33 +LICENSE=""
34 +SLOT="0"
35 +KEYWORDS="~amd64"
36 +IUSE=""
37 +
38 +DEPEND="virtual/jdk"
39 +RDEPEND="${DEPEND}
40 + virtual/jre"
41
42 diff --git a/sci-biology/BamView/ChangeLog b/sci-biology/BamView/ChangeLog
43 new file mode 100644
44 index 0000000..30799c0
45 --- /dev/null
46 +++ b/sci-biology/BamView/ChangeLog
47 @@ -0,0 +1,10 @@
48 +# ChangeLog for sci-biology/BamView
49 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
50 +# $Header: $
51 +
52 +*BamView-1.2.11 (24 Mar 2014)
53 +
54 + 24 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
55 + +BamView-1.2.11.ebuild:
56 + not sure if we need a separate package; is said to be part of Artemis bundle
57 +