summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-03 16:20:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-03 16:20:15 +0000
commit7f99d58450cfc0c5e634b4d500163f98076cbaeb (patch)
tree8bb02c962a659ce8bf4cd4191ea1611a74d507eb /games-puzzle/hoh-bin
parentVersion bump for connman (diff)
downloadgentoo-2-7f99d58450cfc0c5e634b4d500163f98076cbaeb.tar.gz
gentoo-2-7f99d58450cfc0c5e634b4d500163f98076cbaeb.tar.bz2
gentoo-2-7f99d58450cfc0c5e634b4d500163f98076cbaeb.zip
add a desktop entry (bug #160224)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r--games-puzzle/hoh-bin/ChangeLog7
-rw-r--r--games-puzzle/hoh-bin/hoh-bin-1.01.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog
index 11ed6c6b91b8..f57726a8e422 100644
--- a/games-puzzle/hoh-bin/ChangeLog
+++ b/games-puzzle/hoh-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/hoh-bin
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.10 2006/12/06 17:04:24 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.11 2009/11/03 16:20:15 mr_bones_ Exp $
+
+ 03 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> hoh-bin-1.01.ebuild:
+ add a desktop entry (bug #160224)
06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> hoh-bin-1.01.ebuild:
Remove old virtual/x11 dependency.
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
index c212eb339a8f..4aefcd89bcb7 100644
--- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
+++ b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
-inherit games
+inherit eutils games
DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
HOMEPAGE="http://retrospec.sgn.net/games/hoh/"
@@ -36,5 +36,6 @@ src_install() {
dodir "${DATADIR}" "${DOCDIR}"
cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
+ make_desktop_entry hoh "Head Over Heels"
prepgamesdirs
}