summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-17 18:31:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-17 18:31:30 +0000
commit40f7a39dd68b585fbcd0b99da93306c75a421f6b (patch)
tree66113caede0952d17cd68f8e3b80a206de8630e5 /games-emulation/openmsx
parentCleanup for bug #92745. (diff)
downloadgentoo-2-40f7a39dd68b585fbcd0b99da93306c75a421f6b.tar.gz
gentoo-2-40f7a39dd68b585fbcd0b99da93306c75a421f6b.tar.bz2
gentoo-2-40f7a39dd68b585fbcd0b99da93306c75a421f6b.zip
clean old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/openmsx')
-rw-r--r--games-emulation/openmsx/files/0.5.0-custom.mk.patch17
-rw-r--r--games-emulation/openmsx/files/digest-openmsx-0.5.01
-rw-r--r--games-emulation/openmsx/openmsx-0.5.0.ebuild52
3 files changed, 0 insertions, 70 deletions
diff --git a/games-emulation/openmsx/files/0.5.0-custom.mk.patch b/games-emulation/openmsx/files/0.5.0-custom.mk.patch
deleted file mode 100644
index f2fdb1334597..000000000000
--- a/games-emulation/openmsx/files/0.5.0-custom.mk.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- openmsx-0.5.0/build/custom.mk.ORIG 2004-12-19 15:14:59.914063504 +0000
-+++ openmsx-0.5.0/build/custom.mk 2004-12-19 15:15:18.306267464 +0000
-@@ -6,7 +6,7 @@
- # openMSX is always installed into a single self-contained directory.
- # But you can change that directory to for example /usr/local/openMSX
- # or /usr/games/openMSX if you like.
--INSTALL_BASE:=/opt/openMSX
-+INSTALL_BASE:=/usr/games/openmsx
-
- # Add ChangeLog version number to executable file name? This applies only to
- # development versions, not to release versions (see version.mk).
-@@ -15,4 +15,4 @@
- # Create a symbolic link to the installed binary?
- # This link is placed in a location that is typically in a user's path:
- # /usr/local/bin for system-wide installs and ~/bin for personal installs.
--SYMLINK_FOR_BINARY:=true
-+SYMLINK_FOR_BINARY:=false
diff --git a/games-emulation/openmsx/files/digest-openmsx-0.5.0 b/games-emulation/openmsx/files/digest-openmsx-0.5.0
deleted file mode 100644
index 7ccb73b4bd9a..000000000000
--- a/games-emulation/openmsx/files/digest-openmsx-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f2d87b26c2ab1a343f9cd14d6843ea5 openmsx-0.5.0.tar.gz 906719
diff --git a/games-emulation/openmsx/openmsx-0.5.0.ebuild b/games-emulation/openmsx/openmsx-0.5.0.ebuild
deleted file mode 100644
index f309b1418a56..000000000000
--- a/games-emulation/openmsx/openmsx-0.5.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.5.0.ebuild,v 1.2 2004/12/26 16:20:02 chainsaw Exp $
-
-inherit flag-o-matic eutils games
-
-DESCRIPTION="MSX emulator that aims for perfection"
-HOMEPAGE="http://openmsx.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-IUSE=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
-
-DEPEND="dev-lang/tcl
- dev-libs/libxml2
- media-libs/libpng
- sys-libs/zlib
- media-libs/sdl-image
- media-libs/libsdl
- virtual/x11
- virtual/opengl"
-
-src_unpack() {
- unpack ${A}
-
- cd "${WORKDIR}"
- epatch "${FILESDIR}/${PV}-custom.mk.patch"
-}
-
-src_compile() {
- # fix bug 32745
- replace-flags -Os -O2
-
- egamesconf || die
- emake || die "Fatal error during compilation"
-}
-
-src_install() {
- egamesinstall \
- OPENMSX_INSTALL="${D}/usr/games/openmsx" || die
-
- dogamesbin ${D}/usr/games/openmsx/bin/openmsx
- dodoc README AUTHORS
- dohtml -r doc/*
-
- # Tidy up install
- rm -f "${D}${GAMES_DATADIR}/openmsx/"*.{txt,tex,html,png,css}
-
- prepgamesdirs
-}