summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-09-28 16:59:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-09-28 16:59:24 +0000
commit1c33ec0ecbb65312bf82577241b1b21e25897c78 (patch)
treee85d36d88d5597319570127d236a497fb343bf02 /games-emulation
parentMigrate to EAPI 2 in order to nuke built_with_use. (diff)
downloadhistorical-1c33ec0ecbb65312bf82577241b1b21e25897c78.tar.gz
historical-1c33ec0ecbb65312bf82577241b1b21e25897c78.tar.bz2
historical-1c33ec0ecbb65312bf82577241b1b21e25897c78.zip
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/openmsx/Manifest2
-rw-r--r--games-emulation/openmsx/openmsx-0.7.0.ebuild53
-rw-r--r--games-emulation/sdlmame/Manifest4
-rw-r--r--games-emulation/sdlmame/sdlmame-0.133.ebuild130
-rw-r--r--games-emulation/sdlmame/sdlmame-0.133_p2.ebuild130
5 files changed, 0 insertions, 319 deletions
diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest
index b73baa175f0f..9ffdfcf4fb65 100644
--- a/games-emulation/openmsx/Manifest
+++ b/games-emulation/openmsx/Manifest
@@ -1,8 +1,6 @@
DIST openmsx-0.6.3.tar.gz 2045441 RMD160 2ef5df4c7a63b9dac279d04fda8643a7981a7c63 SHA1 02e468100a684c4d666883ff9c877b95e4c5fb69 SHA256 ce16a38a8f93b234a4cfeb7a0dc4bb1a21149e3e5921556076eec9589c4a24e7
-DIST openmsx-0.7.0.tar.gz 2547029 RMD160 64ffd87351635c23a3668300bfd664a5d9ce63ff SHA1 357964fa835ff674f4dbca6b79441beb39ddccea SHA256 553d1e2e5f21090619dbdc632e6d713d0014d116775a87252c695635bd27d687
DIST openmsx-0.7.2.tar.gz 2653475 RMD160 cca186fbf2edea5fb76bc135bef11b1bee08bcde SHA1 e600bf3fc7b5e69762de12cc6dc075a54b78a9ec SHA256 61bd5323ff9c1f4ae3b6a7c57c3acf5131fc643667f91bc669639d690de7efd2
EBUILD openmsx-0.6.3.ebuild 1355 RMD160 03d4d42050dd023530de53b13f51dcec09f547d8 SHA1 16f00bb2aa5d2041a24b3b09c6dbf3a17c3a30b6 SHA256 cc0562fff3746ecf8cbfc9276ad449b2fa31a70b9d1aa63fc9478f3045c0740d
-EBUILD openmsx-0.7.0.ebuild 1375 RMD160 fcb4d9db5a188d2f86bd0cac486aaa1fa6b13ed4 SHA1 2c56200319f65e44b01b83459540b0a83bb2ba69 SHA256 76867ce8c8ee30bc4f6835520908818f161d9d1137f2d2ec80eb719adb4e7bcf
EBUILD openmsx-0.7.2.ebuild 1343 RMD160 185ec36162ab2f26dcec6926d7488f5e97f5ad47 SHA1 0eabd91a72462c608f1a518b42ca33105e8416b8 SHA256 8304adc24c634f3d22d297e2096fa6a4d80cd587db8399823bfc3bc25dbef83f
MISC ChangeLog 4386 RMD160 e828436ca39bf8e050ca54f8bdbf6b2d33c226a8 SHA1 124f06f9e74eef13642324cced75c244660f4884 SHA256 3294c7d2a6bedad88af80064581cd2a1d3f0d906a8725192d31dec30dfa3586e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-emulation/openmsx/openmsx-0.7.0.ebuild b/games-emulation/openmsx/openmsx-0.7.0.ebuild
deleted file mode 100644
index fdde52b63218..000000000000
--- a/games-emulation/openmsx/openmsx-0.7.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.7.0.ebuild,v 1.3 2009/09/08 06:36:46 mr_bones_ Exp $
-
-EAPI=2
-inherit toolchain-funcs games
-
-DESCRIPTION="MSX emulator that aims for perfection"
-HOMEPAGE="http://openmsx.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="jack"
-
-DEPEND="dev-lang/tcl
- dev-libs/libxml2
- media-libs/libpng
- media-libs/libsdl
- media-libs/glew
- media-libs/sdl-image
- media-libs/sdl-ttf
- virtual/opengl
- jack? ( media-sound/jack-audio-connection-kit )"
-
-src_prepare() {
- sed -i '/LINK_FLAGS+=/s/-s//' build/main.mk || die "sed failed"
- sed -i \
- -e "/DISABLED/s:$:$(use jack || echo JACK):" \
- -e '/SYMLINK/s:true:false:' \
- build/custom.mk \
- || die "sed custom.mk failed"
- find share/extensions -type f -exec chmod -x '{}' +
-}
-
-src_compile() {
- emake \
- CXX="$(tc-getCXX)" \
- CXXFLAGS="${CXXFLAGS}" \
- INSTALL_SHARE_DIR="${GAMES_DATADIR}"/${PN} \
- || die "emake failed"
-}
-
-src_install() {
- emake \
- INSTALL_BINARY_DIR="${D}${GAMES_BINDIR}" \
- INSTALL_SHARE_DIR="${D}${GAMES_DATADIR}"/${PN} \
- INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \
- install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
- prepgamesdirs
-}
diff --git a/games-emulation/sdlmame/Manifest b/games-emulation/sdlmame/Manifest
index d7206d1bab1f..fd7c84a5c92f 100644
--- a/games-emulation/sdlmame/Manifest
+++ b/games-emulation/sdlmame/Manifest
@@ -3,12 +3,8 @@ AUX mame.ini.in 5962 RMD160 6eb4c315b29d5e6da24a40ad94a646bb56b27998 SHA1 fadb05
AUX vector.ini 116 RMD160 e63ed40b21a2426b28571d514933efab6ccce7e8 SHA1 c6615ce44d08b89a65435dfe7e0af9ac6d8459df SHA256 408aeaaffcb2ecccd20db457f22d2d5efa930c0f62a92987b0fbefaf6c038c23
DIST sdlmame-manpages.tar.gz 14400 RMD160 14660470488458a8897a8a924c12f7ab961d6729 SHA1 279fbf37668282c0e4e86d62a29f5ec53fa0ab1a SHA256 507240258dfb816fbfddc674c5995a126c7a975158c2aad1ada8cb064c5e3d08
DIST sdlmame0129.zip 17329162 RMD160 23a13fb73b90b0c3c173a9ac2808f568a0a09c9e SHA1 bf65a6f428a6824872bfa557ca5ad2b2800a433c SHA256 f38ca5903cb9a7a5c4d24b5d1eb435ff282c560a42c1a749ca1dc3b347a9bf2e
-DIST sdlmame0133.zip 17983288 RMD160 dea54228e0cfc574251caa17ca292d6b35688b87 SHA1 083d4ac915ad3c91729335f92661904a42d9d886 SHA256 ed13c178de6ccae5a7c958fa32504fdd5a55600fad81f76efa10e818ef416aa8
-DIST sdlmame0133u2.zip 18084780 RMD160 2df393a1fdc4066def4c6c7cc36474224668f75b SHA1 cee656e7dcf1405c71289ee303bd1c4dee5801e9 SHA256 c4a6562c975e3011ccd563d3f13c92491be132d52f7923ee438efcebc2138fd9
DIST sdlmame0134u1.zip 18307253 RMD160 22df640fa068f5a95aef20a99a32a3acd836afcb SHA1 264288ce55f0fac2f086bb06625f9e12031595f6 SHA256 0a51cfb7c7be30ce6155e546e7196a5011c899d60cd682b3003d9e3df41c8a1d
EBUILD sdlmame-0.129.ebuild 3266 RMD160 bcd6615a4e52cd0fdeac6f58f91582b7891e31f4 SHA1 f7764fafb3cdcc40d43dd41cd36477d3afe805a9 SHA256 02c962612a740518b78458c5798294a9240cf86d136deb9315af1754ec67fd19
-EBUILD sdlmame-0.133.ebuild 3213 RMD160 485ca94fb73dbab1ed3b6edcd5b74a145a713995 SHA1 b4b4a11dce48e29e6c521f49381db2520e5ba0ca SHA256 053676e5c2452d4029f15c94aeb411c5e7eae93af7b05948a6b308168df7b21e
-EBUILD sdlmame-0.133_p2.ebuild 3216 RMD160 0ddf32dddd07ae2f70fe3bdc2b9b40663b0b4df5 SHA1 c7086bc42bb68adfd2ee1c9e067701ef04f37dab SHA256 d4f883297967248977581341b9557c2947e871eda5d0aa1766ed24a1da9d0e07
EBUILD sdlmame-0.134_p1.ebuild 3251 RMD160 af6652cb46f6454651b8e996e24ed6ded4092daf SHA1 5d22773aedf0e0054b459b0344bf4735a88daece SHA256 c8dda2a6b8ff2ec6cb9c0c87563fbdc6ccdb1dd3fe347bcbf3bbf0afb4ea7f3d
MISC ChangeLog 3062 RMD160 a0fa7e98650a9f7ab99b3ff3e8c9f5284ca9a308 SHA1 002288358774d82ddaa91513743b33aca3391be5 SHA256 f848d8adcd44f3c6d1a4b8e5fc2ed600fca4c861606a42eaa7ebcea3a34db467
MISC metadata.xml 1089 RMD160 9c8a425da7e10ddc2cdf1bfbbf60b23257eca1e7 SHA1 9ba3821b6dc312016d9cecc295555411e8bc044c SHA256 67982ede09eba43a5e84327f2f529031242424222e0d5170f31c8f2e647e937f
diff --git a/games-emulation/sdlmame/sdlmame-0.133.ebuild b/games-emulation/sdlmame/sdlmame-0.133.ebuild
deleted file mode 100644
index a56e196a6857..000000000000
--- a/games-emulation/sdlmame/sdlmame-0.133.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.133.ebuild,v 1.1 2009/07/21 02:35:53 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils flag-o-matic games
-
-MY_PV=${PV/.}
-MY_PV=${MY_PV/_p/u}
-MY_P=${PN}${MY_PV}
-DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
-HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163"
-# 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"
-
-LICENSE="XMAME"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="opengl"
-
-RDEPEND=">=media-libs/libsdl-1.2.10[opengl?]
- dev-libs/expat
- x11-libs/libXinerama
- x11-libs/gtk+:2
- gnome-base/gconf: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"
-}
-
-src_prepare() {
- sed -i \
- -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \
- -e '/CFLAGS += -pipe/s:^:# :' \
- -e '/LDFLAGS += -s/s:^:# :' \
- -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
-}
-
-src_compile() {
- local make_opts
-
- 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 ldverify 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} \
- "${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.133_p2.ebuild b/games-emulation/sdlmame/sdlmame-0.133_p2.ebuild
deleted file mode 100644
index f4cf78544989..000000000000
--- a/games-emulation/sdlmame/sdlmame-0.133_p2.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.133_p2.ebuild,v 1.1 2009/08/13 20:48:32 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils flag-o-matic games
-
-MY_PV=${PV/.}
-MY_PV=${MY_PV/_p/u}
-MY_P=${PN}${MY_PV}
-DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
-HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163"
-# 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"
-
-LICENSE="XMAME"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="opengl"
-
-RDEPEND=">=media-libs/libsdl-1.2.10[opengl?]
- dev-libs/expat
- x11-libs/libXinerama
- x11-libs/gtk+:2
- gnome-base/gconf: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"
-}
-
-src_prepare() {
- sed -i \
- -e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \
- -e '/CFLAGS += -pipe/s:^:# :' \
- -e '/LDFLAGS += -s/s:^:# :' \
- -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
-}
-
-src_compile() {
- local make_opts
-
- 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 ldverify 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} \
- "${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
-}