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-arcade/penguin-command: penguin-command-1.6.11.ebuild ChangeLog
Date: Fri, 29 Feb 2008 18:47:45
Message-Id: E1JVAGP-0007Ch-Bq@stork.gentoo.org
1 carlo 08/02/29 18:47:21
2
3 Modified: penguin-command-1.6.11.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.2 games-arcade/penguin-command/penguin-command-1.6.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?r1=1.1&r2=1.2
14
15 Index: penguin-command-1.6.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- penguin-command-1.6.11.ebuild 23 Apr 2007 23:05:31 -0000 1.1
22 +++ penguin-command-1.6.11.ebuild 29 Feb 2008 18:47:20 -0000 1.2
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-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.1 2007/04/23 23:05:31 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.2 2008/02/29 18:47:20 carlo Exp $
29
30 inherit eutils games
31
32 @@ -21,6 +21,6 @@
33 emake DESTDIR="${D}" install || die "emake install failed"
34 dodoc AUTHORS ChangeLog NEWS README
35 newicon data/gfx/icon.xpm ${PN}.xpm
36 - make_desktop_entry ${PN} "Penguin Command" ${PN}.xpm
37 + make_desktop_entry ${PN} "Penguin Command" ${PN}
38 prepgamesdirs
39 }
40
41
42
43 1.16 games-arcade/penguin-command/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/penguin-command/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 23 Apr 2007 23:05:31 -0000 1.15
56 +++ ChangeLog 29 Feb 2008 18:47:20 -0000 1.16
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-arcade/penguin-command
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.15 2007/04/23 23:05:31 nyhm Exp $
61 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.16 2008/02/29 18:47:20 carlo Exp $
63 +
64 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
65 + penguin-command-1.6.11.ebuild:
66 + Remove icon extension from desktop entry to match Icon Theme Specification.
67
68 *penguin-command-1.6.11 (23 Apr 2007)
69
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list