diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.141_p1.ebuild | 154 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.141_p2.ebuild | 154 |
3 files changed, 0 insertions, 310 deletions
diff --git a/games-emulation/sdlmame/Manifest b/games-emulation/sdlmame/Manifest index 569bd5052d69..893faff31c5a 100644 --- a/games-emulation/sdlmame/Manifest +++ b/games-emulation/sdlmame/Manifest @@ -11,8 +11,6 @@ DIST sdlmame0141u1_diff.zip 1152125 RMD160 81d5a7ade7c83ee7302bf80d28cdbec132811 DIST sdlmame0141u2_diff.zip 878752 RMD160 3c27330000dd8ab0f16d331159e38432f36fad7a SHA1 f277813cc67f78f5ac6e29a462147e7faa976ae7 SHA256 48901d03d9999a92d81fd90248c1fb00a4f44e444030dd5c0d3226553d39d614 DIST sdlmame0141u3_diff.zip 1257622 RMD160 62c6a368a7949f6db766a4c40c5feb316570ad74 SHA1 4139b43620ae6148f4e1fa1d3159e0894f93a5b5 SHA256 d1c9cb608ddb34548245b7a3de91f6ccf5faf27db3cf751a37816fa308210b4b EBUILD sdlmame-0.136.ebuild 3384 RMD160 1d79b94c2af8e8a4dbbf76bb3ad80b796828f85c SHA1 c32128b66147ee8c6cfe01f28f49989711b6a6e9 SHA256 31c6ce4b49f273a2c6fb3d85f8efe1ac91a9bbd85868aa877ff56b16bff54506 -EBUILD sdlmame-0.141_p1.ebuild 4005 RMD160 9f09b5a88d31e8339b43872edb7c84092f2672d7 SHA1 b6d743b562b77e64d6b05a3210fd883fbfc8b8a0 SHA256 c09011664e6cb86228b2bad0f82d69cf1a582db293bec6070af9baa316512cee -EBUILD sdlmame-0.141_p2.ebuild 4005 RMD160 7614f13798e6475754f25614486c233cb4ea76fe SHA1 456ee795e34085849cd5631b089f859ffd85f783 SHA256 ae927c4794bea127620652a84efad11c4e72494b7287930c807d5d7c3b798581 EBUILD sdlmame-0.141_p3.ebuild 4005 RMD160 23d00e710b351dc0ffd3dd9403e6c87b7b3c4556 SHA1 a7775b7b692847680ec7a6356bbc8c718d4a3003 SHA256 1c78221a600937515112a4090fff6f26e38ae44e744a6b7e83839be668d0975e MISC ChangeLog 5714 RMD160 70c4cc6419434e92bfc57c5d94179efa293b64c6 SHA1 a3714e71329d232e52ea03464e4c6ba215c30d64 SHA256 095e2a8e826de4cd001eaa7445b81fd67fb1d8da8be4c63d7a5c336a9da1af39 MISC metadata.xml 1089 RMD160 9c8a425da7e10ddc2cdf1bfbbf60b23257eca1e7 SHA1 9ba3821b6dc312016d9cecc295555411e8bc044c SHA256 67982ede09eba43a5e84327f2f529031242424222e0d5170f31c8f2e647e937f diff --git a/games-emulation/sdlmame/sdlmame-0.141_p1.ebuild b/games-emulation/sdlmame/sdlmame-0.141_p1.ebuild deleted file mode 100644 index 5708336264e2..000000000000 --- a/games-emulation/sdlmame/sdlmame-0.141_p1.ebuild +++ /dev/null @@ -1,154 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p1.ebuild,v 1.1 2011/01/24 07:11:57 mr_bones_ Exp $ - -EAPI=2 -inherit eutils flag-o-matic games - -MY_PV=${PV/.} -MY_CONF_PN=${PN/sdl} -MY_P=${PN}${MY_PV} -MY_P=${MY_P%%_p*} -MY_CONF_VER="0.139" -DESCRIPTION="Multiple Arcade Machine Emulator (SDL)" -HOMEPAGE="http://mamedev.org/" -UPDATES="$(for PATCH_VER in $(seq 1 ${PV##*_p}) ; do echo "mirror://gentoo/${MY_P}u${PATCH_VER}_diff.zip"; done)" -# Upstream doesn't allow fetching with unknown User-Agent such as wget -SRC_URI="mirror://gentoo/${MY_P/sdl}s.zip $UPDATES - http://www.netswarm.net/misc/sdlmame-ui.bdf.gz" - -LICENSE="XMAME" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug opengl" - -RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] - media-libs/sdl-ttf - dev-libs/expat - debug? ( - x11-libs/gtk+:2 - gnome-base/gconf - x11-libs/libXinerama - )" -DEPEND="${RDEPEND} - app-arch/unzip - debug? ( x11-proto/xineramaproto )" - -S=${WORKDIR} - -# 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}"/${2:-makefile} \ - || die "sed failed" -} - -src_unpack() { - base_src_unpack - unpack ./mame.zip - rm -f mame.zip -} - -src_prepare() { - if [[ $PV == *_p* ]] ; then - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null - einfo "Patching release with source updates" - epatch ${MY_PV%%_p*}*.diff - fi - sed -i \ - -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \ - -e '/CFLAGS += -pipe/s:^:# :' \ - -e '/LDFLAGS += -s/s:^:# :' \ - -e '/LDFLAGS =/d' \ - -e 's:-Werror::' \ - makefile \ - || die "sed failed" - # 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 - einfo "Enabling debug support" - enable_feature DEBUG - else - einfo "Disabling debug support" - enable_feature NO_X11 src/osd/sdl/sdl.mak - fi - - if ! use opengl ; then - einfo "Disabling opengl support" - enable_feature NO_OPENGL src/osd/sdl/sdl.mak - fi -} - -src_compile() { - emake \ - NAME="${PN}" \ - OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CXXFLAGS}" \ - CC="${CXX}" \ - all || die -} - -src_install() { - newgamesbin ${PN}$(use amd64 && echo 64)$(use debug && echo d) ${PN} || die - - # Avoid collision on /usr/games/bin/jedutil - exeinto "$(games_get_libdir)/${PN}" - doexe chdman jedutil ldverify romcmp testkeys || die - doman src/osd/sdl/man/{chdman,jedutil,ldverify,romcmp,testkeys}.1 - newman src/osd/sdl/man/mame.1 ${PN}.1 - - insinto "${GAMES_DATADIR}/${PN}" - doins -r src/osd/sdl/keymaps || die "doins -r keymaps failed" - newins sdlmame-ui.bdf ui.bdf || die "newins ui.bdf failed" - - insinto "${GAMES_SYSCONFDIR}/${PN}" - doins "${FILESDIR}"/vector.ini || die "doins vector.ini failed" - - sed \ - -e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \ - -e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \ - "${FILESDIR}/${MY_CONF_PN}-${MY_CONF_VER}".ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/${MY_CONF_PN}".ini \ - || die "sed failed" - - dodoc docs/{config,mame,newvideo}.txt whatsnew*.txt - - keepdir \ - "${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \ - "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats} - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "It's strongly recommended that you change either the system-wide" - elog "${MY_CONF_PN}.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 ${MY_CONF_PN}.ini to take advantage of that" - fi -} diff --git a/games-emulation/sdlmame/sdlmame-0.141_p2.ebuild b/games-emulation/sdlmame/sdlmame-0.141_p2.ebuild deleted file mode 100644 index d53fd1a3463a..000000000000 --- a/games-emulation/sdlmame/sdlmame-0.141_p2.ebuild +++ /dev/null @@ -1,154 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p2.ebuild,v 1.1 2011/02/11 06:06:50 mr_bones_ Exp $ - -EAPI=2 -inherit eutils flag-o-matic games - -MY_PV=${PV/.} -MY_CONF_PN=${PN/sdl} -MY_P=${PN}${MY_PV} -MY_P=${MY_P%%_p*} -MY_CONF_VER="0.139" -DESCRIPTION="Multiple Arcade Machine Emulator (SDL)" -HOMEPAGE="http://mamedev.org/" -UPDATES="$(for PATCH_VER in $(seq 1 ${PV##*_p}) ; do echo "mirror://gentoo/${MY_P}u${PATCH_VER}_diff.zip"; done)" -# Upstream doesn't allow fetching with unknown User-Agent such as wget -SRC_URI="mirror://gentoo/${MY_P/sdl}s.zip $UPDATES - http://www.netswarm.net/misc/sdlmame-ui.bdf.gz" - -LICENSE="XMAME" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug opengl" - -RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] - media-libs/sdl-ttf - dev-libs/expat - debug? ( - x11-libs/gtk+:2 - gnome-base/gconf - x11-libs/libXinerama - )" -DEPEND="${RDEPEND} - app-arch/unzip - debug? ( x11-proto/xineramaproto )" - -S=${WORKDIR} - -# 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}"/${2:-makefile} \ - || die "sed failed" -} - -src_unpack() { - base_src_unpack - unpack ./mame.zip - rm -f mame.zip -} - -src_prepare() { - if [[ $PV == *_p* ]] ; then - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null - einfo "Patching release with source updates" - epatch ${MY_PV%%_p*}*.diff - fi - sed -i \ - -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \ - -e '/CFLAGS += -pipe/s:^:# :' \ - -e '/LDFLAGS += -s/s:^:# :' \ - -e '/LDFLAGS =/d' \ - -e 's:-Werror::' \ - makefile \ - || die "sed failed" - # 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 - einfo "Enabling debug support" - enable_feature DEBUG - else - einfo "Disabling debug support" - enable_feature NO_X11 src/osd/sdl/sdl.mak - fi - - if ! use opengl ; then - einfo "Disabling opengl support" - enable_feature NO_OPENGL src/osd/sdl/sdl.mak - fi -} - -src_compile() { - emake \ - NAME="${PN}" \ - OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CXXFLAGS}" \ - CC="${CXX}" \ - all || die -} - -src_install() { - newgamesbin ${PN}$(use amd64 && echo 64)$(use debug && echo d) ${PN} || die - - # Avoid collision on /usr/games/bin/jedutil - exeinto "$(games_get_libdir)/${PN}" - doexe chdman jedutil ldverify romcmp testkeys || die - doman src/osd/sdl/man/{chdman,jedutil,ldverify,romcmp,testkeys}.1 - newman src/osd/sdl/man/mame.1 ${PN}.1 - - insinto "${GAMES_DATADIR}/${PN}" - doins -r src/osd/sdl/keymaps || die "doins -r keymaps failed" - newins sdlmame-ui.bdf ui.bdf || die "newins ui.bdf failed" - - insinto "${GAMES_SYSCONFDIR}/${PN}" - doins "${FILESDIR}"/vector.ini || die "doins vector.ini failed" - - sed \ - -e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \ - -e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \ - "${FILESDIR}/${MY_CONF_PN}-${MY_CONF_VER}".ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/${MY_CONF_PN}".ini \ - || die "sed failed" - - dodoc docs/{config,mame,newvideo}.txt whatsnew*.txt - - keepdir \ - "${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \ - "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats} - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "It's strongly recommended that you change either the system-wide" - elog "${MY_CONF_PN}.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 ${MY_CONF_PN}.ini to take advantage of that" - fi -} |