Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/hoh-bin: hoh-bin-1.01.ebuild ChangeLog
Date: Tue, 03 Nov 2009 16:20:18
Message-Id: E1N5M7E-0006Sy-79@stork.gentoo.org
1 mr_bones_ 09/11/03 16:20:16
2
3 Modified: hoh-bin-1.01.ebuild ChangeLog
4 Log:
5 add a desktop entry (bug #160224)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.12 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.11&r2=1.12
14
15 Index: hoh-bin-1.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- hoh-bin-1.01.ebuild 6 Dec 2006 17:04:24 -0000 1.11
22 +++ hoh-bin-1.01.ebuild 3 Nov 2009 16:20:15 -0000 1.12
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.11 2006/12/06 17:04:24 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.12 2009/11/03 16:20:15 mr_bones_ Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
34 HOMEPAGE="http://retrospec.sgn.net/games/hoh/"
35 @@ -36,5 +36,6 @@
36 dodir "${DATADIR}" "${DOCDIR}"
37 cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
38 cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
39 + make_desktop_entry hoh "Head Over Heels"
40 prepgamesdirs
41 }
42
43
44
45 1.11 games-puzzle/hoh-bin/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.11&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.11&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.10&r2=1.11
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v
54 retrieving revision 1.10
55 retrieving revision 1.11
56 diff -u -r1.10 -r1.11
57 --- ChangeLog 6 Dec 2006 17:04:24 -0000 1.10
58 +++ ChangeLog 3 Nov 2009 16:20:15 -0000 1.11
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-puzzle/hoh-bin
61 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.10 2006/12/06 17:04:24 wolf31o2 Exp $
63 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.11 2009/11/03 16:20:15 mr_bones_ Exp $
65 +
66 + 03 Nov 2009; Michael Sterrett <mr_bones_@g.o> hoh-bin-1.01.ebuild:
67 + add a desktop entry (bug #160224)
68
69 06 Dec 2006; Chris Gianelloni <wolf31o2@g.o> hoh-bin-1.01.ebuild:
70 Remove old virtual/x11 dependency.