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-emulation/gfceu: ChangeLog gfceu-0.6.0-r1.ebuild gfceu-0.6.0.ebuild
Date: Mon, 21 Apr 2008 10:23:53
Message-Id: E1JntBe-0005uR-Ox@stork.gentoo.org
1 nyhm 08/04/21 10:23:50
2
3 Modified: ChangeLog
4 Added: gfceu-0.6.0-r1.ebuild
5 Removed: gfceu-0.6.0.ebuild
6 Log:
7 Install missing icons; add ~amd64 keyword, bug #218664
8 (Portage version: 2.1.5_rc5)
9
10 Revision Changes Path
11 1.3 games-emulation/gfceu/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gfceu/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 29 Feb 2008 19:03:59 -0000 1.2
24 +++ ChangeLog 21 Apr 2008 10:23:50 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-emulation/gfceu
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/ChangeLog,v 1.2 2008/02/29 19:03:59 carlo Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/ChangeLog,v 1.3 2008/04/21 10:23:50 nyhm Exp $
30 +
31 +*gfceu-0.6.0-r1 (21 Apr 2008)
32 +
33 + 21 Apr 2008; Tristan Heaven <nyhm@g.o> -gfceu-0.6.0.ebuild,
34 + +gfceu-0.6.0-r1.ebuild:
35 + Install missing icons; add ~amd64 keyword, bug #218664
36
37 29 Feb 2008; Carsten Lohrke <carlo@g.o> gfceu-0.6.0.ebuild:
38 Remove icon extension from desktop entry to match Icon Theme Specification.
39
40
41
42 1.1 games-emulation/gfceu/gfceu-0.6.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gfceu-0.6.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v 1.1 2008/04/21 10:23:50 nyhm Exp $
52
53 inherit eutils games
54
55 DESCRIPTION="GTK frontend for the FCE Ultra NES emulator"
56 HOMEPAGE="http://dietschnitzel.com/gfceu/"
57 SRC_URI="http://dietschnitzel.com/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="games-emulation/fceultra
65 >=dev-python/pygtk-2.6
66 dev-python/gnome-python"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}"/${P}-gentoo.patch
72 sed -i \
73 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
74 gfceu || die "sed on gfceu failed"
75 }
76
77 src_install() {
78 dogamesbin ${PN} || die "dogamesbin failed"
79 insinto "${GAMES_DATADIR}"/${PN}
80 doins ${PN}.glade *.png || die "doins failed"
81 dodoc ChangeLog TODO
82 doman ${PN}.1
83 doicon ${PN}.png
84 make_desktop_entry ${PN} "GFCE Ultra" ${PN}
85 prepgamesdirs
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list