Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/paml: paml-4.4c-r1.ebuild ChangeLog
Date: Sun, 29 Mar 2015 14:59:51
Message-Id: 20150329145948.84AAF14C82@oystercatcher.gentoo.org
1 jlec 15/03/29 14:59:48
2
3 Modified: paml-4.4c-r1.ebuild ChangeLog
4 Log:
5 Streamline ebuild layout
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 sci-biology/paml/paml-4.4c-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: paml-4.4c-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- paml-4.4c-r1.ebuild 3 Mar 2015 15:26:16 -0000 1.1
23 +++ paml-4.4c-r1.ebuild 29 Mar 2015 14:59:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v 1.1 2015/03/03 15:26:16 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v 1.2 2015/03/29 14:59:48 jlec Exp $
29
30 EAPI=5
31
32 @@ -25,19 +25,24 @@
33 }
34
35 src_compile() {
36 - emake -C src CC="$(tc-getCC)" \
37 - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
38 + emake -C src \
39 + CC="$(tc-getCC)" \
40 + CFLAGS="${CFLAGS} -Wno-unused-result" \
41 + LDFLAGS="${LDFLAGS}"
42 }
43
44 src_install() {
45 - pushd "${S}"/src
46 - dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2
47 - popd
48 dodoc README.txt doc/*
49 +
50 insinto /usr/share/${PN}/control
51 doins *.ctl
52 +
53 insinto /usr/share/${PN}/dat
54 doins stewart* *.dat dat/*
55 +
56 insinto /usr/share/${PN}
57 doins -r examples/
58 +
59 + cd src || die
60 + dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2
61 }
62
63
64
65 1.17 sci-biology/paml/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.17&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.17&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?r1=1.16&r2=1.17
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v
74 retrieving revision 1.16
75 retrieving revision 1.17
76 diff -u -r1.16 -r1.17
77 --- ChangeLog 3 Mar 2015 15:26:16 -0000 1.16
78 +++ ChangeLog 29 Mar 2015 14:59:48 -0000 1.17
79 @@ -1,6 +1,9 @@
80 # ChangeLog for sci-biology/paml
81 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.16 2015/03/03 15:26:16 jlec Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.17 2015/03/29 14:59:48 jlec Exp $
84 +
85 + 29 Mar 2015; Justin Lecher <jlec@g.o> paml-4.4c-r1.ebuild:
86 + Streamline ebuild layout
87
88 *paml-4.4c-r1 (03 Mar 2015)