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-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
Date: Sun, 29 Apr 2012 10:36:22
Message-Id: 20120429103613.51B9C2004B@flycatcher.gentoo.org
1 jlec 12/04/29 10:36:13
2
3 Modified: mustang-3.2.1.ebuild ChangeLog
4 Log:
5 sci-chemistry/mustang: Fix for gcc-4.7, #413945
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sci-chemistry/mustang/mustang-3.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?r1=1.8&r2=1.9
15
16 Index: mustang-3.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- mustang-3.2.1.ebuild 21 Jan 2012 16:20:22 -0000 1.8
23 +++ mustang-3.2.1.ebuild 29 Apr 2012 10:36:13 -0000 1.9
24 @@ -1,16 +1,16 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.8 2012/01/21 16:20:22 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.9 2012/04/29 10:36:13 jlec Exp $
29
30 EAPI=4
31
32 -inherit base toolchain-funcs
33 +inherit eutils toolchain-funcs
34
35 MY_PN="MUSTANG"
36 SRC_P="${PN}_v${PV}"
37 MY_P="${MY_PN}_v${PV}"
38
39 -DESCRIPTION="MUltiple STructural AligNment AlGorithm."
40 +DESCRIPTION="MUltiple STructural AligNment AlGorithm"
41 HOMEPAGE="http://www.csse.monash.edu.au/~karun/Site/mustang.html"
42 SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz"
43
44 @@ -21,6 +21,10 @@
45
46 S="${WORKDIR}/${MY_P}"
47
48 +src_prepare() {
49 + epatch "${FILESDIR}"/${P}-gcc-4.7.patch
50 +}
51 +
52 src_compile() {
53 emake \
54 CPP=$(tc-getCXX) \
55
56
57
58 1.13 sci-chemistry/mustang/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?rev=1.13&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?rev=1.13&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?r1=1.12&r2=1.13
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
67 retrieving revision 1.12
68 retrieving revision 1.13
69 diff -u -r1.12 -r1.13
70 --- ChangeLog 21 Jan 2012 16:20:22 -0000 1.12
71 +++ ChangeLog 29 Apr 2012 10:36:13 -0000 1.13
72 @@ -1,6 +1,10 @@
73 # ChangeLog for sci-chemistry/mustang
74 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.12 2012/01/21 16:20:22 phajdan.jr Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.13 2012/04/29 10:36:13 jlec Exp $
77 +
78 + 29 Apr 2012; Justin Lecher <jlec@g.o> mustang-3.2.1.ebuild,
79 + +files/mustang-3.2.1-gcc-4.7.patch:
80 + Fix for gcc-4.7, #413945
81
82 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@g.o> mustang-3.2.1.ebuild:
83 x86 stable wrt bug #398541