public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sabre/
Date: Thu, 15 Jan 2015 11:46:01 +0000 (UTC)	[thread overview]
Message-ID: <1421322256.0d09d404b268844e465c95d67083f0cce0d1e1e4.mmokrejs@gentoo> (raw)

commit:     0d09d404b268844e465c95d67083f0cce0d1e1e4
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jan 15 11:44:16 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jan 15 11:44:16 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0d09d404

sci-biology/sabre: new package

Package-Manager: portage-2.2.7

---
 sci-biology/sabre/ChangeLog         |  9 +++++++++
 sci-biology/sabre/metadata.xml      |  9 +++++++++
 sci-biology/sabre/sabre-9999.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/sci-biology/sabre/ChangeLog b/sci-biology/sabre/ChangeLog
new file mode 100644
index 0000000..f7f747f
--- /dev/null
+++ b/sci-biology/sabre/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/sabre
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*sabre-9999 (15 Jan 2015)
+
+  15 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +metadata.xml,
+  +sabre-9999.ebuild:
+  sci-biology/sabre: new package

diff --git a/sci-biology/sabre/metadata.xml b/sci-biology/sabre/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/sabre/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-biology/sabre/sabre-9999.ebuild b/sci-biology/sabre/sabre-9999.ebuild
new file mode 100644
index 0000000..2aee701
--- /dev/null
+++ b/sci-biology/sabre/sabre-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+[ "$PV" == "9999" ] && inherit git-2
+
+inherit toolchain-funcs
+
+DESCRIPTION="Barcode demultiplexing and trimming tool for Illumina FastQ files"
+HOMEPAGE="https://github.com/najoshi/sabre"
+if [ "$PV" == "9999" ]; then
+	EGIT_REPO_URI="https://github.com/najoshi/sabre.git"
+	KEYWORDS=""
+else
+	SRC_URI=""
+	KEYWORDS=""
+fi
+
+
+LICENSE="MIT" # almost verbatim
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+S="${S}"/src
+
+src_prepare(){
+	sed -e "s#OPT = -O3#OPT = ${CFLAGS}#" \
+		-e "s#CC = gcc#CC = $(tc-getCC)#" -i Makefile || die
+}
+
+src_install(){
+	dobin sabre
+}


             reply	other threads:[~2015-01-15 11:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-15 11:46 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-10 14:37 [gentoo-commits] proj/sci:master commit in: sci-biology/sabre/ Justin Lecher
2015-06-05 11:20 Justin Lecher
2021-03-06 13:59 Andrew Ammerlaan
2021-03-20 11:03 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421322256.0d09d404b268844e465c95d67083f0cce0d1e1e4.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox