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/cegma/
Date: Sat, 10 Jan 2015 01:21:06 +0000 (UTC)	[thread overview]
Message-ID: <1420852802.f1305f2410140aee98085c7448eae116695a4b04.mmokrejs@gentoo> (raw)

commit:     f1305f2410140aee98085c7448eae116695a4b04
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Jan 10 01:20:02 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Jan 10 01:20:02 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1305f24

new package; install *.pm into PERL5LIB/cegma and pass that via env.d

---
 sci-biology/cegma/ChangeLog        |  8 ++++++++
 sci-biology/cegma/cegma-2.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 sci-biology/cegma/metadata.xml     |  9 +++++++++
 3 files changed, 53 insertions(+)

diff --git a/sci-biology/cegma/ChangeLog b/sci-biology/cegma/ChangeLog
new file mode 100644
index 0000000..8e87015
--- /dev/null
+++ b/sci-biology/cegma/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/cegma
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  10 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +cegma-2.5.ebuild,
+  +metadata.xml:
+  new package; install *.pm into PERL5LIB/cegma and pass that via env.d
+

diff --git a/sci-biology/cegma/cegma-2.5.ebuild b/sci-biology/cegma/cegma-2.5.ebuild
new file mode 100644
index 0000000..ef8dfe5
--- /dev/null
+++ b/sci-biology/cegma/cegma-2.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Use set of 458 core proteins to predict genes in a genome and use them for training to find all genes"
+HOMEPAGE="http://korflab.ucdavis.edu/datasets/cegma"
+SRC_URI="http://korflab.ucdavis.edu/datasets/cegma/CEGMA_v"${PV}".tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-lang/perl
+	sci-biology/wise
+	>=sci-biology/hmmer-3.0
+	sci-biology/geneid
+	sci-biology/ncbi-tools++"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/CEGMA_v${PV}
+
+src_install(){
+	dobin bin/*
+	eval `perl '-V:installvendorlib'`
+	vendor_lib_install_dir="${installvendorlib}"
+	dodir ${vendor_lib_install_dir}/cegma
+	insinto ${vendor_lib_install_dir}/cegma
+	doins lib/*.pm
+
+	echo "PERL5LIB="${vendor_lib_install_dir}"/cegma" > ${S}"/99cegma"
+	# echo "CEGMATMP=/var/tmp" >> ${S}"/99cegma"
+	doenvd ${S}"/99cegma" || die
+}

diff --git a/sci-biology/cegma/metadata.xml b/sci-biology/cegma/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/cegma/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:[~2015-01-10  1:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-10  1:21 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-10 14:07 [gentoo-commits] proj/sci:master commit in: sci-biology/cegma/ Justin Lecher
2015-04-17 21:59 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=1420852802.f1305f2410140aee98085c7448eae116695a4b04.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