Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/gnudoku: gnudoku-0.93.ebuild ChangeLog
Date: Sun, 04 May 2008 20:32:38
Message-Id: E1Jsksu-0005Sj-3V@stork.gentoo.org
1 nyhm 08/05/04 20:32:36
2
3 Modified: gnudoku-0.93.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 games-puzzle/gnudoku/gnudoku-0.93.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild?r1=1.5&r2=1.6
14
15 Index: gnudoku-0.93.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gnudoku-0.93.ebuild 18 Jan 2008 02:53:10 -0000 1.5
22 +++ gnudoku-0.93.ebuild 4 May 2008 20:32:35 -0000 1.6
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/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.5 2008/01/18 02:53:10 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.6 2008/05/04 20:32:35 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -22,9 +22,20 @@
32
33 S=${WORKDIR}/${MY_P}
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 + epatch "${FILESDIR}"/${P}-gcc43.patch
39 + sed -i \
40 + -e "s:\$(CXX):\$(CXX) ${CXXFLAGS} ${LDFLAGS}:" \
41 + Makefile \
42 + || die "sed failed"
43 +}
44 +
45 src_install() {
46 dogamesbin GNUDoku || die "dogamesbin failed"
47 newicon GNUDoku.png ${PN}.png
48 make_desktop_entry ${MY_PN} ${MY_PN}
49 + dodoc ALGORITHM Changelog README TODO
50 prepgamesdirs
51 }
52
53
54
55 1.10 games-puzzle/gnudoku/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/ChangeLog?rev=1.10&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/ChangeLog?rev=1.10&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/gnudoku/ChangeLog?r1=1.9&r2=1.10
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v
64 retrieving revision 1.9
65 retrieving revision 1.10
66 diff -u -r1.9 -r1.10
67 --- ChangeLog 18 Jan 2008 02:53:10 -0000 1.9
68 +++ ChangeLog 4 May 2008 20:32:35 -0000 1.10
69 @@ -1,6 +1,10 @@
70 # ChangeLog for games-puzzle/gnudoku
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.9 2008/01/18 02:53:10 mr_bones_ Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.10 2008/05/04 20:32:35 nyhm Exp $
74 +
75 + 04 May 2008; Tristan Heaven <nyhm@g.o>
76 + +files/gnudoku-0.93-gcc43.patch, gnudoku-0.93.ebuild:
77 + Fix building with gcc-4.3
78
79 18 Jan 2008; Michael Sterrett <mr_bones_@g.o> gnudoku-0.93.ebuild:
80 add dev-util/pkgconfig dep (bug #206397)
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list