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/Atlas-Link/
Date: Fri, 04 Jul 2014 13:42:32
Message-Id: 1404481282.76473186d32683782345c0271a225416c49e7d27.mmokrejs@gentoo
1 commit: 76473186d32683782345c0271a225416c49e7d27
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Jul 4 13:41:22 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Jul 4 13:41:22 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=76473186
7
8 sci-biology/Atlas-Link: noted dependence, see bug #516366
9
10 ---
11 sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild | 26 ++++++++++++++++++++++++++
12 sci-biology/Atlas-Link/ChangeLog | 10 ++++++++++
13 sci-biology/Atlas-Link/metadata.xml | 9 +++++++++
14 3 files changed, 45 insertions(+)
15
16 diff --git a/sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild b/sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild
17 new file mode 100644
18 index 0000000..bb15e64
19 --- /dev/null
20 +++ b/sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild
21 @@ -0,0 +1,26 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +inherit perl-module
29 +
30 +DESCRIPTION="Links and orients genome sequence contigs using mate-pair information or superscaffolds .agp files"
31 +HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-link"
32 +SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/Atlas_Link/Atlas-link.tar.gz"
33 +
34 +LICENSE="HGSC-BCM"
35 +SLOT="0"
36 +KEYWORDS=""
37 +IUSE=""
38 +
39 +# https://github.com/gitpan/Algorithm-ClusterPoints
40 +DEPEND="dev-lang/perl
41 + dev-perl/Graph
42 + dev-perl/Algorithm-ClusterPoints
43 + dev-perl/XML-DOM
44 + dev-perl/Statistics-Descriptive"
45 +RDEPEND="${DEPEND}"
46 +
47 +S="${WORKDIR}"/Atlas-link
48
49 diff --git a/sci-biology/Atlas-Link/ChangeLog b/sci-biology/Atlas-Link/ChangeLog
50 new file mode 100644
51 index 0000000..cb92c11
52 --- /dev/null
53 +++ b/sci-biology/Atlas-Link/ChangeLog
54 @@ -0,0 +1,10 @@
55 +# ChangeLog for sci-biology/Atlas-Link
56 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: $
58 +
59 +*Atlas-Link-0.01 (04 Jul 2014)
60 +
61 + 04 Jul 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
62 + +Atlas-Link-0.01.ebuild, +metadata.xml:
63 + sci-biology/Atlas-Link: noted dependence, see bug #516366
64 +
65
66 diff --git a/sci-biology/Atlas-Link/metadata.xml b/sci-biology/Atlas-Link/metadata.xml
67 new file mode 100644
68 index 0000000..2bc8930
69 --- /dev/null
70 +++ b/sci-biology/Atlas-Link/metadata.xml
71 @@ -0,0 +1,9 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <herd>sci-biology</herd>
76 + <maintainer>
77 + <email>mmokrejs@×××××××××××××××.cz</email>
78 + <name>Martin Mokrejs</name>
79 + </maintainer>
80 +</pkgmetadata>