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/heretic2: heretic2-1.06c.ebuild ChangeLog
Date: Fri, 29 Feb 2008 18:04:09
Message-Id: E1JV9aY-0006jA-KF@stork.gentoo.org
1 carlo 08/02/29 18:04:06
2
3 Modified: heretic2-1.06c.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-action/heretic2/heretic2-1.06c.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.2&r2=1.3
14
15 Index: heretic2-1.06c.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- heretic2-1.06c.ebuild 24 Oct 2006 22:08:54 -0000 1.2
22 +++ heretic2-1.06c.ebuild 29 Feb 2008 18:04:06 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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/heretic2/heretic2-1.06c.ebuild,v 1.2 2006/10/24 22:08:54 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.3 2008/02/29 18:04:06 carlo Exp $
29
30 inherit eutils games
31
32 @@ -49,7 +49,7 @@
33
34 games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
35 newicon icon.xpm ${PN}.xpm
36 - make_desktop_entry ${PN} "Heretic II" ${PN}.xpm
37 + make_desktop_entry ${PN} "Heretic II" ${PN}
38
39 cd "${Ddir}"
40 ln -s "${CDROM_ROOT}"/*.gz .
41
42
43
44 1.3 games-action/heretic2/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 24 Oct 2006 22:08:54 -0000 1.2
57 +++ ChangeLog 29 Feb 2008 18:04:06 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-action/heretic2
60 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.2 2006/10/24 22:08:54 wolf31o2 Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.3 2008/02/29 18:04:06 carlo Exp $
64 +
65 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> heretic2-1.06c.ebuild:
66 + Remove icon extension from desktop entry to match Icon Theme Specification.
67
68 24 Oct 2006; Chris Gianelloni <wolf31o2@g.o> heretic2-1.06c.ebuild:
69 Moved cdrom_get_cds to src_unpack since binary packages don't require the
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list