From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mosaik/
Date: Thu, 15 Mar 2012 19:42:31 +0000 (UTC) [thread overview]
Message-ID: <1331840532.e60260d0cfac4c0834f36777c589e87f43d08c62.mmokrejs@gentoo> (raw)
commit: e60260d0cfac4c0834f36777c589e87f43d08c62
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Mar 15 19:42:12 2012 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Mar 15 19:42:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e60260d0
sci-biology/mosaik: version bump for 2.1.33 and GIT HEAD, neither compiles so far; upstream re-contacted
(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)
---
sci-biology/mosaik/ChangeLog | 7 +++++
sci-biology/mosaik/mosaik-2.1.33.ebuild | 33 +++++++++++++---------
sci-biology/mosaik/mosaik-9999.ebuild | 45 +++++++++++++++++++++++++++++++
3 files changed, 71 insertions(+), 14 deletions(-)
diff --git a/sci-biology/mosaik/ChangeLog b/sci-biology/mosaik/ChangeLog
index 0b8561a..51f8658 100644
--- a/sci-biology/mosaik/ChangeLog
+++ b/sci-biology/mosaik/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mosaik-9999 (15 Mar 2012)
+
+ 15 Mar 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ mosaik-2.1.33.ebuild, +mosaik-9999.ebuild:
+ version bump for 2.1.33 and GIT HEAD, neither compiles so far; upstream
+ re-contacted mosaik-2.1.33.ebuild mosaik-9999.ebuild
+
*mosaik-2.1.33 (15 Mar 2012)
*mosaik-1.1.0021 (15 Mar 2012)
diff --git a/sci-biology/mosaik/mosaik-2.1.33.ebuild b/sci-biology/mosaik/mosaik-2.1.33.ebuild
index 353ecb5..172bed2 100644
--- a/sci-biology/mosaik/mosaik-2.1.33.ebuild
+++ b/sci-biology/mosaik/mosaik-2.1.33.ebuild
@@ -4,9 +4,19 @@
EAPI="2"
+if [ "$PV" == "9999" ]; then
+ inherit git-2
+fi
+
DESCRIPTION="A reference-guided aligner for next-generation sequencing technologies"
HOMEPAGE="http://code.google.com/p/mosaik-aligner/"
-SRC_URI="http://mosaik-aligner.googlecode.com/files/MOSAIK-${PV}-source.tar"
+
+if [ "$PV" == "9999" ]; then
+ EGIT_REPO_URI="http://code.google.com/p/mosaik-aligner"
+else
+ SRC_URI="http://mosaik-aligner.googlecode.com/files/MOSAIK-${PV}-source.tar
+ http://code.google.com/p/mosaik-aligner/downloads/detail?name=Mosaik%201.0%20Documentation.pdf -> Mosaik-1.0-Documentation.pdf"
+fi
LICENSE="GPL-2 || ( MIT )"
SLOT="0"
@@ -16,24 +26,19 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND=""
-S="${WORKDIR}/MOSAIK-${PV}-source"
-
-src_prepare() {
- #sed -i 's/-static//' src/includes/linux.inc || die
- echo
-}
+if [ ! "$PV" == "9999" ]; then
+ S="${WORKDIR}/MOSAIK-${PV}-source"
+fi
src_compile() {
+ if [ "$PV" == "9999" ]; then
+ cd src || die
+ fi
emake || die
-# emake -C MosaikTools/c++ || die
-# emake -C MosaikTools/perl || die
}
src_install() {
- dobin bin/* || die
-
- insinto /usr/share/${PN}
- doins -r MosaikTools || die
+ dobin "${WORKDIR}"/bin/* || die
- dodoc README Mosaik-1.0-Documentation.pdf
+ dodoc README "${DISTDIR}"/Mosaik-1.0-Documentation.pdf
}
diff --git a/sci-biology/mosaik/mosaik-9999.ebuild b/sci-biology/mosaik/mosaik-9999.ebuild
new file mode 100644
index 0000000..3564bc3
--- /dev/null
+++ b/sci-biology/mosaik/mosaik-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mosaik/mosaik-1.0.1388.ebuild,v 1.1 2010/04/11 17:29:40 weaver Exp $
+
+EAPI="2"
+
+if [ "$PV" == "9999" ]; then
+ inherit git-2
+fi
+
+DESCRIPTION="A reference-guided aligner for next-generation sequencing technologies"
+HOMEPAGE="http://code.google.com/p/mosaik-aligner/"
+
+if [ "$PV" == "9999" ]; then
+ EGIT_REPO_URI="http://code.google.com/p/mosaik-aligner"
+ KEYWORDS=""
+else
+ SRC_URI="http://mosaik-aligner.googlecode.com/files/MOSAIK-${PV}-source.tar
+ http://code.google.com/p/mosaik-aligner/downloads/detail?name=Mosaik%201.0%20Documentation.pdf -> Mosaik-1.0-Documentation.pdf"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 || ( MIT )"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+if [ ! "$PV" == "9999" ]; then
+ S="${WORKDIR}/MOSAIK-${PV}-source"
+fi
+
+src_compile() {
+ if [ "$PV" == "9999" ]; then
+ cd src || die
+ fi
+ emake || die
+}
+
+src_install() {
+ dobin "${WORKDIR}"/bin/* || die
+
+ dodoc README "${DISTDIR}"/Mosaik-1.0-Documentation.pdf
+}
next reply other threads:[~2012-03-15 19:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-15 19:42 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-19 20:02 [gentoo-commits] proj/sci:master commit in: sci-biology/mosaik/ Martin Mokrejs
2016-12-19 19:55 Martin Mokrejs
2015-01-15 9:57 Martin Mokrejs
2014-01-07 7:45 Justin Lecher
2014-01-06 19:27 Justin Lecher
2012-06-01 9:28 Martin Mokrejs
2012-03-16 0:27 Martin Mokrejs
2012-03-15 19:02 Martin Mokrejs
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=1331840532.e60260d0cfac4c0834f36777c589e87f43d08c62.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