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: ChangeLog circos-0.55.ebuild
Date: Mon, 01 Aug 2011 15:58:02
Message-Id: 20110801155750.781DB2004C@flycatcher.gentoo.org
1 weaver 11/08/01 15:57:50
2
3 Modified: ChangeLog
4 Added: circos-0.55.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-visualization/circos/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/circos/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/circos/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/circos/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/circos/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 1 May 2010 20:33:15 -0000 1.1
24 +++ ChangeLog 1 Aug 2011 15:57:50 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-visualization/circos
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/circos/ChangeLog,v 1.1 2010/05/01 20:33:15 weaver Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/circos/ChangeLog,v 1.2 2011/08/01 15:57:50 weaver Exp $
31 +
32 +*circos-0.55 (01 Aug 2011)
33 +
34 + 01 Aug 2011; Andrey Kislyuk <weaver@g.o> +circos-0.55.ebuild:
35 + Version bump
36
37 *circos-0.52 (01 May 2010)
38
39
40
41
42 1.1 sci-visualization/circos/circos-0.55.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/circos/circos-0.55.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/circos/circos-0.55.ebuild?rev=1.1&content-type=text/plain
46
47 Index: circos-0.55.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/circos/circos-0.55.ebuild,v 1.1 2011/08/01 15:57:50 weaver Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Circular layout visualization of genomic and other data"
56 HOMEPAGE="http://mkweb.bcgsc.ca/circos/"
57 SRC_URI="http://mkweb.bcgsc.ca/circos/distribution/${P}.tgz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 IUSE=""
62 KEYWORDS="~amd64 ~x86"
63
64 DEPEND="dev-perl/config-general
65 dev-perl/GD
66 dev-perl/Math-Bezier
67 dev-perl/Math-Round
68 dev-perl/Math-VecStat
69 dev-perl/Params-Validate
70 dev-perl/Readonly
71 dev-perl/regexp-common
72 >=dev-perl/Set-IntSpan-1.11
73 dev-perl/Graphics-ColorObject
74 dev-perl/List-MoreUtils"
75 RDEPEND="${DEPEND}"
76
77 src_install() {
78 insinto /opt/${PN}
79 find * -maxdepth 0 -type d | xargs doins -r
80 exeinto /opt/${PN}/bin
81 doexe bin/circos bin/gddiag
82 dosym /opt/${PN}/bin/circos /usr/bin/circos
83 find * -maxdepth 0 -type f | xargs dodoc
84 }