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/glbsp: glbsp-2.20.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:51:53
Message-Id: E1JVBGn-0000vp-Lk@stork.gentoo.org
1 carlo 08/02/29 19:51:49
2
3 Modified: glbsp-2.20.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-util/glbsp/glbsp-2.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?r1=1.1&r2=1.2
14
15 Index: glbsp-2.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glbsp-2.20.ebuild 11 Oct 2006 20:11:32 -0000 1.1
22 +++ glbsp-2.20.ebuild 29 Feb 2008 19:51:49 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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-util/glbsp/glbsp-2.20.ebuild,v 1.1 2006/10/11 20:11:32 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.2 2008/02/29 19:51:49 carlo Exp $
29
30 inherit eutils toolchain-funcs versionator
31
32 @@ -48,7 +48,7 @@
33 if use fltk ; then
34 newbin glBSPX glbspx || die "newbin failed"
35 newicon fltk/icon.xpm glbspx.xpm
36 - make_desktop_entry glbspx glBSPX glbspx.xpm
37 + make_desktop_entry glbspx glBSPX glbspx
38 fi
39
40 doman glbsp.1
41
42
43
44 1.7 games-util/glbsp/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 11 Oct 2006 20:11:32 -0000 1.6
57 +++ ChangeLog 29 Feb 2008 19:51:49 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-util/glbsp
60 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.6 2006/10/11 20:11:32 nyhm Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.7 2008/02/29 19:51:49 carlo Exp $
64 +
65 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> glbsp-2.20.ebuild:
66 + Remove icon extension from desktop entry to match Icon Theme Specification.
67
68 *glbsp-2.20 (11 Oct 2006)
69
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list