mr_bones_    15/01/24 05:58:44

  Modified:             ChangeLog
  Added:                gngeo-0.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 games-emulation/gngeo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   17 Jan 2015 16:28:18 -0000      1.23
+++ ChangeLog   24 Jan 2015 05:58:44 -0000      1.24
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/gngeo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.23 
2015/01/17 16:28:18 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.24 
2015/01/24 05:58:44 mr_bones_ Exp $
+
+*gngeo-0.8 (24 Jan 2015)
+
+  24 Jan 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  +files/gngeo-0.8-concurrentMake.patch, +files/gngeo-0.8-execstacks.patch,
+  +files/gngeo-0.8-zlib.patch, +gngeo-0.8.ebuild:
+  version bump
 
   17 Jan 2015; Tupone Alfredo <tup...@gentoo.org> gngeo-0.7.ebuild:
   EAPI 5
@@ -91,4 +98,3 @@
 
   29 Jul 2003; Michael Sterrett <mster...@gentoo.org> gngeo-0.5.9a.ebuild:
   Initial ebuild supplied by Paolo and tidied (bug 24702)
-



1.1                  games-emulation/gngeo/gngeo-0.8.ebuild

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

Index: gngeo-0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild,v 1.1 
2015/01/24 05:58:44 mr_bones_ Exp $

EAPI=5
inherit eutils autotools games

DESCRIPTION="A NeoGeo emulator"
HOMEPAGE="http://code.google.com/p/gngeo/";
SRC_URI="http://gngeo.googlecode.com/files/${P}.tar.gz";

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

DEPEND="virtual/opengl
        media-libs/libsdl[joystick,opengl,sound,video]
        sys-libs/zlib[minizip]"
RDEPEND=${DEPEND}

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-execstacks.patch \
                "${FILESDIR}"/${P}-zlib.patch \
                "${FILESDIR}"/${P}-concurrentMake.patch
        mv configure.in configure.ac || die
        eautoreconf
}

src_configure() {
        egamesconf --disable-i386asm
}

src_install() {
        DOCS=( AUTHORS FAQ NEWS README* TODO sample_gngeorc )
        default
        prepgamesdirs
}

pkg_postinst() {
        games_pkg_postinst
        echo
        elog "A licensed NeoGeo BIOS copy is required to run the emulator."
        echo
}




Reply via email to