diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-18 18:43:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-18 18:43:52 +0000 |
commit | a834957e27b7dc169a18799b3fbcd09dd65390f5 (patch) | |
tree | eaced79024682b675408cdd09ff1a94ec382a3e5 /games-emulation | |
parent | old (diff) | |
download | historical-a834957e27b7dc169a18799b3fbcd09dd65390f5.tar.gz historical-a834957e27b7dc169a18799b3fbcd09dd65390f5.tar.bz2 historical-a834957e27b7dc169a18799b3fbcd09dd65390f5.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/hatari-0.45.ebuild | 57 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.124.ebuild | 156 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.124_p3.ebuild | 156 |
3 files changed, 0 insertions, 369 deletions
diff --git a/games-emulation/hatari/hatari-0.45.ebuild b/games-emulation/hatari/hatari-0.45.ebuild deleted file mode 100644 index a1a0b3d6b019..000000000000 --- a/games-emulation/hatari/hatari-0.45.ebuild +++ /dev/null @@ -1,57 +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/hatari/hatari-0.45.ebuild,v 1.9 2008/02/26 06:30:47 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Atari ST emulator" -HOMEPAGE="http://hatari.sourceforge.net/" -SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND="games-emulation/emutos - media-libs/libsdl - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "/^CFLAGS/ s:-O3.*:${CFLAGS}:" \ - -e "/^DATADIR/ s:=.*:= ${GAMES_DATADIR}/${PN}:" Makefile.cnf \ - || die "sed Makefile.cnf failed" -} - -src_compile() { - cd src - emake || die "emake failed" -} - -src_install() { - dogamesbin "${S}/src/hatari" || die "dogamesbin failed" - insinto "${GAMES_DATADIR}/${PN}" - doins src/font8.bmp || die "doins font8.bmp failed" - dodoc readme.txt doc/*.txt - dohtml -r doc/ - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - elog "has been installed in /usr/games/lib/ with a .img extension (there" - elog "are several from which to choose)." - elog - elog "Another option is to go to http://www.atari.st/ and get a real TOS:" - elog " http://www.atari.st/" - elog - elog "The first time you run hatari, you should configure it to find the" - elog "TOS you prefer to use. Be sure to save your settings." - echo -} diff --git a/games-emulation/sdlmame/sdlmame-0.124.ebuild b/games-emulation/sdlmame/sdlmame-0.124.ebuild deleted file mode 100644 index fe14f17f1f2d..000000000000 --- a/games-emulation/sdlmame/sdlmame-0.124.ebuild +++ /dev/null @@ -1,156 +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/sdlmame/sdlmame-0.124.ebuild,v 1.6 2008/04/24 22:00:23 drac Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="Multiple Arcade Machine Emulator (SDL)" -HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163" - -MY_PV=${PV/.} -MY_PV=${MY_PV/_p/u} -MY_P=${PN}${MY_PV} - -# Upstream doesn't allow fetching with unknown User-Agent such as wget -SRC_URI="mirror://gentoo/${MY_P}.zip - mirror://gentoo/${PN}-manpages.tar.gz" - -# Same as xmame. Should it be renamed to MAME? -LICENSE="XMAME" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug opengl" - -RDEPEND=">=media-libs/libsdl-1.2.10 - sys-libs/zlib - dev-libs/expat - x11-libs/libXinerama - debug? ( - >gnome-base/gconf-2 - >=x11-libs/gtk+-2 )" - -DEPEND="${RDEPEND} - app-arch/unzip - x11-proto/xineramaproto" - -S=${WORKDIR}/${MY_P} - -# Function to disable a makefile option -disable_feature() { - sed -i \ - -e "/$1.*=/s:^:# :" \ - "${S}"/makefile \ - || die "sed failed" -} - -# Function to enable a makefile option -enable_feature() { - sed -i \ - -e "/^#.*$1.*=/s:^# ::" \ - "${S}"/makefile \ - || die "sed failed" -} - -pkg_setup() { - if use opengl && ! built_with_use media-libs/libsdl opengl ; then - die "Please emerge media-libs/libsdl with USE=opengl" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - sed -i \ - -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \ - -e '/CFLAGS += -pipe/s:^:# :' \ - -e '/LDFLAGS += -s/s:^:# :' \ - -e 's:-Werror::' \ - "${S}"/makefile \ - || die "sed failed" - - # CFLAGS and build debugging help - #sed -i \ - # -e "/^\(AR\|CC\|LD\|RM\) =/s:@::" \ - # -i "${S}"/makefile -} - -src_compile() { - local make_opts - - # Don't compile zlib and expat - einfo "Disabling embedded libraries: zlib and expat" - disable_feature BUILD_ZLIB - disable_feature BUILD_EXPAT - - if use amd64; then - einfo "Enabling 64-bit support" - enable_feature PTR64 - fi - - if use ppc; then - einfo "Enabling PPC support" - enable_feature BIGENDIAN - fi - - if use debug ; then - ewarn "Building with DEBUG support is not recommended for normal use" - enable_feature DEBUG - enable_feature PROFILE - enable_feature SYMBOLS - enable_feature DEBUGGER - fi - - use opengl || make_opts="${make_opts} NO_OPENGL=1" - - emake \ - NAME="${PN}" \ - OPT_FLAGS='-DINI_PATH=\"\$$HOME/.sdlmame\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CFLAGS}" \ - SUFFIX="" \ - ${make_opts} \ - || die "emake failed" -} - -src_install() { - dogamesbin "${PN}" || die "dogamesbin "${PN}" failed" - - # Follows xmame ebuild, avoiding collision on /usr/games/bin/jedutil - exeinto "$(games_get_libdir)/${PN}" - local f - for f in chdman makemeta jedutil romcmp testkeys; do - doexe "${f}" || die "doexe ${f} failed" - done - - insinto "${GAMES_DATADIR}/${PN}" - doins ui.bdf || die "doins ui.bdf failed" - doins -r keymaps || die "doins -r keymaps failed" - - insinto "${GAMES_SYSCONFDIR}/${PN}" - doins "${FILESDIR}"/{joymap.dat,vector.ini} || die "doins joymap.dat vector.ini failed" - - sed \ - -e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \ - -e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \ - "${FILESDIR}"/mame.ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/"mame.ini \ - || die "sed failed" - - dodoc docs/{config,mame,newvideo}.txt *.txt - doman "${WORKDIR}/${PN}-manpages"/* - - keepdir "${GAMES_DATADIR}/${PN}"/{roms,samples,artwork} - keepdir "${GAMES_SYSCONFDIR}/${PN}"/ctrlr - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "It's strongly recommended that you change either the system-wide" - elog "mame.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}" - - if use opengl; then - echo - elog "You built ${PN} with opengl support and should set" - elog "\"video\" to \"opengl\" in mame.ini to take advantage of that" - fi -} diff --git a/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild b/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild deleted file mode 100644 index 748529781e9b..000000000000 --- a/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild +++ /dev/null @@ -1,156 +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/sdlmame/sdlmame-0.124_p3.ebuild,v 1.6 2008/04/24 22:00:23 drac Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="Multiple Arcade Machine Emulator (SDL)" -HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163" - -MY_PV=${PV/.} -MY_PV=${MY_PV/_p/u} -MY_P=${PN}${MY_PV} - -# Upstream doesn't allow fetching with unknown User-Agent such as wget -SRC_URI="mirror://gentoo/${MY_P}.zip - mirror://gentoo/${PN}-manpages.tar.gz" - -# Same as xmame. Should it be renamed to MAME? -LICENSE="XMAME" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug opengl" - -RDEPEND=">=media-libs/libsdl-1.2.10 - sys-libs/zlib - dev-libs/expat - x11-libs/libXinerama - debug? ( - >gnome-base/gconf-2 - >=x11-libs/gtk+-2 )" - -DEPEND="${RDEPEND} - app-arch/unzip - x11-proto/xineramaproto" - -S=${WORKDIR}/${MY_P} - -# Function to disable a makefile option -disable_feature() { - sed -i \ - -e "/$1.*=/s:^:# :" \ - "${S}"/makefile \ - || die "sed failed" -} - -# Function to enable a makefile option -enable_feature() { - sed -i \ - -e "/^#.*$1.*=/s:^# ::" \ - "${S}"/makefile \ - || die "sed failed" -} - -pkg_setup() { - if use opengl && ! built_with_use media-libs/libsdl opengl ; then - die "Please emerge media-libs/libsdl with USE=opengl" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - sed -i \ - -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \ - -e '/CFLAGS += -pipe/s:^:# :' \ - -e '/LDFLAGS += -s/s:^:# :' \ - -e 's:-Werror::' \ - "${S}"/makefile \ - || die "sed failed" - - # CFLAGS and build debugging help - #sed -i \ - # -e "/^\(AR\|CC\|LD\|RM\) =/s:@::" \ - # -i "${S}"/makefile -} - -src_compile() { - local make_opts - - # Don't compile zlib and expat - einfo "Disabling embedded libraries: zlib and expat" - disable_feature BUILD_ZLIB - disable_feature BUILD_EXPAT - - if use amd64; then - einfo "Enabling 64-bit support" - enable_feature PTR64 - fi - - if use ppc; then - einfo "Enabling PPC support" - enable_feature BIGENDIAN - fi - - if use debug ; then - ewarn "Building with DEBUG support is not recommended for normal use" - enable_feature DEBUG - enable_feature PROFILE - enable_feature SYMBOLS - enable_feature DEBUGGER - fi - - use opengl || make_opts="${make_opts} NO_OPENGL=1" - - emake \ - NAME="${PN}" \ - OPT_FLAGS='-DINI_PATH=\"\$$HOME/.sdlmame\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CFLAGS}" \ - SUFFIX="" \ - ${make_opts} \ - || die "emake failed" -} - -src_install() { - dogamesbin "${PN}" || die "dogamesbin "${PN}" failed" - - # Follows xmame ebuild, avoiding collision on /usr/games/bin/jedutil - exeinto "$(games_get_libdir)/${PN}" - local f - for f in chdman makemeta jedutil romcmp testkeys; do - doexe "${f}" || die "doexe ${f} failed" - done - - insinto "${GAMES_DATADIR}/${PN}" - doins ui.bdf || die "doins ui.bdf failed" - doins -r keymaps || die "doins -r keymaps failed" - - insinto "${GAMES_SYSCONFDIR}/${PN}" - doins "${FILESDIR}"/{joymap.dat,vector.ini} || die "doins joymap.dat vector.ini failed" - - sed \ - -e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \ - -e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \ - "${FILESDIR}"/mame.ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/"mame.ini \ - || die "sed failed" - - dodoc docs/{config,mame,newvideo}.txt *.txt - doman "${WORKDIR}/${PN}-manpages"/* - - keepdir "${GAMES_DATADIR}/${PN}"/{roms,samples,artwork} - keepdir "${GAMES_SYSCONFDIR}/${PN}"/ctrlr - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "It's strongly recommended that you change either the system-wide" - elog "mame.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}" - - if use opengl; then - echo - elog "You built ${PN} with opengl support and should set" - elog "\"video\" to \"opengl\" in mame.ini to take advantage of that" - fi -} |