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/smalt-bin/
Date: Thu,  3 Mar 2011 01:25:15 +0000 (UTC)	[thread overview]
Message-ID: <b1a3838988dbce2229be1acb41d6dc6bf8f5a5c2.mmokrejs@gentoo> (raw)

commit:     b1a3838988dbce2229be1acb41d6dc6bf8f5a5c2
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Mar  3 01:25:08 2011 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Mar  3 01:25:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1a38389

sci-biology/smalt-bin: an alternative to ssaha2 for even shorter reads

(Portage version: 2.1.9.28/git/Linux i686, unsigned Manifest commit)

---
 sci-biology/smalt-bin/metadata.xml           |    9 +++++++
 sci-biology/smalt-bin/smalt-bin-0.5.0.ebuild |   33 ++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/sci-biology/smalt-bin/metadata.xml b/sci-biology/smalt-bin/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/sci-biology/smalt-bin/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/smalt-bin/smalt-bin-0.5.0.ebuild b/sci-biology/smalt-bin/smalt-bin-0.5.0.ebuild
new file mode 100644
index 0000000..1e13f95
--- /dev/null
+++ b/sci-biology/smalt-bin/smalt-bin-0.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="Pairwise sequence alignment mapping DNA reads onto genomic reference, better over SSAHA2."
+HOMEPAGE="http://www.sanger.ac.uk/resources/software/smalt/"
+SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/smalt/smalt-0.5.0.tgz"
+
+LICENSE="GRL"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/smalt-"${PV}"
+
+src_install(){
+	if use x86; then
+		newbin smalt_i386 smalt || die
+	fi
+	if use amd64; then
+		newbin smalt_x86_64 smalt || die
+	fi
+	if use ia64; then
+		newbin smalt_ia64 || die
+	fi
+	dodoc NEWS smalt_manual.pdf || die
+	doman smalt.1 || die
+}



             reply	other threads:[~2011-03-03  1:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03  1:25 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-06 12:16 [gentoo-commits] proj/sci:master commit in: sci-biology/smalt-bin/ Martin Mokrejs
2011-06-25 17:21 Justin Lecher
2021-01-19  9:35 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=b1a3838988dbce2229be1acb41d6dc6bf8f5a5c2.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