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/quorum/
Date: Thu, 30 Apr 2015 20:52:37
Message-Id: 1430427112.867286135a316edde90c74b2ee0832b6d6db7a45.mmokrejs@gentoo
1 commit: 867286135a316edde90c74b2ee0832b6d6db7a45
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Apr 30 20:51:52 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Apr 30 20:51:52 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=86728613
7
8 sci-biology/quorum: new package
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/quorum/ChangeLog | 10 ++++++++++
13 sci-biology/quorum/metadata.xml | 9 +++++++++
14 sci-biology/quorum/quorum-0.2.1.ebuild | 17 +++++++++++++++++
15 sci-biology/quorum/quorum-1.0.0.ebuild | 17 +++++++++++++++++
16 4 files changed, 53 insertions(+)
17
18 diff --git a/sci-biology/quorum/ChangeLog b/sci-biology/quorum/ChangeLog
19 new file mode 100644
20 index 0000000..3ab4833
21 --- /dev/null
22 +++ b/sci-biology/quorum/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for sci-biology/quorum
25 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*quorum-0.2.1 (30 Apr 2015)
29 +*quorum-1.0.0 (30 Apr 2015)
30 +
31 + 30 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +metadata.xml,
32 + +quorum-0.2.1.ebuild, +quorum-1.0.0.ebuild:
33 + sci-biology/quorum: new package
34
35 diff --git a/sci-biology/quorum/metadata.xml b/sci-biology/quorum/metadata.xml
36 new file mode 100644
37 index 0000000..2bc8930
38 --- /dev/null
39 +++ b/sci-biology/quorum/metadata.xml
40 @@ -0,0 +1,9 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <herd>sci-biology</herd>
45 + <maintainer>
46 + <email>mmokrejs@×××××××××××××××.cz</email>
47 + <name>Martin Mokrejs</name>
48 + </maintainer>
49 +</pkgmetadata>
50
51 diff --git a/sci-biology/quorum/quorum-0.2.1.ebuild b/sci-biology/quorum/quorum-0.2.1.ebuild
52 new file mode 100644
53 index 0000000..b6cdfb1
54 --- /dev/null
55 +++ b/sci-biology/quorum/quorum-0.2.1.ebuild
56 @@ -0,0 +1,17 @@
57 +# Copyright 1999-2015 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +# $Header: $
60 +
61 +EAPI=5
62 +
63 +DESCRIPTION="Illumina reads error corrector"
64 +HOMEPAGE="http://www.genome.umd.edu/quorum.html"
65 +SRC_URI="ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz"
66 +
67 +LICENSE="GPL-3"
68 +SLOT="0"
69 +KEYWORDS="~amd64"
70 +IUSE=""
71 +
72 +DEPEND="=sci-biology/jellyfish-1.1*"
73 +RDEPEND="${DEPEND}"
74
75 diff --git a/sci-biology/quorum/quorum-1.0.0.ebuild b/sci-biology/quorum/quorum-1.0.0.ebuild
76 new file mode 100644
77 index 0000000..53a773a
78 --- /dev/null
79 +++ b/sci-biology/quorum/quorum-1.0.0.ebuild
80 @@ -0,0 +1,17 @@
81 +# Copyright 1999-2015 Gentoo Foundation
82 +# Distributed under the terms of the GNU General Public License v2
83 +# $Header: $
84 +
85 +EAPI=5
86 +
87 +DESCRIPTION="Illumina reads error corrector"
88 +HOMEPAGE="http://www.genome.umd.edu/quorum.html"
89 +SRC_URI="ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz"
90 +
91 +LICENSE="GPL-3"
92 +SLOT="0"
93 +KEYWORDS="~amd64"
94 +IUSE=""
95 +
96 +DEPEND="=sci-biology/jellyfish-2.1.4"
97 +RDEPEND="${DEPEND}"