public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/yabause: ChangeLog yabause-0.9.7.ebuild
@ 2008-08-31 22:03 Tristan Heaven (nyhm)
  0 siblings, 0 replies; only message in thread
From: Tristan Heaven (nyhm) @ 2008-08-31 22:03 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/08/31 22:03:27

  Modified:             ChangeLog
  Added:                yabause-0.9.7.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.27                 games-emulation/yabause/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	30 Jun 2008 04:13:27 -0000	1.26
+++ ChangeLog	31 Aug 2008 22:03:26 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/yabause
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.26 2008/06/30 04:13:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.27 2008/08/31 22:03:26 nyhm Exp $
+
+*yabause-0.9.7 (31 Aug 2008)
+
+  31 Aug 2008; Tristan Heaven <nyhm@gentoo.org> +yabause-0.9.7.ebuild:
+  Version bump
 
 *yabause-0.9.6 (30 Jun 2008)
 



1.1                  games-emulation/yabause/yabause-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild?rev=1.1&content-type=text/plain

Index: yabause-0.9.7.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild,v 1.1 2008/08/31 22:03:26 nyhm Exp $

EAPI=1
inherit games

DESCRIPTION="A Sega Saturn emulator"
HOMEPAGE="http://yabause.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="x11-libs/gtk+:2
	x11-libs/gtkglext
	virtual/opengl
	virtual/glu
	virtual/glut
	media-libs/libsdl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	egamesconf \
		--datadir=/usr/share \
		--with-port=gtk \
		|| die
	emake -C src/c68k gen68k || die "emake failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
	prepgamesdirs
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-31 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 22:03 [gentoo-commits] gentoo-x86 commit in games-emulation/yabause: ChangeLog yabause-0.9.7.ebuild Tristan Heaven (nyhm)

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