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-puzzle/kiki: kiki-1.0.2-r2.ebuild ChangeLog
Date: Tue, 18 Nov 2008 22:38:43
Message-Id: E1L2ZDU-0002Ky-A8@stork.gentoo.org
1 mr_bones_ 08/11/18 22:38:40
2
3 Modified: kiki-1.0.2-r2.ebuild ChangeLog
4 Log:
5 add gcc43 patch from Nikolay Orlyuk via bug #242576
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.3 games-puzzle/kiki/kiki-1.0.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: kiki-1.0.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- kiki-1.0.2-r2.ebuild 13 May 2008 16:07:10 -0000 1.2
22 +++ kiki-1.0.2-r2.ebuild 18 Nov 2008 22:38:40 -0000 1.3
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/kiki/kiki-1.0.2-r2.ebuild,v 1.2 2008/05/13 16:07:10 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 1.3 2008/11/18 22:38:40 mr_bones_ Exp $
28
29 inherit eutils python toolchain-funcs games
30
31 @@ -28,7 +28,8 @@
32 cd "${S}"
33 epatch \
34 "${FILESDIR}/${P}"-gcc41.patch \
35 - "${FILESDIR}/${P}"-freeglut.patch
36 + "${FILESDIR}/${P}"-freeglut.patch \
37 + "${FILESDIR}/${P}"-gcc43.patch
38 # There are CVS directories in the tgz file
39 rm -rf $(find -name CVS -type d)
40 rm -rf $(find -name .cvsignore)
41
42
43
44 1.14 games-puzzle/kiki/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/kiki/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 13 May 2008 16:07:10 -0000 1.13
57 +++ ChangeLog 18 Nov 2008 22:38:40 -0000 1.14
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-puzzle/kiki
60 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.13 2008/05/13 16:07:10 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.14 2008/11/18 22:38:40 mr_bones_ Exp $
63 +
64 + 18 Nov 2008; Michael Sterrett <mr_bones_@g.o>
65 + +files/kiki-1.0.2-gcc43.patch, kiki-1.0.2-r2.ebuild:
66 + add gcc43 patch from Nikolay Orlyuk via bug #242576
67
68 13 May 2008; Michael Sterrett <mr_bones_@g.o> kiki-1.0.2-r2.ebuild:
69 fix deps (bug #221481)