Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnubg: gnubg-20090817.ebuild ChangeLog
Date: Wed, 30 Dec 2009 07:57:00
Message-Id: E1NPtQP-0001pj-6u@stork.gentoo.org
1 mr_bones_ 09/12/30 07:56:57
2
3 Modified: gnubg-20090817.ebuild ChangeLog
4 Log:
5 use instead of /tmp for constructing credits (bug #298275)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-board/gnubg/gnubg-20090817.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild?r1=1.5&r2=1.6
14
15 Index: gnubg-20090817.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gnubg-20090817.ebuild 26 Dec 2009 16:57:28 -0000 1.5
22 +++ gnubg-20090817.ebuild 30 Dec 2009 07:56:56 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild,v 1.5 2009/12/26 16:57:28 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild,v 1.6 2009/12/30 07:56:56 mr_bones_ Exp $
28
29 EAPI=2
30 inherit autotools eutils games
31 @@ -41,6 +41,11 @@
32 S=${WORKDIR}/${PN}
33
34 src_prepare() {
35 + # use ${T} instead of /tmp for constructing credits (bug #298275)
36 + sed -i \
37 + -e 's:/tmp:${T}:' \
38 + credits.sh \
39 + || die 'sed failed'
40 epatch "${FILESDIR}"/${P}-build.patch
41 eautoreconf
42 }
43
44
45
46 1.49 games-board/gnubg/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.49&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.49&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?r1=1.48&r2=1.49
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v
55 retrieving revision 1.48
56 retrieving revision 1.49
57 diff -u -r1.48 -r1.49
58 --- ChangeLog 26 Dec 2009 16:57:28 -0000 1.48
59 +++ ChangeLog 30 Dec 2009 07:56:56 -0000 1.49
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-board/gnubg
62 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.48 2009/12/26 16:57:28 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.49 2009/12/30 07:56:56 mr_bones_ Exp $
65 +
66 + 30 Dec 2009; Michael Sterrett <mr_bones_@g.o>
67 + gnubg-20090817.ebuild:
68 + use ${T} instead of /tmp for constructing credits (bug #298275)
69
70 26 Dec 2009; Raúl Porcel <armin76@g.o> gnubg-0.14.3-r1.ebuild,
71 gnubg-20090817.ebuild: