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/SPAdes/
Date: Wed, 10 Feb 2016 15:22:51 +0000 (UTC)	[thread overview]
Message-ID: <1455117619.413c2c2dd02a27666281094f516976c8c7f3f357.mmokrejs@gentoo> (raw)

commit:     413c2c2dd02a27666281094f516976c8c7f3f357
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Feb 10 15:20:19 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Feb 10 15:20:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=413c2c2d

sci-biology/SPAdes: new package

Package-Manager: portage-2.2.26

 sci-biology/SPAdes/SPAdes-3.5.0.ebuild | 48 ++++++++++++++++++++++++++++++++++
 sci-biology/SPAdes/metadata.xml        |  9 +++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-biology/SPAdes/SPAdes-3.5.0.ebuild b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
new file mode 100644
index 0000000..7265909
--- /dev/null
+++ b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="De novo assembler for smaller genomes (bacteria to fungi)"
+HOMEPAGE="http://bioinf.spbau.ru/en/spades"
+SRC_URI="http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz
+	http://spades.bioinf.spbau.ru/release3.5.0/manual.html"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+	app-arch/bzip2
+	dev-python/regex
+	dev-libs/boost"
+RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		if [[ $(tc-getCXX) == *g++ ]] ; then
+			if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 7 || $(gcc-major-version) -lt 4 ]] ; then
+				eerror "You need at least sys-devel/gcc-4.7.0"
+				die "You need at least sys-devel/gcc-4.7.0"
+			fi
+		fi
+	fi
+}
+
+src_prepare(){
+	insinto /usr/share/doc/SPAdes
+	dodoc "${DISTDIR}"/manual.html
+}
+
+src_compile(){
+	# grr, it actually also installs the files into $PREFIX
+	PREFIX="${D}"/usr ./spades_compile.sh || die
+}
+
+# BUG: contents of "${D}" do not propagate during qmerge?

diff --git a/sci-biology/SPAdes/metadata.xml b/sci-biology/SPAdes/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/SPAdes/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>


             reply	other threads:[~2016-02-10 15:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 15:22 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-08 20:07 [gentoo-commits] proj/sci:master commit in: sci-biology/SPAdes/ Martin Mokrejs
2017-01-29 18:08 Martin Mokrejs
2017-01-29 18:13 Martin Mokrejs
2017-05-12 18:10 Martin Mokrejs
2017-05-13 15:08 Martin Mokrejs
2017-05-14 11:49 Martin Mokrejs
2017-05-14 18:48 Martin Mokrejs
2017-07-28 20:05 Martin Mokrejs
2018-01-09 22:03 Martin Mokrejs
2018-10-16 17:47 Martin Mokrejs
2020-01-06 17:14 Martin Mokrejs
2020-05-15 19:31 Martin Mokrejs
2021-03-05  9:22 Martin Mokrejs
2021-03-05 13:34 Martin Mokrejs
2022-01-25 14:24 Andrew Ammerlaan
2024-01-22 13:01 Horea Christian
2024-01-22 13:01 Horea Christian
2024-01-22 13:01 Horea Christian
2024-01-22 13:01 Horea Christian
2024-01-22 13:01 Horea Christian
2024-01-22 19:28 Horea Christian
2024-01-22 19:29 Horea Christian

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=1455117619.413c2c2dd02a27666281094f516976c8c7f3f357.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