diff options
author | 2004-06-08 20:02:48 +0000 | |
---|---|---|
committer | 2004-06-08 20:02:48 +0000 | |
commit | 345dd819b6ec3ac74f00344553af92caa74f60fe (patch) | |
tree | 748e073010b8c61119f45de4db2c95e0f1c9c36a /games-emulation | |
parent | (Manifest recommit) (diff) | |
download | gentoo-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.ebuild | 8 |
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 } |