commit: b3c15d465f932078d1b4b3b3884658c45c0a23db Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sun May 10 17:12:32 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun May 10 17:12:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3c15d46
sci-biology/beaglecall: a skeleton for a new java package with just *.java files provided Package-Manager: portage-2.2.18 sci-biology/beaglecall/ChangeLog | 10 +++++++++ sci-biology/beaglecall/beaglecall-20101115.ebuild | 25 +++++++++++++++++++++++ sci-biology/beaglecall/metadata.xml | 9 ++++++++ 3 files changed, 44 insertions(+) diff --git a/sci-biology/beaglecall/ChangeLog b/sci-biology/beaglecall/ChangeLog new file mode 100644 index 0000000..385fc86 --- /dev/null +++ b/sci-biology/beaglecall/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/beaglecall +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*beaglecall-20101115 (10 May 2015) + + 10 May 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> + +beaglecall-20101115.ebuild, +metadata.xml: + sci-biology/beaglecall: a skeleton for a new java package with just *.java + files provided diff --git a/sci-biology/beaglecall/beaglecall-20101115.ebuild b/sci-biology/beaglecall/beaglecall-20101115.ebuild new file mode 100644 index 0000000..c13e097 --- /dev/null +++ b/sci-biology/beaglecall/beaglecall-20101115.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Simultaneous genotype calling and haplotype phasing for unrelated individuals" +HOMEPAGE="http://faculty.washington.edu/browning/beaglecall/beaglecall.html" +SRC_URI="http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0.1_15Nov10.src.zip + http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0_15Nov10.pdf + http://faculty.washington.edu/browning/beaglecall/beaglecall_example.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=virtual/jdk-1.5:*" +RDEPEND="${DEPEND} + >=virtual/jre-1.5:*" + +# src/ contains *.java files only +# example/ diff --git a/sci-biology/beaglecall/metadata.xml b/sci-biology/beaglecall/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/beaglecall/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>mmokr...@fold.natur.cuni.cz</email> + <name>Martin Mokrejs</name> + </maintainer> +</pkgmetadata>