From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/fceux: ChangeLog fceux-2.1.4a.ebuild
Date: Mon, 26 Jul 2010 21:28:36 +0000 (UTC) [thread overview]
Message-ID: <20100726212836.791342CE15@corvid.gentoo.org> (raw)
mr_bones_ 10/07/26 21:28:36
Modified: ChangeLog
Added: fceux-2.1.4a.ebuild
Log:
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.5 games-emulation/fceux/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fceux/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fceux/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fceux/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 25 Jun 2010 18:50:57 -0000 1.4
+++ ChangeLog 26 Jul 2010 21:28:36 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/fceux
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.4 2010/06/25 18:50:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.5 2010/07/26 21:28:36 mr_bones_ Exp $
+
+*fceux-2.1.4a (26 Jul 2010)
+
+ 26 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> +fceux-2.1.4a.ebuild:
+ version bump
*fceux-2.1.4 (25 Jun 2010)
1.1 games-emulation/fceux/fceux-2.1.4a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fceux/fceux-2.1.4a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fceux/fceux-2.1.4a.ebuild?rev=1.1&content-type=text/plain
Index: fceux-2.1.4a.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/fceux-2.1.4a.ebuild,v 1.1 2010/07/26 21:28:36 mr_bones_ Exp $
EAPI=2
inherit games
DESCRIPTION="A portable Famicom/NES emulator, an evolution of the original FCE Ultra"
HOMEPAGE="http://fceux.com/"
SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+lua +opengl"
RDEPEND="lua? ( dev-lang/lua )
media-libs/libsdl[opengl?,video]
opengl? ( virtual/opengl )
x11-libs/gtk+:2
sys-libs/zlib"
DEPEND="${RDEPEND}
dev-util/scons"
RDEPEND="${RDEPEND}
gnome-extra/zenity"
# Note: zenity is "almost" optional. It is possible to compile and run fceux
# without zenity, but file dialogs will not work.
S=${WORKDIR}/fceu${PV}
src_compile() {
local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
scons \
${sconsopts} \
CREATE_AVI=1 \
OPENGL=$(use opengl && echo 1 || echo 0) \
LUA=$(use lua && echo 1 || echo 0) \
|| die "scons failed"
}
src_install() {
dogamesbin bin/fceux || die
doman documentation/fceux.6 || die
dodoc Authors.txt changelog.txt TODO-PROJECT
# Extra documentation
insinto "/usr/share/doc/${PF}/"
doins -r bin/fceux.chm documentation
rm -f "${D}/usr/share/doc/${PF}/documentation/fceux.6"
prepgamesdirs
}
next reply other threads:[~2010-07-26 21:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 21:28 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-09-13 5:35 [gentoo-commits] gentoo-x86 commit in games-emulation/fceux: ChangeLog fceux-2.1.4a.ebuild Michael Sterrett (mr_bones_)
2010-09-14 17:20 Christian Faulhammer (fauli)
2010-09-22 18:19 Markos Chandras (hwoarang)
2010-11-20 10:51 Michael Sterrett (mr_bones_)
2010-11-29 16:01 Alfredo Tupone (tupone)
2011-06-07 17:07 Alfredo Tupone (tupone)
2013-01-30 22:28 Michael Sterrett (mr_bones_)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100726212836.791342CE15@corvid.gentoo.org \
--to=mr_bones_@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox