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/ufo-ai: ufo-ai-2.1.1-r1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:49:11
Message-Id: E1JVBEC-0000pH-9e@stork.gentoo.org
1 carlo 08/02/29 19:49:08
2
3 Modified: ufo-ai-2.1.1-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.3 games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: ufo-ai-2.1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ufo-ai-2.1.1-r1.ebuild 22 Jan 2008 09:21:03 -0000 1.2
22 +++ ufo-ai-2.1.1-r1.ebuild 29 Feb 2008 19:49:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.2 2008/01/22 09:21:03 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.3 2008/02/29 19:49:07 carlo Exp $
28
29 inherit eutils autotools games
30
31 @@ -112,7 +112,7 @@
32 # Might as well standardize on the ebuild name, for minimum confusion.
33 newgamesbin ufo ${PN} || die
34 newicon src/ports/linux/installer/data/ufo.xpm ${PN}.xpm || die
35 - make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN}.xpm
36 + make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN}
37
38 if use dedicated ; then
39 dogamesbin ufoded || die
40
41
42
43 1.18 games-strategy/ufo-ai/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 22 Jan 2008 09:21:03 -0000 1.17
56 +++ ChangeLog 29 Feb 2008 19:49:07 -0000 1.18
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-strategy/ufo-ai
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.17 2008/01/22 09:21:03 nyhm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.18 2008/02/29 19:49:07 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> ufo-ai-2.1.1-r1.ebuild:
64 + Remove icon extension from desktop entry to match Icon Theme Specification.
65
66 22 Jan 2008; Tristan Heaven <nyhm@g.o> ufo-ai-2.1.1-r1.ebuild:
67 Add some missing x11 deps, bug #206430
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list