aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-07-14 20:42:06 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-07-14 20:42:06 +0200
commitec639407519c52105c86906c2909ecbeb3a25665 (patch)
tree6c4da977278c6a33a4e7ac9474982bfec33b955f /sci-libs/libmaus2/libmaus2-9999.ebuild
parentsci-libs/votca-tools: moved to gx86 (diff)
downloadsci-ec639407519c52105c86906c2909ecbeb3a25665.tar.gz
sci-ec639407519c52105c86906c2909ecbeb3a25665.tar.bz2
sci-ec639407519c52105c86906c2909ecbeb3a25665.zip
sci-libs/libmaus2: new package although a version bump of sci-libs/libmaus
I think this and the parental libmaus package will need a fix on the LICENSE line (they are not only GPL-v3). Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs/libmaus2/libmaus2-9999.ebuild')
-rw-r--r--sci-libs/libmaus2/libmaus2-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-libs/libmaus2/libmaus2-9999.ebuild b/sci-libs/libmaus2/libmaus2-9999.ebuild
new file mode 100644
index 000000000..ae02d151e
--- /dev/null
+++ b/sci-libs/libmaus2/libmaus2-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools git-r3
+
+DESCRIPTION="Library for biobambam"
+HOMEPAGE="https://github.com/gt1/libmaus"
+EGIT_REPO_URI="https://github.com/gt1/libmaus2.git"
+
+LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ !sci-libs/libmaus
+ sci-libs/io_lib
+ app-arch/snappy
+ sci-biology/seqan"
+
+src_prepare() {
+ eautoreconf
+ eapply_user
+}