diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-31 23:02:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-31 23:02:27 +0000 |
commit | 52bf8bdf764e6210f5850ebfae8c6302cc6c74b6 (patch) | |
tree | 7a46749c9f94e2e62ad33fa616cb2e2d48d8a02c /games-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-52bf8bdf764e6210f5850ebfae8c6302cc6c74b6.tar.gz gentoo-2-52bf8bdf764e6210f5850ebfae8c6302cc6c74b6.tar.bz2 gentoo-2-52bf8bdf764e6210f5850ebfae8c6302cc6c74b6.zip |
old, not compatible with stable png
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/openmsx/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.7.2.ebuild | 55 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.8.0.ebuild | 65 |
3 files changed, 5 insertions, 121 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog index 3b113316f9c8..9e274edfa60b 100644 --- a/games-emulation/openmsx/ChangeLog +++ b/games-emulation/openmsx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/openmsx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.42 2011/10/15 11:23:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.43 2011/10/31 23:02:27 ssuominen Exp $ + + 31 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -openmsx-0.7.2.ebuild, + -openmsx-0.8.0.ebuild: + old 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> openmsx-0.8.1.ebuild: ppc stable wrt #380179 diff --git a/games-emulation/openmsx/openmsx-0.7.2.ebuild b/games-emulation/openmsx/openmsx-0.7.2.ebuild deleted file mode 100644 index 3bd2089677d3..000000000000 --- a/games-emulation/openmsx/openmsx-0.7.2.ebuild +++ /dev/null @@ -1,55 +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/openmsx/openmsx-0.7.2.ebuild,v 1.5 2011/02/12 18:37:35 armin76 Exp $ - -EAPI=2 -inherit 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 ~ppc64 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 \ - -e '/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 \ - 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 ChangeLog README - prepgamesdirs -} diff --git a/games-emulation/openmsx/openmsx-0.8.0.ebuild b/games-emulation/openmsx/openmsx-0.8.0.ebuild deleted file mode 100644 index 204625b49d80..000000000000 --- a/games-emulation/openmsx/openmsx-0.8.0.ebuild +++ /dev/null @@ -1,65 +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/openmsx/openmsx-0.8.0.ebuild,v 1.5 2011/02/12 18:37:35 armin76 Exp $ - -EAPI=2 -inherit 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 ~ppc64 x86" -IUSE="" - -DEPEND="dev-lang/tcl - dev-libs/libxml2 - media-libs/libpng - media-libs/libsdl[audio,video] - media-libs/glew - media-libs/sdl-image[png] - media-libs/sdl-ttf - virtual/opengl" - -src_prepare() { - sed -i \ - -e '/^LDFLAGS:=/d' \ - -e '/LINK_FLAGS_PREFIX/d' \ - -e '/LINK_FLAGS+=/s/-s//' \ - -e '/LINK_FLAGS+=\$(TARGET_FLAGS)/s/$/ $(LDFLAGS)/' \ - build/main.mk \ - || die - sed -i \ - -e '/SYMLINK/s:true:false:' \ - build/custom.mk \ - || die - find share/extensions -type f -exec chmod -x '{}' + -} - -src_compile() { - emake \ - CXXFLAGS="${CXXFLAGS}" \ - INSTALL_SHARE_DIR="${GAMES_DATADIR}"/${PN} \ - || die -} - -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 ChangeLog README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "If you want to if you want to emulate real MSX systems and not" - elog "only the free C-BIOS machines, put the system ROMs in one of" - elog "the following directories: ${GAMES_DATADIR}/${PN}/systemroms" - elog "or ~/.openMSX/share/systemroms" -} |