commit: 5176af7aaa5daef1f65ff07a4ecb3e6fad9d010d Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Mon Mar 24 10:28:23 2014 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Mon Mar 24 10:28:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5176af7a
sci-biology/mapview-bin: new package, missing LICENSE, upstream website is down --- sci-biology/mapview-bin/ChangeLog | 10 +++++++ sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild | 34 ++++++++++++++++++++++++ sci-biology/mapview-bin/metadata.xml | 5 ++++ 3 files changed, 49 insertions(+) diff --git a/sci-biology/mapview-bin/ChangeLog b/sci-biology/mapview-bin/ChangeLog new file mode 100644 index 0000000..4b05d03 --- /dev/null +++ b/sci-biology/mapview-bin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/mapview-bin +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mapview-bin-3.4.1 (24 Mar 2014) + + 24 Mar 2014; Martin Mokrejs <[email protected]> + +mapview-bin-3.4.1.ebuild, +metadata.xml: + initial ebuild, missing LICENSE, upstream website is down + diff --git a/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild b/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild new file mode 100644 index 0000000..3433c39 --- /dev/null +++ b/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Display single-end and pair-end short reads (faster than consed, hawkeye, eagleview)" +HOMEPAGE="http://evolution.sysu.edu.cn/mapview/" +SRC_URI="http://evolution.sysu.edu.cn/software/mapview.rar + http://evolution.sysu.edu.cn/mapview/MVF.pdf" + +# example datasets +# http://evolution.sysu.edu.cn/mapview/small_exam.tar.gz +# http://evolution.sysu.edu.cn/mapview/pair_exam.tar.gz +# http://bioinformatics.oxfordjournals.org/content/25/12/1554.full + +# snapshots of the website +# http://archive.is/evolution.sysu.edu.cn + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-lang/mono" + +src_install(){ + echo "#! /bin/sh" > MapView + echo "mono `which MapView.exe` $*" >> MapView + dobin MapView MapView.exe + dodoc MVFmaker_NewFormat.txt readme.txt "${DISTDIR}"/MVF.pdf +} diff --git a/sci-biology/mapview-bin/metadata.xml b/sci-biology/mapview-bin/metadata.xml new file mode 100644 index 0000000..d464821 --- /dev/null +++ b/sci-biology/mapview-bin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> +</pkgmetadata>
