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