Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnubg: gnubg-0.14.3-r1.ebuild ChangeLog
Date: Mon, 12 Nov 2007 21:10:35
Message-Id: E1IrgY9-0006QT-3w@stork.gentoo.org
1 vapier 07/11/12 21:10:29
2
3 Modified: gnubg-0.14.3-r1.ebuild ChangeLog
4 Log:
5 Patch Makefile.in rather than Makefile.am so we dont need to run autotools #198936 by Michael.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 games-board/gnubg/gnubg-0.14.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: gnubg-0.14.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gnubg-0.14.3-r1.ebuild 15 Oct 2007 14:28:46 -0000 1.8
22 +++ gnubg-0.14.3-r1.ebuild 12 Nov 2007 21:10:28 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.8 2007/10/15 14:28:46 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.9 2007/11/12 21:10:28 vapier Exp $
28
29 inherit flag-o-matic eutils games
30
31 @@ -52,10 +52,10 @@
32 $(find . -name 'Makefile.in*') \
33 || die "sed failed"
34 epatch \
35 - "${FILESDIR}/${P}"-gcc4.patch \
36 - "${FILESDIR}/${P}"-64bits.patch \
37 - "${FILESDIR}/${P}"-blas.patch \
38 - "${FILESDIR}/${P}"-as-needed.patch
39 + "${FILESDIR}"/${P}-gcc4.patch \
40 + "${FILESDIR}"/${P}-64bits.patch \
41 + "${FILESDIR}"/${P}-blas.patch \
42 + "${FILESDIR}"/${P}-as-needed.patch
43 }
44
45 src_compile() {
46
47
48
49 1.37 games-board/gnubg/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.37&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.37&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?r1=1.36&r2=1.37
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v
58 retrieving revision 1.36
59 retrieving revision 1.37
60 diff -u -r1.36 -r1.37
61 --- ChangeLog 15 Oct 2007 14:28:46 -0000 1.36
62 +++ ChangeLog 12 Nov 2007 21:10:28 -0000 1.37
63 @@ -1,6 +1,11 @@
64 # ChangeLog for games-board/gnubg
65 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.36 2007/10/15 14:28:46 corsair Exp $
67 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.37 2007/11/12 21:10:28 vapier Exp $
69 +
70 + 12 Nov 2007; Mike Frysinger <vapier@g.o>
71 + files/gnubg-0.14.3-as-needed.patch, gnubg-0.14.3-r1.ebuild:
72 + Patch Makefile.in rather than Makefile.am so we dont need to run autotools
73 + #198936 by Michael.
74
75 15 Oct 2007; Markus Rothe <corsair@g.o> gnubg-0.14.3-r1.ebuild:
76 Stable on ppc64
77
78
79
80 --
81 gentoo-commits@g.o mailing list