summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-04 17:15:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-04 17:15:08 +0000
commitf21179643e1b8b7716eb3a1224b050a4bfa08fe8 (patch)
tree78e6ade3519708c31b08ec8e21b3718bf344c8a3 /games-action/moon-buggy
parentAutomated update of use.local.desc (diff)
downloadhistorical-f21179643e1b8b7716eb3a1224b050a4bfa08fe8.tar.gz
historical-f21179643e1b8b7716eb3a1224b050a4bfa08fe8.tar.bz2
historical-f21179643e1b8b7716eb3a1224b050a4bfa08fe8.zip
esd is deprecated
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-action/moon-buggy')
-rw-r--r--games-action/moon-buggy/ChangeLog8
-rw-r--r--games-action/moon-buggy/moon-buggy-1.0.51.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/games-action/moon-buggy/ChangeLog b/games-action/moon-buggy/ChangeLog
index fb276be9a5e0..8b1e93864bf3 100644
--- a/games-action/moon-buggy/ChangeLog
+++ b/games-action/moon-buggy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/moon-buggy
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/ChangeLog,v 1.22 2009/03/21 17:07:25 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/ChangeLog,v 1.23 2009/11/04 17:15:08 mr_bones_ Exp $
+
+ 04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ moon-buggy-1.0.51.ebuild:
+ esd is deprecated
21 Mar 2009; Raúl Porcel <armin76@gentoo.org> moon-buggy-1.0.51.ebuild:
x86 stable, bug #261796
diff --git a/games-action/moon-buggy/moon-buggy-1.0.51.ebuild b/games-action/moon-buggy/moon-buggy-1.0.51.ebuild
index 16ce47e360d6..2f3efbaf64c1 100644
--- a/games-action/moon-buggy/moon-buggy-1.0.51.ebuild
+++ b/games-action/moon-buggy/moon-buggy-1.0.51.ebuild
@@ -1,21 +1,20 @@
# 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.4 2009/03/21 17:07:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/moon-buggy-1.0.51.ebuild,v 1.5 2009/11/04 17:15:08 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 )"
+SRC_URI="http://www.seehuhn.de/data/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="esd"
+IUSE=""
-RDEPEND="esd? ( media-sound/esound )"
+RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -24,7 +23,6 @@ src_prepare() {
-e '/$(DESTDIR)$(bindir)\/moon-buggy -c/d' \
Makefile.am \
|| die "sed Makefile.am failed"
- use esd && epatch sound.patch
rm -f missing
eautoreconf
}