About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
mr_bones_ 09/06/02 05:23:22 Modified: ChangeLog Added: yabause-0.9.10.ebuild Log: version bump (Portage version: 2.1.6.11/cvs/Linux i686) Revision Changes Path 1.30 games-emulation/yabause/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 13 Jan 2009 03:43:24 -0000 1.29 +++ ChangeLog 2 Jun 2009 05:23:22 -0000 1.30 @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/yabause # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.29 2009/01/13 03:43:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.30 2009/06/02 05:23:22 mr_bones_ Exp $ + +*yabause-0.9.10 (02 Jun 2009) + + 02 Jun 2009; Michael Sterrett <mr_bones_@g.o> + +yabause-0.9.10.ebuild: + version bump *yabause-0.9.9 (13 Jan 2009) 1.1 games-emulation/yabause/yabause-0.9.10.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.10.ebuild?rev=1.1&content-type=text/plain Index: yabause-0.9.10.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.10.ebuild,v 1.1 2009/06/02 05:23:22 mr_bones_ Exp $ EAPI=2 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="openal sdl" RDEPEND="x11-libs/gtk+:2 x11-libs/gtkglext virtual/opengl virtual/glu virtual/glut openal? ( media-libs/openal ) sdl? ( media-libs/libsdl[opengl?,video] )" DEPEND="${RDEPEND} dev-util/pkgconfig" src_configure() { egamesconf \ --disable-dependency-tracking \ --datadir=/usr/share \ --with-port=gtk \ $(use_with sdl) \ $(use_with openal) } src_compile() { 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 prepgamesdirs }
Updated Sep 15, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.