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-board/gnubg: gnubg-0.14.3-r1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 18:58:03
Message-Id: E1JVAQj-0007TN-2I@stork.gentoo.org
1 carlo 08/02/29 18:58:01
2
3 Modified: gnubg-0.14.3-r1.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.11 games-board/gnubg/gnubg-0.14.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: gnubg-0.14.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- gnubg-0.14.3-r1.ebuild 13 Nov 2007 05:13:13 -0000 1.10
22 +++ gnubg-0.14.3-r1.ebuild 29 Feb 2008 18:58:00 -0000 1.11
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-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.10 2007/11/13 05:13:13 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.11 2008/02/29 18:58:00 carlo Exp $
29
30 inherit flag-o-matic eutils games
31
32 @@ -109,6 +109,6 @@
33 doins ${PN}.weights *bd || die "doins failed"
34 dodoc AUTHORS README NEWS
35 newicon xpm/gnubg-big.xpm gnubg.xpm
36 - make_desktop_entry "gnubg -w" "GNU Backgammon" gnubg.xpm
37 + make_desktop_entry "gnubg -w" "GNU Backgammon" gnubg
38 prepgamesdirs
39 }
40
41
42
43 1.38 games-board/gnubg/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.38&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.38&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?r1=1.37&r2=1.38
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v
52 retrieving revision 1.37
53 retrieving revision 1.38
54 diff -u -r1.37 -r1.38
55 --- ChangeLog 12 Nov 2007 21:10:28 -0000 1.37
56 +++ ChangeLog 29 Feb 2008 18:58:00 -0000 1.38
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-board/gnubg
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.37 2007/11/12 21:10:28 vapier Exp $
61 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.38 2008/02/29 18:58:00 carlo Exp $
63 +
64 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> gnubg-0.14.3-r1.ebuild:
65 + Remove icon extension from desktop entry to match Icon Theme Specification.
66
67 12 Nov 2007; Mike Frysinger <vapier@g.o>
68 files/gnubg-0.14.3-as-needed.patch, gnubg-0.14.3-r1.ebuild:
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list