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/transfusion-bin: transfusion-bin-1.01.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:24:29
Message-Id: E1JVAqH-0008DT-AA@stork.gentoo.org
1 carlo 08/02/29 19:24:25
2
3 Modified: transfusion-bin-1.01.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.16 games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?r1=1.15&r2=1.16
14
15 Index: transfusion-bin-1.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- transfusion-bin-1.01.ebuild 25 Dec 2007 22:20:16 -0000 1.15
22 +++ transfusion-bin-1.01.ebuild 29 Feb 2008 19:24:24 -0000 1.16
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.15 2007/12/25 22:20:16 solar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.16 2008/02/29 19:24:24 carlo Exp $
29
30 inherit eutils games
31
32 @@ -43,7 +43,7 @@
33
34 doicon "${DISTDIR}"/${MY_PN}.png
35 games_make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}"
36 - make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}.png
37 + make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}
38
39 prepgamesdirs
40 }
41
42
43
44 1.12 games-fps/transfusion-bin/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 22 Feb 2007 00:31:34 -0000 1.11
57 +++ ChangeLog 29 Feb 2008 19:24:24 -0000 1.12
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-fps/transfusion-bin
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.11 2007/02/22 00:31:34 peper Exp $
62 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.12 2008/02/29 19:24:24 carlo Exp $
64 +
65 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
66 + transfusion-bin-1.01.ebuild:
67 + Remove icon extension from desktop entry to match Icon Theme Specification.
68
69 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
70 Transition to Manifest2.
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list