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-biology/newick-utils: ChangeLog newick-utils-1.5.0.ebuild
Date: Sat, 02 Apr 2011 18:35:01
Message-Id: 20110402183450.9ADB320054@flycatcher.gentoo.org
1 weaver 11/04/02 18:34:50
2
3 Modified: ChangeLog
4 Added: newick-utils-1.5.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sci-biology/newick-utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/newick-utils/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/newick-utils/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/newick-utils/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 16 Jul 2010 21:58:30 -0000 1.3
24 +++ ChangeLog 2 Apr 2011 18:34:50 -0000 1.4
25 @@ -1,6 +1,9 @@
26 # ChangeLog for sci-biology/newick-utils
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v 1.3 2010/07/16 21:58:30 hwoarang Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v 1.4 2011/04/02 18:34:50 weaver Exp $
31 +
32 + 02 Apr 2011; Andrey Kislyuk <weaver@g.o> ChangeLog:
33 + Version bump
34
35 16 Jul 2010; Markos Chandras <hwoarang@g.o>
36 newick-utils-1.3.0.ebuild:
37
38
39
40 1.1 sci-biology/newick-utils/newick-utils-1.5.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/newick-utils/newick-utils-1.5.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/newick-utils/newick-utils-1.5.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: newick-utils-1.5.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.5.0.ebuild,v 1.1 2011/04/02 18:34:50 weaver Exp $
50
51 EAPI="2"
52
53 DESCRIPTION="Tools for processing phylogenetic trees (re-root, subtrees, trimming, pruning, condensing, drawing)"
54 HOMEPAGE="http://cegg.unige.ch/newick_utils"
55 SRC_URI="http://cegg.unige.ch/pub/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0"
59 IUSE=""
60 KEYWORDS="~amd64 ~x86"
61
62 DEPEND=""
63 RDEPEND=""
64
65 src_install() {
66 einstall || die
67 }
68
69 src_test() {
70 emake -C tests check-TESTS || die
71 }