List Archive: gentoo-commits
mr_bones_ 09/11/03 16:20:16
Modified: hoh-bin-1.01.ebuild ChangeLog
Log:
add a desktop entry (bug #160224)
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.12 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.12&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.11&r2=1.12
Index: hoh-bin-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hoh-bin-1.01.ebuild 6 Dec 2006 17:04:24 -0000 1.11
+++ hoh-bin-1.01.ebuild 3 Nov 2009 16:20:15 -0000 1.12
@@ -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 @@
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
}
1.11 games-puzzle/hoh-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 6 Dec 2006 17:04:24 -0000 1.10
+++ ChangeLog 3 Nov 2009 16:20:15 -0000 1.11
@@ -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_@g.o> hoh-bin-1.01.ebuild:
+ add a desktop entry (bug #160224)
06 Dec 2006; Chris Gianelloni <wolf31o2@g.o> hoh-bin-1.01.ebuild:
Remove old virtual/x11 dependency.
|
|