Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/xmoto: xmoto-0.2.0.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:39:31
Message-Id: E1JVB4q-0000Ts-NW@stork.gentoo.org
1 carlo 08/02/29 19:39:28
2
3 Modified: xmoto-0.2.0.ebuild ChangeLog
4 Log:
5 Remove icon extension from desktop entry to match Icon Theme Specification.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 games-sports/xmoto/xmoto-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild?r1=1.6&r2=1.7
14
15 Index: xmoto-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- xmoto-0.2.0.ebuild 13 Nov 2006 02:52:25 -0000 1.6
22 +++ xmoto-0.2.0.ebuild 29 Feb 2008 19:39:28 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild,v 1.6 2006/11/13 02:52:25 metalgod Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild,v 1.7 2008/02/29 19:39:28 carlo Exp $
29
30 inherit eutils games
31
32 @@ -40,8 +40,8 @@
33 dodoc README TODO ChangeLog
34
35 doicon "${FILESDIR}"/${PN}.xpm
36 - make_desktop_entry ${PN} 'Xmoto' ${PN}.xpm
37 - make_desktop_entry ${PN}-edit 'Xmoto Level Editor' ${PN}.xpm
38 + make_desktop_entry ${PN} 'Xmoto' ${PN}
39 + make_desktop_entry ${PN}-edit 'Xmoto Level Editor' ${PN}
40
41 prepgamesdirs
42 }
43
44
45
46 1.21 games-sports/xmoto/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.21&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.21&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?r1=1.20&r2=1.21
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v
55 retrieving revision 1.20
56 retrieving revision 1.21
57 diff -u -r1.20 -r1.21
58 --- ChangeLog 21 Oct 2007 21:30:42 -0000 1.20
59 +++ ChangeLog 29 Feb 2008 19:39:28 -0000 1.21
60 @@ -1,6 +1,9 @@
61 # ChangeLog for games-sports/xmoto
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.20 2007/10/21 21:30:42 genstef Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.21 2008/02/29 19:39:28 carlo Exp $
66 +
67 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> xmoto-0.2.0.ebuild:
68 + Remove icon extension from desktop entry to match Icon Theme Specification.
69
70 *xmoto-0.3.4 (21 Oct 2007)
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list