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-emulation/stella: stella-2.4.2.ebuild stella-2.2.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:05:56
Message-Id: E1JVAYL-0007jO-QP@stork.gentoo.org
1 carlo 08/02/29 19:05:53
2
3 Modified: stella-2.4.2.ebuild stella-2.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.2 games-emulation/stella/stella-2.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild?r1=1.1&r2=1.2
14
15 Index: stella-2.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- stella-2.4.2.ebuild 2 Nov 2007 22:43:19 -0000 1.1
22 +++ stella-2.4.2.ebuild 29 Feb 2008 19:05:53 -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-emulation/stella/stella-2.4.2.ebuild,v 1.1 2007/11/02 22:43:19 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild,v 1.2 2008/02/29 19:05:53 carlo Exp $
29
30 inherit eutils games
31
32 @@ -43,6 +43,6 @@
33 src_install() {
34 emake DESTDIR="${D}" install || die "emake install failed"
35 doicon src/common/stella.xpm
36 - make_desktop_entry stella Stella stella.xpm
37 + make_desktop_entry stella Stella stella
38 prepgamesdirs
39 }
40
41
42
43 1.3 games-emulation/stella/stella-2.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.2.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.2.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.2.ebuild?r1=1.2&r2=1.3
48
49 Index: stella-2.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.2.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- stella-2.2.ebuild 16 Aug 2006 16:40:49 -0000 1.2
56 +++ stella-2.2.ebuild 29 Feb 2008 19:05:53 -0000 1.3
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2006 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.2.ebuild,v 1.2 2006/08/16 16:40:49 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.2.ebuild,v 1.3 2008/02/29 19:05:53 carlo Exp $
63
64 inherit eutils games
65
66 @@ -43,6 +43,6 @@
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 doicon src/common/stella.xpm
70 - make_desktop_entry stella Stella stella.xpm
71 + make_desktop_entry stella Stella stella
72 prepgamesdirs
73 }
74
75
76
77 1.26 games-emulation/stella/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.26&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.26&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.25&r2=1.26
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
86 retrieving revision 1.25
87 retrieving revision 1.26
88 diff -u -r1.25 -r1.26
89 --- ChangeLog 2 Nov 2007 22:43:19 -0000 1.25
90 +++ ChangeLog 29 Feb 2008 19:05:53 -0000 1.26
91 @@ -1,6 +1,10 @@
92 # ChangeLog for games-emulation/stella
93 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.25 2007/11/02 22:43:19 tupone Exp $
95 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.26 2008/02/29 19:05:53 carlo Exp $
97 +
98 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> stella-2.2.ebuild,
99 + stella-2.4.2.ebuild:
100 + Remove icon extension from desktop entry to match Icon Theme Specification.
101
102 *stella-2.4.2 (02 Nov 2007)
103
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list