Gentoo Archives: gentoo-commits

From: "Christian Birchinger (joker)" <joker@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus: ChangeLog mupen64plus-1.5-r1.ebuild
Date: Wed, 30 Dec 2009 23:07:46
Message-Id: E1NQ7dn-0004nr-Kl@stork.gentoo.org
1 joker 09/12/30 23:07:43
2
3 Modified: ChangeLog mupen64plus-1.5-r1.ebuild
4 Log:
5 Fix the Icon entry in the desktop file
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-emulation/mupen64plus/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 24 Nov 2009 15:58:19 -0000 1.4
22 +++ ChangeLog 30 Dec 2009 23:07:43 -0000 1.5
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/mupen64plus
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.4 2009/11/24 15:58:19 joker Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.5 2009/12/30 23:07:43 joker Exp $
28 +
29 + 30 Dec 2009; Christian Birchinger <joker@g.o>
30 + mupen64plus-1.5-r1.ebuild:
31 + Fix the Icon entry in the desktop file
32
33 *mupen64plus-1.5-r1 (24 Nov 2009)
34
35
36
37
38 1.2 games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: mupen64plus-1.5-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- mupen64plus-1.5-r1.ebuild 24 Nov 2009 15:58:19 -0000 1.1
51 +++ mupen64plus-1.5-r1.ebuild 30 Dec 2009 23:07:43 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.1 2009/11/24 15:58:19 joker Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.2 2009/12/30 23:07:43 joker Exp $
57
58 EAPI="2"
59
60 @@ -57,6 +57,11 @@
61 -e "s:/usr/local/share/mupen64plus:${GAMES_DATADIR}/mupen64plus:" \
62 -e "s:%PUT_PLUGIN_PATH_HERE%:$(games_get_libdir)/${PN}/plugins/:" \
63 main/main.c || die "sed failed"
64 +
65 + # Fix 010_all_fix-desktop-file.patch instead of using sed on the next major bump
66 + sed -i \
67 + -e "s:^Icon=mupen64plus-large.xpm:Icon=mupen64plus:" \
68 + mupen64plus.desktop.in || die "sed failed"
69 }
70
71 get_opts() {