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/BG7/
Date: Thu, 29 Aug 2013 15:01:42
Message-Id: 1377788463.85899c997b3461bb565a397b01d25bf9ad49b2ac.mmokrejs@gentoo
1 commit: 85899c997b3461bb565a397b01d25bf9ad49b2ac
2 Author: Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 29 15:01:03 2013 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Aug 29 15:01:03 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85899c99
7
8 Initial, not yet working ebuild of BG7.
9
10 ---
11 sci-biology/BG7/BG7-9999.ebuild | 28 ++++++++++++++++++++++++++++
12 sci-biology/BG7/ChangeLog | 9 +++++++++
13 2 files changed, 37 insertions(+)
14
15 diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild
16 new file mode 100644
17 index 0000000..a72c7c8
18 --- /dev/null
19 +++ b/sci-biology/BG7/BG7-9999.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2013 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI=4
26 +
27 +inherit java-pkg-2 java-ant-2 eutils
28 +
29 +[ "$PV" == "9999" ] && inherit git-2
30 +
31 +DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction"
32 +HOMEPAGE="http://bg7.ohnosequences.com"
33 +#SRC_URI=""
34 +EGIT_REPO_URI="https://github.com/bg7/BG7"
35 +
36 +
37 +LICENSE="AGPL-v3"
38 +SLOT="0"
39 +KEYWORDS=""
40 +#KEYWORDS="~amd64 ~x86"
41 +IUSE=""
42 +
43 +DEPEND=">=virtual/jre-1.5
44 + dev-java/ant-core"
45 +RDEPEND="${DEPEND}
46 + >=virtual/jre-1.5
47 + sci-biology/ncbi-tools++"
48 +
49
50 diff --git a/sci-biology/BG7/ChangeLog b/sci-biology/BG7/ChangeLog
51 new file mode 100644
52 index 0000000..330d71f
53 --- /dev/null
54 +++ b/sci-biology/BG7/ChangeLog
55 @@ -0,0 +1,9 @@
56 +# ChangeLog for sci-biology/BG7
57 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: $
59 +
60 +*BG7-9999 (29 Aug 2013)
61 +
62 + 29 Aug 2013; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +BG7-9999.ebuild:
63 + Initial, not yet working ebuild.
64 +