From b26c2b8926bc9d939864d156dc07aecb734cdb03 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 6 Jan 2009 13:42:12 +0000 Subject: version bump (bug #253508) (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686) --- games-action/moon-buggy/ChangeLog | 10 ++++-- games-action/moon-buggy/moon-buggy-1.0.51.ebuild | 42 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 games-action/moon-buggy/moon-buggy-1.0.51.ebuild (limited to 'games-action/moon-buggy') diff --git a/games-action/moon-buggy/ChangeLog b/games-action/moon-buggy/ChangeLog index c974b4ce9488..90faee28e6a4 100644 --- a/games-action/moon-buggy/ChangeLog +++ b/games-action/moon-buggy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/moon-buggy -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/ChangeLog,v 1.18 2007/01/05 18:49:19 nyhm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/ChangeLog,v 1.19 2009/01/06 13:42:12 mr_bones_ Exp $ + +*moon-buggy-1.0.51 (06 Jan 2009) + + 06 Jan 2009; Michael Sterrett + +moon-buggy-1.0.51.ebuild: + version bump (bug #253508) 05 Jan 2007; Tristan Heaven moon-buggy-1.0.ebuild: Set WANT_AUTOCONF and WANT_AUTOMAKE diff --git a/games-action/moon-buggy/moon-buggy-1.0.51.ebuild b/games-action/moon-buggy/moon-buggy-1.0.51.ebuild new file mode 100644 index 000000000000..9563d0b2b4cb --- /dev/null +++ b/games-action/moon-buggy/moon-buggy-1.0.51.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/moon-buggy-1.0.51.ebuild,v 1.1 2009/01/06 13:42:12 mr_bones_ Exp $ + +EAPI=2 +inherit autotools eutils games + +DESCRIPTION="A simple console game, where you drive a car across the moon's surface" +HOMEPAGE="http://www.seehuhn.de/comp/moon-buggy.html" +SRC_URI="http://www.seehuhn.de/data/${P}.tar.gz + esd? ( http://www.seehuhn.de/data/${PN}-sound-${PV}.tar.gz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="esd" + +RDEPEND="esd? ( media-sound/esound )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + sed -i \ + -e '/$(DESTDIR)$(bindir)\/moon-buggy -c/d' \ + Makefile.am \ + || die "sed Makefile.am failed" + use esd && epatch sound.patch + rm -f missing + eautoreconf +} + +src_configure() { + egamesconf --sharedstatedir="${GAMES_STATEDIR}" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc ANNOUNCE AUTHORS ChangeLog NEWS README* TODO + touch "${D}${GAMES_STATEDIR}"/${PN}/mbscore + fperms 664 "${GAMES_STATEDIR}"/${PN}/mbscore + prepgamesdirs +} -- cgit v1.2.3-65-gdbad