public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/fbzx: fbzx-2.10.0.ebuild ChangeLog
@ 2012-08-11 21:23 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-08-11 21:23 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/08/11 21:23:51

  Modified:             ChangeLog
  Added:                fbzx-2.10.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 games-emulation/fbzx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 May 2012 04:38:38 -0000	1.25
+++ ChangeLog	11 Aug 2012 21:23:51 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/fbzx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.25 2012/05/04 04:38:38 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.26 2012/08/11 21:23:51 mr_bones_ Exp $
+
+*fbzx-2.10.0 (11 Aug 2012)
+
+  11 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> +fbzx-2.10.0.ebuild,
+  +files/fbzx-2.10.0-build.patch:
+  version bump
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> fbzx-2.4.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -100,4 +106,3 @@
 
   21 Mar 2004; David Holm <dholm@gentoo.org> fbzx-1.4.ebuild, metadata.xml:
   Initial import.
-



1.1                  games-emulation/fbzx/fbzx-2.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild?rev=1.1&content-type=text/plain

Index: fbzx-2.10.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.1 2012/08/11 21:23:51 mr_bones_ Exp $

EAPI=2
inherit eutils games

DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer"
HOMEPAGE="http://www.rastersoft.com/fbzx.html"
SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="media-libs/libsdl[video]
	media-sound/pulseaudio
	media-libs/alsa-lib"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	sed -i -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" emulator.c || die
	epatch "${FILESDIR}"/${P}-build.patch
}

src_install() {
	dogamesbin fbzx || die "dogamesbin failed"
	insinto "${GAMES_DATADIR}/${PN}"
	doins -r keymap.bmp spectrum-roms || die "doins failed"
	dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS
	doicon fbzx.svg
	make_desktop_entry fbzx FBZX
	prepgamesdirs
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/fbzx: fbzx-2.10.0.ebuild ChangeLog
@ 2012-08-15  2:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-08-15  2:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/08/15 02:40:48

  Modified:             fbzx-2.10.0.ebuild ChangeLog
  Log:
  add patch from Chris Mayo to fix keyboard icon (bug #431418)
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-emulation/fbzx/fbzx-2.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild?r1=1.1&r2=1.2

Index: fbzx-2.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbzx-2.10.0.ebuild	11 Aug 2012 21:23:51 -0000	1.1
+++ fbzx-2.10.0.ebuild	15 Aug 2012 02:40:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.1 2012/08/11 21:23:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.2 2012/08/15 02:40:47 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -22,7 +22,9 @@
 
 src_prepare() {
 	sed -i -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" emulator.c || die
-	epatch "${FILESDIR}"/${P}-build.patch
+	epatch \
+		"${FILESDIR}"/${P}-build.patch \
+		"${FILESDIR}"/${P}-keyboard.patch
 }
 
 src_install() {



1.27                 games-emulation/fbzx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/fbzx/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	11 Aug 2012 21:23:51 -0000	1.26
+++ ChangeLog	15 Aug 2012 02:40:47 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/fbzx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.26 2012/08/11 21:23:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.27 2012/08/15 02:40:47 mr_bones_ Exp $
+
+  15 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/fbzx-2.10.0-keyboard.patch, fbzx-2.10.0.ebuild:
+  add patch from Chris Mayo to fix keyboard icon (bug #431418)
 
 *fbzx-2.10.0 (11 Aug 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-15  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 21:23 [gentoo-commits] gentoo-x86 commit in games-emulation/fbzx: fbzx-2.10.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-15  2:40 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox