commit: a649e310a506dca97629e19c854c861bffce5ef4 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sun Mar 23 21:03:26 2014 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun Mar 23 21:03:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a649e310
sci-biology/IMAGE: a skeleton for a new package --- sci-biology/IMAGE/ChangeLog | 10 ++++++++++ sci-biology/IMAGE/IMAGE-2.4.1.ebuild | 19 +++++++++++++++++++ sci-biology/IMAGE/metadata.xml | 9 +++++++++ 3 files changed, 38 insertions(+) diff --git a/sci-biology/IMAGE/ChangeLog b/sci-biology/IMAGE/ChangeLog new file mode 100644 index 0000000..2c9bcae --- /dev/null +++ b/sci-biology/IMAGE/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/IMAGE +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*IMAGE-2.4.1 (23 Mar 2014) + + 23 Mar 2014; Martin Mokrejs <[email protected]> + +IMAGE-2.4.1.ebuild, +metadata.xml: + a skeleton for a new package + diff --git a/sci-biology/IMAGE/IMAGE-2.4.1.ebuild b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild new file mode 100644 index 0000000..7b6f8dc --- /dev/null +++ b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Iterative Mapping and Assembly for Gap Elimination - close gaps in assemblies using Illumina paired end reads" +HOMEPAGE="https://sourceforge.net/apps/mediawiki/image2" +SRC_URI="http://sourceforge.net/projects/image2/files/IMAGE_version2.4.1_64bit.zip" + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + +# contains bundled binaries: +# nucmer smalt_x86_64 ssaha2 ssaha2Build velvetg velveth +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/IMAGE/metadata.xml b/sci-biology/IMAGE/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/IMAGE/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>
