commit:     12872ef5e920e3a7d7f4acaa3c356c11b43db81c
Author:     mschubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Fri Dec 19 16:17:49 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 16:17:49 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12872ef5

add sci-biology/biobambam: a tool for bam file processing

---
 sci-biology/biobambam/biobambam-0.0.183.ebuild | 22 ++++++++++++++++++++++
 sci-libs/libmaus/libmaus-0.0.185.ebuild        | 22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sci-biology/biobambam/biobambam-0.0.183.ebuild 
b/sci-biology/biobambam/biobambam-0.0.183.ebuild
new file mode 100644
index 0000000..0c9b1be
--- /dev/null
+++ b/sci-biology/biobambam/biobambam-0.0.183.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit autotools-utils
+
+FULLVER=${PV}-release-20141208165400
+
+DESCRIPTION="Tools for bam file processing"
+HOMEPAGE="https://github.com/gt1/biobambam";
+SRC_URI="https://github.com/gt1/biobambam/archive/${FULLVER}.tar.gz";
+
+LICENSE="GPLv3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sci-libs/libmaus"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${PN}-${FULLVER}

diff --git a/sci-libs/libmaus/libmaus-0.0.185.ebuild 
b/sci-libs/libmaus/libmaus-0.0.185.ebuild
new file mode 100644
index 0000000..fa5adde
--- /dev/null
+++ b/sci-libs/libmaus/libmaus-0.0.185.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit autotools-utils
+
+FULLVER=${PV}-release-20141201090944
+
+DESCRIPTION="Library for biobambam"
+HOMEPAGE="https://github.com/gt1/libmaus";
+SRC_URI="https://github.com/gt1/libmaus/archive/${FULLVER}.tar.gz";
+
+LICENSE="GPLv3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${PN}-${FULLVER}

Reply via email to