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/smac: smac-6.0a.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:40:55
Message-Id: E1JVB6C-0000Wd-Co@stork.gentoo.org
1 carlo 08/02/29 19:40:52
2
3 Modified: smac-6.0a.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.15 games-strategy/smac/smac-6.0a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?r1=1.14&r2=1.15
14
15 Index: smac-6.0a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- smac-6.0a.ebuild 12 Dec 2007 06:36:23 -0000 1.14
22 +++ smac-6.0a.ebuild 29 Feb 2008 19:40:51 -0000 1.15
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-strategy/smac/smac-6.0a.ebuild,v 1.14 2007/12/12 06:36:23 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.15 2008/02/29 19:40:51 carlo Exp $
29
30 inherit eutils games
31
32 @@ -73,9 +73,8 @@
33
34 games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
35 games_make_wrapper ${PN}x ./${PN}x "${dir}" "${dir}"
36 - make_desktop_entry smac "Sid Meier's Alpha Centauri" smac.xpm
37 - make_desktop_entry smacx "Sid Meier's Alpha Centauri - Alien Crossfire" \
38 - smac.xpm
39 + make_desktop_entry smac "Sid Meier's Alpha Centauri" smac
40 + make_desktop_entry smacx "Sid Meier's Alpha Centauri - Alien Crossfire" smac
41 prepgamesdirs
42
43 einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'."
44
45
46
47 1.13 games-strategy/smac/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/ChangeLog?rev=1.13&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/ChangeLog?rev=1.13&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/ChangeLog?r1=1.12&r2=1.13
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v
56 retrieving revision 1.12
57 retrieving revision 1.13
58 diff -u -r1.12 -r1.13
59 --- ChangeLog 12 Mar 2007 18:11:40 -0000 1.12
60 +++ ChangeLog 29 Feb 2008 19:40:51 -0000 1.13
61 @@ -1,6 +1,9 @@
62 # ChangeLog for games-strategy/smac
63 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.12 2007/03/12 18:11:40 genone Exp $
65 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.13 2008/02/29 19:40:51 carlo Exp $
67 +
68 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> smac-6.0a.ebuild:
69 + Remove icon extension from desktop entry to match Icon Theme Specification.
70
71 12 Mar 2007; Marius Mauch <genone@g.o> smac-6.0a.ebuild:
72 Replacing einfo with elog
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list