Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libmaus2/
Date: Thu, 14 Jul 2016 18:42:44
Message-Id: 1468521726.ec639407519c52105c86906c2909ecbeb3a25665.mmokrejs@gentoo
1 commit: ec639407519c52105c86906c2909ecbeb3a25665
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Jul 14 18:42:06 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Jul 14 18:42:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec639407
7
8 sci-libs/libmaus2: new package although a version bump of sci-libs/libmaus
9
10 I think this and the parental libmaus package will need a fix on the LICENSE
11 line (they are not only GPL-v3).
12
13 Package-Manager: portage-2.2.28
14
15 sci-libs/libmaus2/libmaus2-9999.ebuild | 27 +++++++++++++++++++++++++++
16 sci-libs/libmaus2/metadata.xml | 20 ++++++++++++++++++++
17 2 files changed, 47 insertions(+)
18
19 diff --git a/sci-libs/libmaus2/libmaus2-9999.ebuild b/sci-libs/libmaus2/libmaus2-9999.ebuild
20 new file mode 100644
21 index 0000000..ae02d15
22 --- /dev/null
23 +++ b/sci-libs/libmaus2/libmaus2-9999.ebuild
24 @@ -0,0 +1,27 @@
25 +# Copyright 1999-2014 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +inherit autotools git-r3
32 +
33 +DESCRIPTION="Library for biobambam"
34 +HOMEPAGE="https://github.com/gt1/libmaus"
35 +EGIT_REPO_URI="https://github.com/gt1/libmaus2.git"
36 +
37 +LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
38 +SLOT="0"
39 +KEYWORDS=""
40 +IUSE=""
41 +
42 +DEPEND="
43 + !sci-libs/libmaus
44 + sci-libs/io_lib
45 + app-arch/snappy
46 + sci-biology/seqan"
47 +
48 +src_prepare() {
49 + eautoreconf
50 + eapply_user
51 +}
52
53 diff --git a/sci-libs/libmaus2/metadata.xml b/sci-libs/libmaus2/metadata.xml
54 new file mode 100644
55 index 0000000..1541e62
56 --- /dev/null
57 +++ b/sci-libs/libmaus2/metadata.xml
58 @@ -0,0 +1,20 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="project">
63 + <email>sci-biology@g.o</email>
64 + <name>Gentoo Biology Project</name>
65 + </maintainer>
66 + <longdescription lang="en">
67 +libmaus is a collection of data structures and algorithms. It contains
68 +
69 +I/O classes (single byte and UTF-8)
70 + bitio classes (input, output and various forms of bit level manipulation)
71 + text indexing classes (suffix and LCP array, fulltext and minute (FM), ...)
72 + BAM sequence alignment files input/output (simple and collating)
73 + and many lower level support classes.
74 +</longdescription>
75 + <upstream>
76 + <remote-id type="github">gt1/libmaus</remote-id>
77 + </upstream>
78 +</pkgmetadata>