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-emulation/virtualjaguar: virtualjaguar-2.1.2.ebuild ChangeLog
Date: Fri, 06 Feb 2015 19:20:47
Message-Id: 20150206192043.074571132B@oystercatcher.gentoo.org
1 mr_bones_ 15/02/06 19:20:43
2
3 Modified: virtualjaguar-2.1.2.ebuild ChangeLog
4 Log:
5 install desktop entry and icon
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: virtualjaguar-2.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- virtualjaguar-2.1.2.ebuild 15 Oct 2014 03:50:52 -0000 1.1
23 +++ virtualjaguar-2.1.2.ebuild 6 Feb 2015 19:20:42 -0000 1.2
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v 1.1 2014/10/15 03:50:52 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v 1.2 2015/02/06 19:20:42 mr_bones_ Exp $
30
31 EAPI=5
32 -inherit eutils qt4-r2 games
33 +inherit eutils qt4-r2 gnome2-utils games
34
35 DESCRIPTION="an Atari Jaguar emulator"
36 HOMEPAGE="http://www.icculus.org/virtualjaguar/"
37 @@ -27,6 +27,9 @@
38 S=${WORKDIR}/${PN}
39
40 src_prepare() {
41 + sed -i \
42 + -e '/^Categories/s/$/;/' \
43 + virtualjaguar.desktop || die
44 eqmake4 virtualjaguar.pro -o makefile-qt
45 }
46
47 @@ -39,9 +42,16 @@
48 dogamesbin ${PN}
49 dodoc README docs/{TODO,WHATSNEW}
50 doman docs/virtualjaguar.1
51 + domenu virtualjaguar.desktop
52 + newicon -s 128 res/vj-icon.png ${PN}.png
53 prepgamesdirs
54 }
55
56 +pkg_preinst() {
57 + games_pkg_preinst
58 + gnome2_icon_savelist
59 +}
60 +
61 pkg_postinst() {
62 games_pkg_postinst
63 elog "The ${PN} ROM path is no-longer hardcoded, "
64 @@ -49,4 +59,10 @@
65 elog
66 elog "The ROM extension supported by ${PN} is .j64, "
67 elog ".jag files will be interpreted as Jaguar Server executables."
68 + gnome2_icon_cache_update
69 }
70 +
71 +pkg_postrm() {
72 + gnome2_icon_cache_update
73 +}
74 +
75
76
77
78 1.19 games-emulation/virtualjaguar/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/ChangeLog?rev=1.19&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/ChangeLog?rev=1.19&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/ChangeLog?r1=1.18&r2=1.19
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v
87 retrieving revision 1.18
88 retrieving revision 1.19
89 diff -u -r1.18 -r1.19
90 --- ChangeLog 21 Dec 2014 14:22:14 -0000 1.18
91 +++ ChangeLog 6 Feb 2015 19:20:42 -0000 1.19
92 @@ -1,6 +1,10 @@
93 # ChangeLog for games-emulation/virtualjaguar
94 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.18 2014/12/21 14:22:14 mgorny Exp $
96 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.19 2015/02/06 19:20:42 mr_bones_ Exp $
98 +
99 + 06 Feb 2015; Michael Sterrett <mr_bones_@g.o>
100 + virtualjaguar-2.1.2.ebuild:
101 + install desktop entry and icon
102
103 21 Dec 2014; Michał Górny <mgorny@g.o> -virtualjaguar-1.0.7.ebuild,
104 virtualjaguar-1.0.7-r1.ebuild: