commit: 8a4f06abb087cbf0c736ab5e9bb53c252e955d1e Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Wed Jan 7 21:54:27 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Wed Jan 7 21:54:27 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a4f06ab
initial ebuild for a new package --- sci-biology/Atlas/Atlas-2005.ebuild | 18 ++++++++++++++++++ sci-biology/Atlas/ChangeLog | 10 ++++++++++ sci-biology/Atlas/metadata.xml | 9 +++++++++ 3 files changed, 37 insertions(+) diff --git a/sci-biology/Atlas/Atlas-2005.ebuild b/sci-biology/Atlas/Atlas-2005.ebuild new file mode 100644 index 0000000..29b546d --- /dev/null +++ b/sci-biology/Atlas/Atlas-2005.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Atlas Whole Genome Assembly Suite" +HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-whole-genome-assembly-suite" +SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/Atlas/atlas-src.tgz" +# https://www.hgsc.bcm.edu/sites/default/files/software/Atlas/atlas2005-linux.tgz + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/Atlas/ChangeLog b/sci-biology/Atlas/ChangeLog new file mode 100644 index 0000000..d8bcd83 --- /dev/null +++ b/sci-biology/Atlas/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/Atlas +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Atlas-2005 (07 Jan 2015) + + 07 Jan 2015; Martin Mokrejs <[email protected]> +Atlas-2005.ebuild, + +metadata.xml: + initial ebuild + diff --git a/sci-biology/Atlas/metadata.xml b/sci-biology/Atlas/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/Atlas/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>
