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-action/trackballs: trackballs-1.1.2.ebuild ChangeLog
Date: Fri, 29 Feb 2008 18:08:41
Message-Id: E1JV9et-0006vC-Iq@stork.gentoo.org
1 carlo 08/02/29 18:08:35
2
3 Modified: trackballs-1.1.2.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-action/trackballs/trackballs-1.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/trackballs-1.1.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/trackballs-1.1.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/trackballs-1.1.2.ebuild?r1=1.4&r2=1.5
14
15 Index: trackballs-1.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.1.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- trackballs-1.1.2.ebuild 10 Jan 2007 19:43:17 -0000 1.4
22 +++ trackballs-1.1.2.ebuild 29 Feb 2008 18:08:34 -0000 1.5
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-action/trackballs/trackballs-1.1.2.ebuild,v 1.4 2007/01/10 19:43:17 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.1.2.ebuild,v 1.5 2008/02/29 18:08:34 carlo Exp $
29
30 inherit eutils games
31
32 @@ -53,6 +53,6 @@
33 doins "${WORKDIR}"/tb_*.ogg || die "doins failed"
34 dodoc AUTHORS ChangeLog README* NEWS
35 doicon share/icons/*png || die "doicon failed"
36 - make_desktop_entry trackballs "Trackballs" trackballs-48x48.png
37 + make_desktop_entry trackballs "Trackballs" trackballs-48x48
38 prepgamesdirs
39 }
40
41
42
43 1.24 games-action/trackballs/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/ChangeLog?rev=1.24&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/ChangeLog?rev=1.24&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/trackballs/ChangeLog?r1=1.23&r2=1.24
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v
52 retrieving revision 1.23
53 retrieving revision 1.24
54 diff -u -r1.23 -r1.24
55 --- ChangeLog 13 Nov 2007 18:02:39 -0000 1.23
56 +++ ChangeLog 29 Feb 2008 18:08:34 -0000 1.24
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-action/trackballs
59 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.23 2007/11/13 18:02:39 drac Exp $
61 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.24 2008/02/29 18:08:34 carlo Exp $
63 +
64 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> trackballs-1.1.2.ebuild:
65 + Remove icon extension from desktop entry to match Icon Theme Specification.
66
67 13 Nov 2007; Samuli Suominen <drac@g.o> trackballs-1.1.4.ebuild:
68 amd64 stable wrt #198889
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list