summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-08 20:02:48 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-08 20:02:48 +0000
commit345dd819b6ec3ac74f00344553af92caa74f60fe (patch)
tree748e073010b8c61119f45de4db2c95e0f1c9c36a /games-emulation
parent (Manifest recommit) (diff)
downloadgentoo-2-345dd819b6ec3ac74f00344553af92caa74f60fe.tar.gz
gentoo-2-345dd819b6ec3ac74f00344553af92caa74f60fe.tar.bz2
gentoo-2-345dd819b6ec3ac74f00344553af92caa74f60fe.zip
Switched to games.eclass as suggested by Mr_Bones_
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/yabause-0.0.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/yabause/yabause-0.0.5.ebuild b/games-emulation/yabause/yabause-0.0.5.ebuild
index 957d85f549bb..aa72c3bc9f5d 100644
--- a/games-emulation/yabause/yabause-0.0.5.ebuild
+++ b/games-emulation/yabause/yabause-0.0.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.5.ebuild,v 1.1 2004/06/08 19:57:14 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.5.ebuild,v 1.2 2004/06/08 20:02:48 dholm Exp $
-inherit eutils
+inherit games
DESCRIPTION="A Sega Saturn emulator"
HOMEPAGE="http://yabause.sourceforge.net/"
@@ -15,6 +15,6 @@ DEPEND="media-libs/libsdl
media-libs/sdl-image"
src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS COPYING ChangeLog TODO README
+ egamesinstall || die "egamesinstall failed"
+ dodoc AUTHORS ChangeLog TODO README
}