Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/ghemical: ghemical-2.98.ebuild ChangeLog
Date: Sun, 30 Nov 2008 22:50:30
Message-Id: E1L6v7T-0002bG-PV@stork.gentoo.org
1 je_fro 08/11/30 22:50:27
2
3 Modified: ghemical-2.98.ebuild ChangeLog
4 Log:
5 Incorporating #includes to fix gcc4.3 issues.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/ghemical/ghemical-2.98.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild?r1=1.1&r2=1.2
14
15 Index: ghemical-2.98.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ghemical-2.98.ebuild 27 Nov 2008 19:53:24 -0000 1.1
22 +++ ghemical-2.98.ebuild 30 Nov 2008 22:50:27 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild,v 1.1 2008/11/27 19:53:24 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-2.98.ebuild,v 1.2 2008/11/30 22:50:27 je_fro Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -37,6 +37,12 @@
32 DEPEND="${RDEPEND}
33 >=dev-util/pkgconfig-0.15"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 + epatch "$FILESDIR"/ghemical-gcc43.patch || die "Failed to apply ghemical-gcc43.patch"
39 +}
40 +
41 src_compile() {
42
43 # With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now.
44
45
46
47 1.28 sci-chemistry/ghemical/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ChangeLog?rev=1.28&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ChangeLog?rev=1.28&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/ChangeLog?r1=1.27&r2=1.28
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v
56 retrieving revision 1.27
57 retrieving revision 1.28
58 diff -u -r1.27 -r1.28
59 --- ChangeLog 27 Nov 2008 19:53:24 -0000 1.27
60 +++ ChangeLog 30 Nov 2008 22:50:27 -0000 1.28
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sci-chemistry/ghemical
63 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.27 2008/11/27 19:53:24 patrick Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.28 2008/11/30 22:50:27 je_fro Exp $
66 +
67 + 30 Nov 2008; Jeff Gardner <je_fro@g.o> +files/ghemical-gcc43.patch,
68 + ghemical-2.98.ebuild:
69 + Incorporating gcc4.3 fixes
70
71 *ghemical-2.98 (27 Nov 2008)