summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-08 19:42:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-08 19:42:02 +0000
commitbaa35b21314bfda9d067ef9c57d6354065a573a4 (patch)
tree8522a5924badfcb9dcd78dffd02a9a52272292e6 /games-emulation/yabause
parentVersion bumped. Closes #208188. Added -j1 to emake, should fix #176339. (diff)
downloadgentoo-2-baa35b21314bfda9d067ef9c57d6354065a573a4.tar.gz
gentoo-2-baa35b21314bfda9d067ef9c57d6354065a573a4.tar.bz2
gentoo-2-baa35b21314bfda9d067ef9c57d6354065a573a4.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/yabause')
-rw-r--r--games-emulation/yabause/yabause-0.9.3.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-emulation/yabause/yabause-0.9.3.ebuild b/games-emulation/yabause/yabause-0.9.3.ebuild
deleted file mode 100644
index 6a490435773c..000000000000
--- a/games-emulation/yabause/yabause-0.9.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.3.ebuild,v 1.1 2008/01/20 22:26:28 mr_bones_ Exp $
-
-inherit autotools games
-
-DESCRIPTION="A Sega Saturn emulator"
-HOMEPAGE="http://yabause.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-2*
- x11-libs/gtkglext
- virtual/opengl
- virtual/glu
- virtual/glut
- media-libs/libsdl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's:$(datadir):/usr/share:' \
- src/gtk/Makefile.am \
- || die "sed failed"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
- prepgamesdirs
-}