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/pilon-bin/
Date: Sat, 20 Jan 2018 21:36:04 +0000 (UTC)	[thread overview]
Message-ID: <1516484157.e4f568402bfead6e32904c59ce41578b7617b851.mmokrejs@gentoo> (raw)

commit:     e4f568402bfead6e32904c59ce41578b7617b851
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Jan 20 21:35:57 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Jan 20 21:35:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4f56840

sci-biology/pilon-bin: new, albeit binary package

The sources are in scala language, btw.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-biology/pilon-bin/metadata.xml          | 12 ++++++++++++
 sci-biology/pilon-bin/pilon-bin-1.22.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sci-biology/pilon-bin/metadata.xml b/sci-biology/pilon-bin/metadata.xml
new file mode 100644
index 000000000..138cb7705
--- /dev/null
+++ b/sci-biology/pilon-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mmokrejs@fold.natur.cuni.cz</email>
+		<name>Martin Mokrejs</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci-biology@gentoo.org</email>
+		<name>Gentoo Biology Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-biology/pilon-bin/pilon-bin-1.22.ebuild b/sci-biology/pilon-bin/pilon-bin-1.22.ebuild
new file mode 100644
index 000000000..2284e6418
--- /dev/null
+++ b/sci-biology/pilon-bin/pilon-bin-1.22.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit java-pkg-2
+
+DESCRIPTION="Fix assembled reference using BAM-aligned reads, call SNPs"
+HOMEPAGE="https://github.com/broadinstitute/pilon
+	https://github.com/broadinstitute/pilon/wiki"
+SRC_URI="https://github.com/broadinstitute/pilon/releases/download/v${PV}/pilon-${PV}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-java/sbt
+	>=virtual/jdk-1.5:*"
+RDEPEND="${DEPEND}
+	>=virtual/jre-1.5:*
+	>=dev-java/htsjdk-1.130"
+
+S="${WORKDIR}"
+
+src_install(){
+	cp -p "${DISTDIR}"/pilon-${PV}.jar . || die
+	java-pkg_dojar pilon-${PV}.jar
+}


             reply	other threads:[~2018-01-20 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-20 21:36 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-21 20:47 [gentoo-commits] proj/sci:master commit in: sci-biology/pilon-bin/ Martin Mokrejs
2018-01-21 21:46 Martin Mokrejs
2018-04-02 12:45 Justin Lecher
2018-12-14  0:24 Martin Mokrejs
2021-03-06 13: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=1516484157.e4f568402bfead6e32904c59ce41578b7617b851.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