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-util/gamepick: gamepick-0.35.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:53:19
Message-Id: E1JVBIC-0000zW-Bu@stork.gentoo.org
1 carlo 08/02/29 19:53:16
2
3 Modified: gamepick-0.35.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.5 games-util/gamepick/gamepick-0.35.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild?r1=1.4&r2=1.5
14
15 Index: gamepick-0.35.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gamepick-0.35.ebuild 18 Jan 2008 21:40:02 -0000 1.4
22 +++ gamepick-0.35.ebuild 29 Feb 2008 19:53:15 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.4 2008/01/18 21:40:02 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.5 2008/02/29 19:53:15 carlo Exp $
28
29 inherit eutils games
30
31 @@ -35,7 +35,7 @@
32 touch "${D}/${GAMES_SYSCONFDIR}"/${PN}.conf
33
34 newicon gamepick-48x48.xpm ${PN}.xpm
35 - make_desktop_entry ${PN} ${PN} ${PN}.xpm
36 + make_desktop_entry ${PN} ${PN} ${PN}
37
38 dodoc AUTHORS ChangeLog README
39 prepgamesdirs
40
41
42
43 1.9 games-util/gamepick/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gamepick/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 18 Jan 2008 21:40:02 -0000 1.8
56 +++ ChangeLog 29 Feb 2008 19:53:15 -0000 1.9
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-util/gamepick
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.8 2008/01/18 21:40:02 tupone Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.9 2008/02/29 19:53:15 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> gamepick-0.35.ebuild:
64 + Remove icon extension from desktop entry to match Icon Theme Specification.
65
66 18 Jan 2008; Tupone Alfredo <tupone@g.o> gamepick-0.30.ebuild,
67 gamepick-0.35.ebuild:
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list