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-libs/libghemical: libghemical-2.00.ebuild libghemical-2.10.ebuild ChangeLog
Date: Mon, 09 Jun 2008 09:15:51
Message-Id: E1K5dTe-0007lj-7j@stork.gentoo.org
1 je_fro 08/06/09 09:15:46
2
3 Modified: libghemical-2.00.ebuild libghemical-2.10.ebuild
4 ChangeLog
5 Log:
6 Patch to allow compilation with gcc-4.3. Many thanks to Marek Miller on bug #225401.
7 (Portage version: 2.1.5.4)
8
9 Revision Changes Path
10 1.5 sci-libs/libghemical/libghemical-2.00.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild?r1=1.4&r2=1.5
15
16 Index: libghemical-2.00.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libghemical-2.00.ebuild 24 Nov 2006 21:49:01 -0000 1.4
23 +++ libghemical-2.00.ebuild 9 Jun 2008 09:15:45 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild,v 1.4 2006/11/24 21:49:01 beandog Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild,v 1.5 2008/06/09 09:15:45 je_fro Exp $
30
31 inherit autotools eutils
32
33 @@ -20,7 +20,7 @@
34
35 src_unpack() {
36 unpack ${A}
37 - epatch ${FILESDIR}/${PV}-really-find-blas-and-lapack.patch
38 + epatch "${FILESDIR}"/${PV}-really-find-blas-and-lapack.patch
39 cd "${S}"
40 eautoreconf
41 }
42
43
44
45 1.3 sci-libs/libghemical/libghemical-2.10.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild?r1=1.2&r2=1.3
50
51 Index: libghemical-2.10.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- libghemical-2.10.ebuild 13 Jul 2007 06:57:50 -0000 1.2
58 +++ libghemical-2.10.ebuild 9 Jun 2008 09:15:45 -0000 1.3
59 @@ -1,7 +1,7 @@
60 -# Copyright 1999-2006 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v 1.2 2007/07/13 06:57:50 mr_bones_ Exp $
64 -
65 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v 1.3 2008/06/09 09:15:45 je_fro Exp $
66 +inherit autotools
67 DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
68 HOMEPAGE="http://bioinformatics.org/ghemical/"
69 SRC_URI="http://www.bioinformatics.org/ghemical/download/${P}.tar.gz"
70 @@ -21,6 +21,7 @@
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 + epatch "${FILESDIR}"/${PN}-gcc43.patch
75 eautoreconf
76 }
77
78
79
80
81 1.14 sci-libs/libghemical/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/ChangeLog?rev=1.14&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/ChangeLog?rev=1.14&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libghemical/ChangeLog?r1=1.13&r2=1.14
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v
90 retrieving revision 1.13
91 retrieving revision 1.14
92 diff -u -r1.13 -r1.14
93 --- ChangeLog 28 Dec 2006 22:30:59 -0000 1.13
94 +++ ChangeLog 9 Jun 2008 09:15:45 -0000 1.14
95 @@ -1,6 +1,12 @@
96 # ChangeLog for sci-libs/libghemical
97 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.13 2006/12/28 22:30:59 je_fro Exp $
99 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.14 2008/06/09 09:15:45 je_fro Exp $
101 +
102 + 09 Jun 2008; Jeff Gardner <je_fro@g.o>
103 + +files/libghemical-gcc43.patch, libghemical-2.00.ebuild,
104 + libghemical-2.10.ebuild:
105 + Patch to allow compilation with gcc-4.3. Many thanks to Marek Miller on
106 + bug #225401.
107
108 *libghemical-2.10 (28 Dec 2006)
109
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list