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/Trinotate/
Date: Thu, 30 Apr 2015 22:48:23
Message-Id: 1430434011.61dd48b0c1dc243678bc613f51ab3aedd6e13ba7.mmokrejs@gentoo
1 commit: 61dd48b0c1dc243678bc613f51ab3aedd6e13ba7
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Apr 30 22:46:51 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Apr 30 22:46:51 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=61dd48b0
7
8 sci-biology/Trinotate: new package
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/Trinotate/ChangeLog | 9 ++++++
13 sci-biology/Trinotate/Trinotate-2.0.1.ebuild | 45 ++++++++++++++++++++++++++++
14 sci-biology/Trinotate/metadata.xml | 9 ++++++
15 3 files changed, 63 insertions(+)
16
17 diff --git a/sci-biology/Trinotate/ChangeLog b/sci-biology/Trinotate/ChangeLog
18 new file mode 100644
19 index 0000000..4ef519a
20 --- /dev/null
21 +++ b/sci-biology/Trinotate/ChangeLog
22 @@ -0,0 +1,9 @@
23 +# ChangeLog for sci-biology/Trinotate
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*Trinotate-2.0.1 (30 Apr 2015)
28 +
29 + 30 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
30 + +Trinotate-2.0.1.ebuild, +metadata.xml:
31 + sci-biology/Trinotate: new package
32
33 diff --git a/sci-biology/Trinotate/Trinotate-2.0.1.ebuild b/sci-biology/Trinotate/Trinotate-2.0.1.ebuild
34 new file mode 100644
35 index 0000000..8665fb4
36 --- /dev/null
37 +++ b/sci-biology/Trinotate/Trinotate-2.0.1.ebuild
38 @@ -0,0 +1,45 @@
39 +# Copyright 1999-2015 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Header: $
42 +
43 +EAPI=5
44 +
45 +PERL_EXPORT_PHASE_FUNCTIONS=no
46 +inherit perl-module eutils toolchain-funcs
47 +
48 +DESCRIPTION="Annotation and analysis pipeline for de novo assembled transcriptomes"
49 +HOMEPAGE="http://trinotate.github.io"
50 +SRC_URI="https://github.com/Trinotate/Trinotate/archive/v${PV}.tar.gz"
51 +
52 +LICENSE="BSD-BroadInstitute"
53 +SLOT="0"
54 +KEYWORDS="~amd64"
55 +IUSE=""
56 +
57 +DEPEND=""
58 +RDEPEND="${DEPEND}
59 + sci-biology/ncbi-tools++
60 + sci-biology/trinityrnaseq
61 + sci-biology/TransDecoder"
62 +
63 +# http://www.cbs.dtu.dk/cgi-bin/sw_request?rnammer
64 +# >=sci-biology/rnammer-2.3.2
65 +#
66 +# http://www.cbs.dtu.dk/cgi-bin/nph-sw_request?signalp
67 +# >=sci-biology/signalp-4
68 +#
69 +# http://www.cbs.dtu.dk/cgi-bin/nph-sw_request?tmhmm
70 +
71 +# We suggest you rename this version of hmmsearch from hmmer-2 package to 'hmmsearch2'.
72 +# In the 'rnammer' software configuration, edit the rnammer script to point
73 +# $HMMSEARCH_BINARY = "/path/to/hmmsearch2";
74 +
75 +src_install(){
76 + perl_set_version
77 + dobin Trinotate
78 + insinto /usr/share/"${PN}"
79 + doins -r admin java sample_data util TrinotateWeb
80 + insinto ${VENDOR_LIB}/${PN}
81 + doins -r PerlLib/*
82 + dodoc Release.Notes
83 +}
84
85 diff --git a/sci-biology/Trinotate/metadata.xml b/sci-biology/Trinotate/metadata.xml
86 new file mode 100644
87 index 0000000..2bc8930
88 --- /dev/null
89 +++ b/sci-biology/Trinotate/metadata.xml
90 @@ -0,0 +1,9 @@
91 +<?xml version="1.0" encoding="UTF-8"?>
92 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 +<pkgmetadata>
94 + <herd>sci-biology</herd>
95 + <maintainer>
96 + <email>mmokrejs@×××××××××××××××.cz</email>
97 + <name>Martin Mokrejs</name>
98 + </maintainer>
99 +</pkgmetadata>