From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/
Date: Fri, 1 May 2015 21:48:15 +0000 (UTC) [thread overview]
Message-ID: <1430516858.f0525146c4040655c2e34e13a6d8ecdcaeec172b.mmokrejs@gentoo> (raw)
commit: f0525146c4040655c2e34e13a6d8ecdcaeec172b
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri May 1 21:47:38 2015 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri May 1 21:47:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0525146
sci-libs/lighter: new package; contains IUSE=threads but ... does the Makefile need a tweak for -lpthreads ? ;-). Go ahead and fix this.
Package-Manager: portage-2.2.18
sci-biology/lighter/ChangeLog | 10 +++++++++
sci-biology/lighter/lighter-9999.ebuild | 36 +++++++++++++++++++++++++++++++++
sci-biology/lighter/metadata.xml | 9 +++++++++
3 files changed, 55 insertions(+)
diff --git a/sci-biology/lighter/ChangeLog b/sci-biology/lighter/ChangeLog
new file mode 100644
index 0000000..a24b936
--- /dev/null
+++ b/sci-biology/lighter/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/lighter
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*lighter-9999 (01 May 2015)
+
+ 01 May 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +lighter-9999.ebuild, +metadata.xml:
+ sci-libs/lighter: new package; contains IUSE=threads but ... does the Makefile
+ need a tweak for -lpthreads ? ;-). Go ahead and fix this.
diff --git a/sci-biology/lighter/lighter-9999.ebuild b/sci-biology/lighter/lighter-9999.ebuild
new file mode 100644
index 0000000..8e2319a
--- /dev/null
+++ b/sci-biology/lighter/lighter-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+[ "$PV" == "9999" ] && inherit git-r3
+
+DESCRIPTION="NGS reads corrector"
+HOMEPAGE="https://github.com/mourisl/Lighter"
+if [ "$PV" == "9999" ]; then
+ EGIT_REPO_URI="https://github.com/mourisl/Lighter.git"
+ KEYWORDS=""
+else
+ SRC_URI=""
+ KEYWORDS=""
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="threads"
+
+DEPEND="sys-libs/zlib
+ sci-libs/bloom"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+ sed -e "s#g++#$(tc-getCC)#;s#-Wall -O3#${CXXFLAGS}#" -i Makefile || die
+}
+
+src_install(){
+ dobin lighter
+ dodoc README.md
+}
diff --git a/sci-biology/lighter/metadata.xml b/sci-biology/lighter/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/lighter/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>
next reply other threads:[~2015-05-01 21:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-01 21:48 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-05 11:20 [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/ Justin Lecher
2021-01-10 12:48 Andrew Ammerlaan
2021-01-10 12:50 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=1430516858.f0525146c4040655c2e34e13a6d8ecdcaeec172b.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