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-arcade/ri-li: ri-li-2.0.1.ebuild ChangeLog
Date: Thu, 09 Oct 2008 05:45:36
Message-Id: E1KnoKx-0001qF-K8@stork.gentoo.org
1 nyhm 08/10/09 05:45:23
2
3 Modified: ri-li-2.0.1.ebuild ChangeLog
4 Log:
5 eautoreconf for bug #239721
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.5 games-arcade/ri-li/ri-li-2.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?r1=1.4&r2=1.5
14
15 Index: ri-li-2.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ri-li-2.0.1.ebuild 24 Jun 2008 10:07:05 -0000 1.4
22 +++ ri-li-2.0.1.ebuild 9 Oct 2008 05:45:23 -0000 1.5
23 @@ -1,8 +1,8 @@
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-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.4 2008/06/24 10:07:05 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.5 2008/10/09 05:45:23 nyhm Exp $
28
29 -inherit eutils games
30 +inherit autotools eutils games
31
32 DESCRIPTION="Drive a toy wood engine and collect all the coaches"
33 HOMEPAGE="http://ri-li.sourceforge.net/"
34 @@ -22,13 +22,14 @@
35 unpack ${A}
36 cd "${S}"
37 epatch "${FILESDIR}"/${P}-gcc43.patch
38 + eautoreconf
39 }
40
41 src_install() {
42 emake DESTDIR="${D}" install || die "emake install failed"
43 rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild
44 - doicon "${D}${GAMES_DATADIR}/Ri-li/"*png
45 - dodoc AUTHORS ChangeLog NEWS README
46 - make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48
47 + newicon data/Ri-li-icon-48x48.png ${PN}.png
48 + make_desktop_entry Ri_li Ri-li
49 + dodoc AUTHORS NEWS README
50 prepgamesdirs
51 }
52
53
54
55 1.11 games-arcade/ri-li/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.11&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.11&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?r1=1.10&r2=1.11
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v
64 retrieving revision 1.10
65 retrieving revision 1.11
66 diff -u -r1.10 -r1.11
67 --- ChangeLog 24 Jun 2008 10:07:05 -0000 1.10
68 +++ ChangeLog 9 Oct 2008 05:45:23 -0000 1.11
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-arcade/ri-li
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.10 2008/06/24 10:07:05 opfer Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.11 2008/10/09 05:45:23 nyhm Exp $
74 +
75 + 09 Oct 2008; Tristan Heaven <nyhm@g.o> ri-li-2.0.1.ebuild:
76 + eautoreconf for bug #239721
77
78 24 Jun 2008; Christian Faulhammer <opfer@g.o> ri-li-2.0.1.ebuild:
79 stable x86, bug 229113