Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/circos: metadata.xml ChangeLog circos-0.52.ebuild
Date: Sat, 01 May 2010 20:33:18
Message-Id: 20100501203315.4E4072C14C@corvid.gentoo.org
1 weaver 10/05/01 20:33:15
2
3 Added: metadata.xml ChangeLog circos-0.52.ebuild
4 Log:
5 New package, ebuild written by me
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-visualization/circos/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci</herd>
20 <herd>perl</herd>
21 <maintainer>
22 <email>weaver@g.o</email>
23 <name>Andrey Kislyuk</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 sci-visualization/circos/ChangeLog
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for sci-visualization/circos
37 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/circos/ChangeLog,v 1.1 2010/05/01 20:33:15 weaver Exp $
39
40 *circos-0.52 (01 May 2010)
41
42 01 May 2010; Andrey Kislyuk <weaver@g.o> +metadata.xml,
43 +circos-0.52.ebuild:
44 New package, ebuild written by me
45
46
47
48
49 1.1 sci-visualization/circos/circos-0.52.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/circos-0.52.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/circos/circos-0.52.ebuild?rev=1.1&content-type=text/plain
53
54 Index: circos-0.52.ebuild
55 ===================================================================
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/circos/circos-0.52.ebuild,v 1.1 2010/05/01 20:33:15 weaver Exp $
59
60 EAPI="2"
61
62 inherit perl-module
63
64 DESCRIPTION="Circular layout visualization of genomic and other data"
65 HOMEPAGE="http://mkweb.bcgsc.ca/circos/"
66 SRC_URI="http://mkweb.bcgsc.ca/circos/distribution/${P}.tgz"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 IUSE=""
71 KEYWORDS="~amd64 ~x86"
72
73 DEPEND="dev-perl/Clone
74 dev-perl/GD
75 dev-perl/Math-Bezier
76 dev-perl/Math-Round
77 dev-perl/Math-VecStat
78 dev-perl/Params-Validate
79 dev-perl/Readonly
80 >=dev-perl/Set-IntSpan-1.11
81 dev-perl/Graphics-ColorObject
82 dev-perl/List-MoreUtils
83 dev-perl/Class-Base
84 dev-perl/config-general
85 virtual/perl-Module-Build"
86 RDEPEND="${DEPEND}"