diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-11 06:00:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-11 06:00:16 +0000 |
commit | bd70f3d51cc7335317af0451a318cac1b420fbb5 (patch) | |
tree | 999585df6b94250e9e32e415c25f1f30cfb859bd /games-arcade | |
parent | New ebuild. Thanks to Nick Fortino <nfortino@gmail.com> for initial autotools... (diff) | |
download | gentoo-2-bd70f3d51cc7335317af0451a318cac1b420fbb5.tar.gz gentoo-2-bd70f3d51cc7335317af0451a318cac1b420fbb5.tar.bz2 gentoo-2-bd70f3d51cc7335317af0451a318cac1b420fbb5.zip |
EAPI=2; add desktop entry for bug #249560
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/bitefusion/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/bitefusion/bitefusion-1.0.1.ebuild | 14 |
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 } |