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-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild quake2-icculus-0.16.1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:22:05
Message-Id: E1JVAny-00088i-R3@stork.gentoo.org
1 carlo 08/02/29 19:22:02
2
3 Modified: quake2-icculus-0.16.1-r1.ebuild
4 quake2-icculus-0.16.1.ebuild ChangeLog
5 Log:
6 Remove icon extension from desktop entry to match Icon Theme Specification.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: quake2-icculus-0.16.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- quake2-icculus-0.16.1-r1.ebuild 19 Feb 2008 01:36:46 -0000 1.10
23 +++ quake2-icculus-0.16.1-r1.ebuild 29 Feb 2008 19:22:02 -0000 1.11
24 @@ -1,6 +1,6 @@
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-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.10 2008/02/19 01:36:46 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.11 2008/02/29 19:22:02 carlo Exp $
29
30 inherit eutils toolchain-funcs games
31
32 @@ -169,7 +169,7 @@
33 && rm "${D}/${q2dir}"/sdlquake2
34
35 doicon "${FILESDIR}"/quake2.xpm
36 - make_desktop_entry quake2 "Quake 2" quake2.xpm
37 + make_desktop_entry quake2 "Quake 2" quake2
38
39 # q2max files
40 if use qmax ; then
41
42
43
44 1.22 games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?rev=1.22&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?rev=1.22&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?r1=1.21&r2=1.22
49
50 Index: quake2-icculus-0.16.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v
53 retrieving revision 1.21
54 retrieving revision 1.22
55 diff -u -r1.21 -r1.22
56 --- quake2-icculus-0.16.1.ebuild 15 Feb 2008 01:06:36 -0000 1.21
57 +++ quake2-icculus-0.16.1.ebuild 29 Feb 2008 19:22:02 -0000 1.22
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.21 2008/02/15 01:06:36 wolf31o2 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.22 2008/02/29 19:22:02 carlo Exp $
63
64 inherit eutils toolchain-funcs games
65
66 @@ -143,7 +143,7 @@
67 && rm "${D}/${q2dir}"/sdlquake2
68
69 doicon "${FILESDIR}"/quake2.xpm
70 - make_desktop_entry quake2 Quake2 quake2.xpm
71 + make_desktop_entry quake2 Quake2 quake2
72
73 # q2max files
74 if ! use noqmax ; then
75 @@ -159,7 +159,7 @@
76 insinto "${q2maxdir}"/baseq2
77 doins "${DISTDIR}"/maxpak.pak
78
79 - make_desktop_entry quake2-qmax Quake2-qmax quake2.xpm
80 + make_desktop_entry quake2-qmax Quake2-qmax quake2
81 fi
82
83 prepgamesdirs
84
85
86
87 1.31 games-fps/quake2-icculus/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.31&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.31&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?r1=1.30&r2=1.31
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v
96 retrieving revision 1.30
97 retrieving revision 1.31
98 diff -u -r1.30 -r1.31
99 --- ChangeLog 19 Feb 2008 01:36:46 -0000 1.30
100 +++ ChangeLog 29 Feb 2008 19:22:02 -0000 1.31
101 @@ -1,6 +1,10 @@
102 # ChangeLog for games-fps/quake2-icculus
103 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.30 2008/02/19 01:36:46 vapier Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.31 2008/02/29 19:22:02 carlo Exp $
106 +
107 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
108 + quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild:
109 + Remove icon extension from desktop entry to match Icon Theme Specification.
110
111 19 Feb 2008; Mike Frysinger <vapier@g.o>
112 +files/quake2-icculus-0.16.1-no-asm-io.patch,
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list