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/scbi_blast/
Date: Wed, 02 Dec 2015 22:21:58
Message-Id: 1449094866.3d88d332ced5fa9e2944032b4bc24f1636e8e98e.mmokrejs@gentoo
1 commit: 3d88d332ced5fa9e2944032b4bc24f1636e8e98e
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Wed Dec 2 22:21:06 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Wed Dec 2 22:21:06 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3d88d332
7
8 sci-biology/scbi_blast: new package
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/scbi_blast/ChangeLog | 9 +++++++++
13 sci-biology/scbi_blast/metadata.xml | 12 ++++++++++++
14 sci-biology/scbi_blast/scbi_blast-0.0.37.ebuild | 24 ++++++++++++++++++++++++
15 3 files changed, 45 insertions(+)
16
17 diff --git a/sci-biology/scbi_blast/ChangeLog b/sci-biology/scbi_blast/ChangeLog
18 new file mode 100644
19 index 0000000..e17f652
20 --- /dev/null
21 +++ b/sci-biology/scbi_blast/ChangeLog
22 @@ -0,0 +1,9 @@
23 +# ChangeLog for sci-biology/scbi_blast
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 +# $Id$
26 +
27 +*scbi_blast-0.0.37 (02 Dec 2015)
28 +
29 + 02 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +metadata.xml,
30 + +scbi_blast-0.0.37.ebuild:
31 + sci-biology/scbi_blast: new package
32
33 diff --git a/sci-biology/scbi_blast/metadata.xml b/sci-biology/scbi_blast/metadata.xml
34 new file mode 100644
35 index 0000000..5fa67e9
36 --- /dev/null
37 +++ b/sci-biology/scbi_blast/metadata.xml
38 @@ -0,0 +1,12 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <herd>sci-biology</herd>
43 + <maintainer>
44 + <email>mmokrejs@×××××××××××××××.cz</email>
45 + <name>Martin Mokrejs</name>
46 + </maintainer>
47 + <upstream>
48 + <remote-id type="github">trinityrnaseq/trinityrnaseq</remote-id>
49 + </upstream>
50 +</pkgmetadata>
51
52 diff --git a/sci-biology/scbi_blast/scbi_blast-0.0.37.ebuild b/sci-biology/scbi_blast/scbi_blast-0.0.37.ebuild
53 new file mode 100644
54 index 0000000..ece09e1
55 --- /dev/null
56 +++ b/sci-biology/scbi_blast/scbi_blast-0.0.37.ebuild
57 @@ -0,0 +1,24 @@
58 +# Copyright 1999-2015 Gentoo Foundation
59 +# Distributed under the terms of the GNU General Public License v2
60 +# $Header: $
61 +
62 +EAPI=5
63 +USE_RUBY="ruby19 ruby20 ruby21"
64 +
65 +RUBY_FAKEGEM_TASK_DOC=""
66 +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
67 +
68 +inherit ruby-fakegem
69 +
70 +DESCRIPTION="Handle blast+ executions using pipes instead of files"
71 +HOMEPAGE="https://rubygems.org/gems/scbi_blast"
72 +
73 +LICENSE="MIT"
74 +SLOT="0"
75 +KEYWORDS="~amd64"
76 +IUSE=""
77 +
78 +DEPEND=">=dev-ruby/hoe-2.8.0
79 + >=dev-ruby/rdoc-4.0"
80 +RDEPEND="${DEPEND}
81 + >=dev-ruby/xml-simple-1.0.12"