From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E85B138010 for ; Fri, 19 Oct 2012 22:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD1A321C001; Fri, 19 Oct 2012 22:03:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1976821C001 for ; Fri, 19 Oct 2012 22:03:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C3F133DAB5 for ; Fri, 19 Oct 2012 22:03:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id 35E7F21600; Fri, 19 Oct 2012 22:03:54 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/openmsx: openmsx-0.9.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openmsx-0.9.1.ebuild ChangeLog X-VCS-Directories: games-emulation/openmsx X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121019220354.35E7F21600@flycatcher.gentoo.org> Date: Fri, 19 Oct 2012 22:03:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73335e8d-78b4-4337-a563-5d9cdda98ea4 X-Archives-Hash: d6b999c8f04901a434f9b22e95a357da mr_bones_ 12/10/19 22:03:54 Modified: ChangeLog Added: openmsx-0.9.1.ebuild Log: version bump (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.44 games-emulation/openmsx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 31 Oct 2011 23:02:27 -0000 1.43 +++ ChangeLog 19 Oct 2012 22:03:54 -0000 1.44 @@ -1,6 +1,11 @@ # 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.43 2011/10/31 23:02:27 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.44 2012/10/19 22:03:54 mr_bones_ Exp $ + +*openmsx-0.9.1 (19 Oct 2012) + + 19 Oct 2012; Michael Sterrett +openmsx-0.9.1.ebuild: + version bump 31 Oct 2011; Samuli Suominen -openmsx-0.7.2.ebuild, -openmsx-0.8.0.ebuild: @@ -182,4 +187,3 @@ 04 Nov 2003; Michael Sterrett openmsx-0.3.3.ebuild: initial commit; ebuild based on the one by Tony Vroon via bug 32397 - 1.1 games-emulation/openmsx/openmsx-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.1&content-type=text/plain Index: openmsx-0.9.1.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.1 2012/10/19 22:03:53 mr_bones_ Exp $ EAPI=2 inherit eutils 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:0 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 sed -i -e 's/GPL.txt//' doc/node.mk || die } 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 README prepalldocs 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" }