Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mapview-bin/
Date: Mon, 24 Mar 2014 10:29:38
Message-Id: 1395656903.5176af7aaa5daef1f65ff07a4ecb3e6fad9d010d.mmokrejs@gentoo
1 commit: 5176af7aaa5daef1f65ff07a4ecb3e6fad9d010d
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Mar 24 10:28:23 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Mar 24 10:28:23 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5176af7a
7
8 sci-biology/mapview-bin: new package, missing LICENSE, upstream website is down
9
10 ---
11 sci-biology/mapview-bin/ChangeLog | 10 +++++++
12 sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild | 34 ++++++++++++++++++++++++
13 sci-biology/mapview-bin/metadata.xml | 5 ++++
14 3 files changed, 49 insertions(+)
15
16 diff --git a/sci-biology/mapview-bin/ChangeLog b/sci-biology/mapview-bin/ChangeLog
17 new file mode 100644
18 index 0000000..4b05d03
19 --- /dev/null
20 +++ b/sci-biology/mapview-bin/ChangeLog
21 @@ -0,0 +1,10 @@
22 +# ChangeLog for sci-biology/mapview-bin
23 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 +# $Header: $
25 +
26 +*mapview-bin-3.4.1 (24 Mar 2014)
27 +
28 + 24 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
29 + +mapview-bin-3.4.1.ebuild, +metadata.xml:
30 + initial ebuild, missing LICENSE, upstream website is down
31 +
32
33 diff --git a/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild b/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild
34 new file mode 100644
35 index 0000000..3433c39
36 --- /dev/null
37 +++ b/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild
38 @@ -0,0 +1,34 @@
39 +# Copyright 1999-2014 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Header: $
42 +
43 +EAPI=3
44 +
45 +DESCRIPTION="Display single-end and pair-end short reads (faster than consed, hawkeye, eagleview)"
46 +HOMEPAGE="http://evolution.sysu.edu.cn/mapview/"
47 +SRC_URI="http://evolution.sysu.edu.cn/software/mapview.rar
48 + http://evolution.sysu.edu.cn/mapview/MVF.pdf"
49 +
50 +# example datasets
51 +# http://evolution.sysu.edu.cn/mapview/small_exam.tar.gz
52 +# http://evolution.sysu.edu.cn/mapview/pair_exam.tar.gz
53 +# http://bioinformatics.oxfordjournals.org/content/25/12/1554.full
54 +
55 +# snapshots of the website
56 +# http://archive.is/evolution.sysu.edu.cn
57 +
58 +LICENSE=""
59 +SLOT="0"
60 +KEYWORDS=""
61 +IUSE=""
62 +
63 +DEPEND=""
64 +RDEPEND="${DEPEND}
65 + dev-lang/mono"
66 +
67 +src_install(){
68 + echo "#! /bin/sh" > MapView
69 + echo "mono `which MapView.exe` $*" >> MapView
70 + dobin MapView MapView.exe
71 + dodoc MVFmaker_NewFormat.txt readme.txt "${DISTDIR}"/MVF.pdf
72 +}
73
74 diff --git a/sci-biology/mapview-bin/metadata.xml b/sci-biology/mapview-bin/metadata.xml
75 new file mode 100644
76 index 0000000..d464821
77 --- /dev/null
78 +++ b/sci-biology/mapview-bin/metadata.xml
79 @@ -0,0 +1,5 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <herd>sci-biology</herd>
84 +</pkgmetadata>