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/artemis/
Date: Sun,  8 Jan 2012 15:51:41 +0000 (UTC)	[thread overview]
Message-ID: <1afb461b204933db48bfe976a37203c92846930d.mmokrejs@gentoo> (raw)

commit:     1afb461b204933db48bfe976a37203c92846930d
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Jan  8 15:49:57 2012 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Jan  8 15:49:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1afb461b

sci-biology/artemis: DNA sequence viewer, annotation (Artemis) and comparison (ACT) tool

---
 sci-biology/artemis/ChangeLog           |   10 ++++++++
 sci-biology/artemis/artemis-9999.ebuild |   39 +++++++++++++++++++++++++++++++
 sci-biology/artemis/metadata.xml        |    9 +++++++
 3 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/sci-biology/artemis/ChangeLog b/sci-biology/artemis/ChangeLog
new file mode 100644
index 0000000..8a33496
--- /dev/null
+++ b/sci-biology/artemis/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/artemis
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*artemis-9999 (08 Jan 2012)
+
+  08 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +artemis-9999.ebuild, +metadata.xml:
+  initial, not yet working ebuild
+

diff --git a/sci-biology/artemis/artemis-9999.ebuild b/sci-biology/artemis/artemis-9999.ebuild
new file mode 100644
index 0000000..ff8d52d
--- /dev/null
+++ b/sci-biology/artemis/artemis-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit java-pkg-2 java-ant-2
+
+[ "$PV" == "9999" ] && inherit git-2
+
+DESCRIPTION="DNA sequence viewer, annotation (Artemis) and comparison (ACT) tool"
+HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis"
+
+if [ "$PV" == "9999" ]; then
+	EGIT_REPO_URI="https://github.com/sanger-pathogens/Artemis"
+	KEYWORDS=""
+else
+	SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/artemis/v13/v"${PV}"/artemis_compiled_v"${PV}".tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sci-biology/samtools
+		sci-biology/bamview
+		>=virtual/jdk-1.5
+		>=dev-java/sun-jdk-1.5
+		dev-java/ant-core"
+RDEPEND="${DEPEND}
+		>=virtual/jre-1.5"
+
+src_compile() {
+	ant compile || die
+
+	einfo "Need to figure out where does the GeneBuilder application come from so that one could use Chado for automated gene prediction pipeline"
+}

diff --git a/sci-biology/artemis/metadata.xml b/sci-biology/artemis/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/sci-biology/artemis/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:[~2012-01-08 15:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 15:51 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-07 23:45 [gentoo-commits] proj/sci:master commit in: sci-biology/artemis/ Martin Mokrejs
2012-02-07 23:45 Martin Mokrejs
2014-01-06 19:27 Justin Lecher
2014-03-23 19:19 Martin Mokrejs
2014-03-23 23:02 Martin Mokrejs
2015-06-09 10:25 Martin Mokrejs
2016-03-30 14:26 Martin Mokrejs
2017-01-29 14:20 Justin Lecher
2020-09-27  9:22 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=1afb461b204933db48bfe976a37203c92846930d.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