summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-18 18:30:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-18 18:30:33 +0000
commit9b01fb42cd0aa13e0b186f3df333e85900ea8556 (patch)
treeb2035ecfb38cdfd831b64e9cf3efb056d3826f14 /games-emulation
parentalpha/ia64/sparc/x86 stable (diff)
downloadgentoo-2-9b01fb42cd0aa13e0b186f3df333e85900ea8556.tar.gz
gentoo-2-9b01fb42cd0aa13e0b186f3df333e85900ea8556.tar.bz2
gentoo-2-9b01fb42cd0aa13e0b186f3df333e85900ea8556.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/files/yabause-0.9.4-build.patch14
-rw-r--r--games-emulation/yabause/yabause-0.9.4.ebuild50
-rw-r--r--games-emulation/yabause/yabause-0.9.5.ebuild47
3 files changed, 0 insertions, 111 deletions
diff --git a/games-emulation/yabause/files/yabause-0.9.4-build.patch b/games-emulation/yabause/files/yabause-0.9.4-build.patch
deleted file mode 100644
index 400056f8f1f4..000000000000
--- a/games-emulation/yabause/files/yabause-0.9.4-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.in 2008/03/12 22:09:23 1.85
-+++ configure.in 2008/03/25 20:45:28 1.86
-@@ -3,6 +3,11 @@
- AC_CANONICAL_HOST
- AC_CANONICAL_TARGET
-
-+# hack to reset host_alias when we're not cross compiling
-+if test "x$host_alias" = "x$host"; then
-+ host_alias=
-+fi
-+
- AM_INIT_AUTOMAKE([1.8.0])
-
- AC_PROG_RANLIB
diff --git a/games-emulation/yabause/yabause-0.9.4.ebuild b/games-emulation/yabause/yabause-0.9.4.ebuild
deleted file mode 100644
index 98ccd3af1dab..000000000000
--- a/games-emulation/yabause/yabause-0.9.4.ebuild
+++ /dev/null
@@ -1,50 +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.4.ebuild,v 1.1 2008/05/08 19:25:54 nyhm Exp $
-
-inherit autotools eutils 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}"
- epatch "${FILESDIR}"/${P}-build.patch
- eautoreconf
- cd src/c68k
- sed -i \
- -e 's/nodist_pkgdata/noinst/' \
- Makefile.am \
- || die "sed failed"
- eautoreconf
-}
-
-src_compile() {
- egamesconf \
- --datadir=/usr/share \
- --with-port=gtk \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
- prepgamesdirs
-}
diff --git a/games-emulation/yabause/yabause-0.9.5.ebuild b/games-emulation/yabause/yabause-0.9.5.ebuild
deleted file mode 100644
index 854cffd7557a..000000000000
--- a/games-emulation/yabause/yabause-0.9.5.ebuild
+++ /dev/null
@@ -1,47 +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.5.ebuild,v 1.1 2008/05/11 23:53:29 nyhm 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}"/src/c68k
- sed -i \
- -e 's/nodist_pkgdata/noinst/' \
- Makefile.am \
- || die "sed failed"
- eautoreconf
-}
-
-src_compile() {
- egamesconf \
- --datadir=/usr/share \
- --with-port=gtk \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
- prepgamesdirs
-}