commit: 3b9147f553cfb4269f170b001477870d458af241 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Dec 31 21:16:52 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Dec 31 21:16:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b9147f5
sci-biology/GAL: new package, needed by trinityrnaseq and maker Package-Manager: portage-2.2.26 sci-biology/GAL/ChangeLog | 10 ++++++++++ sci-biology/GAL/GAL-0.2.1.ebuild | 21 +++++++++++++++++++++ sci-biology/GAL/GAL-0.2.2.ebuild | 21 +++++++++++++++++++++ sci-biology/GAL/metadata.xml | 9 +++++++++ 4 files changed, 61 insertions(+) diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog new file mode 100644 index 0000000..838a7b5 --- /dev/null +++ b/sci-biology/GAL/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/GAL +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + +*GAL-0.2.1 (31 Dec 2015) +*GAL-0.2.2 (31 Dec 2015) + + 31 Dec 2015; Martin Mokrejs <[email protected]> +GAL-0.2.1.ebuild, + +GAL-0.2.2.ebuild, +metadata.xml: + sci-biology/GAL: new package, needed by trinityrnaseq and maker diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild new file mode 100644 index 0000000..6cfadb1 --- /dev/null +++ b/sci-biology/GAL/GAL-0.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils perl-module + +DESCRIPTION="Genome Annotation Library (incl. fasta_tool)" +HOMEPAGE="http://www.sequenceontology.org/software/GAL.html" +SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz" + +LICENSE="( GPL-1+ Artistic )" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-perl/TAP-Harness + dev-perl/Module-Build" +RDEPEND="${DEPEND}" diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild new file mode 100644 index 0000000..6cfadb1 --- /dev/null +++ b/sci-biology/GAL/GAL-0.2.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils perl-module + +DESCRIPTION="Genome Annotation Library (incl. fasta_tool)" +HOMEPAGE="http://www.sequenceontology.org/software/GAL.html" +SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz" + +LICENSE="( GPL-1+ Artistic )" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-perl/TAP-Harness + dev-perl/Module-Build" +RDEPEND="${DEPEND}" diff --git a/sci-biology/GAL/metadata.xml b/sci-biology/GAL/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/GAL/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>[email protected]</email> + <name>Martin Mokrejs</name> + </maintainer> +</pkgmetadata>
