summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-arcade/bitefusion/ChangeLog8
-rw-r--r--games-arcade/bitefusion/bitefusion-1.0.1.ebuild14
2 files changed, 12 insertions, 10 deletions
diff --git a/games-arcade/bitefusion/ChangeLog b/games-arcade/bitefusion/ChangeLog
index e76534eac818..eb414f17e61c 100644
--- a/games-arcade/bitefusion/ChangeLog
+++ b/games-arcade/bitefusion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/bitefusion
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bitefusion/ChangeLog,v 1.2 2007/08/27 23:47:11 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bitefusion/ChangeLog,v 1.3 2009/09/11 06:00:16 mr_bones_ Exp $
+
+ 11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ bitefusion-1.0.1.ebuild:
+ EAPI=2; add desktop entry for bug #249560
27 Aug 2007; <tupone@gentoo.org> bitefusion-1.0.1.ebuild:
Added ~x86 keyword
diff --git a/games-arcade/bitefusion/bitefusion-1.0.1.ebuild b/games-arcade/bitefusion/bitefusion-1.0.1.ebuild
index 664f539fbca7..bf73ff69e952 100644
--- a/games-arcade/bitefusion/bitefusion-1.0.1.ebuild
+++ b/games-arcade/bitefusion/bitefusion-1.0.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bitefusion/bitefusion-1.0.1.ebuild,v 1.2 2007/08/27 23:47:11 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bitefusion/bitefusion-1.0.1.ebuild,v 1.3 2009/09/11 06:00:16 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="A snake game with 15 levels"
@@ -15,15 +16,12 @@ IUSE=""
DEPEND="media-libs/libsdl"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #just to avoid QA notice
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
+# just to avoid QA notice
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_install() {
dogamesbin ${PN} || die "dogamesbin failed"
dodoc AUTHORS
+ make_desktop_entry bitefusion "Bitefusion"
prepgamesdirs
}