Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/klayout: klayout-0.21.10.ebuild ChangeLog
Date: Sun, 29 May 2011 08:45:05
Message-Id: 20110529084456.06CD720054@flycatcher.gentoo.org
1 dilfridge 11/05/29 08:44:56
2
3 Modified: klayout-0.21.10.ebuild ChangeLog
4 Log:
5 Fix compilation with gcc-4.6, bug 369055
6
7 (Portage version: 2.1.9.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-electronics/klayout/klayout-0.21.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild?r1=1.1&r2=1.2
15
16 Index: klayout-0.21.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- klayout-0.21.10.ebuild 28 May 2011 22:41:30 -0000 1.1
23 +++ klayout-0.21.10.ebuild 29 May 2011 08:44:55 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild,v 1.1 2011/05/28 22:41:30 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.10.ebuild,v 1.2 2011/05/29 08:44:55 dilfridge Exp $
29
30 EAPI=3
31
32 @@ -26,6 +26,8 @@
33 all_ruby_prepare() {
34 # now we generate the stub build configuration file for the home-brew build system
35 cp "${FILESDIR}/${PN}-0.21.7-Makefile.conf.linux-gentoo" "${S}/config/Makefile.conf.linux-gentoo" || die
36 +
37 + epatch "${FILESDIR}/${P}-gcc46.patch"
38 }
39
40 each_ruby_configure() {
41
42
43
44 1.6 sci-electronics/klayout/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 28 May 2011 22:41:30 -0000 1.5
57 +++ ChangeLog 29 May 2011 08:44:55 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-electronics/klayout
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.5 2011/05/28 22:41:30 dilfridge Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.6 2011/05/29 08:44:55 dilfridge Exp $
63 +
64 + 29 May 2011; Andreas K. Huettel <dilfridge@g.o>
65 + klayout-0.21.10.ebuild, +files/klayout-0.21.10-gcc46.patch:
66 + Fix compilation with gcc-4.6, bug 369055
67
68 *klayout-0.21.10 (28 May 2011)