mr_bones_    15/03/30 18:52:44

  Modified:             kigb-2.02.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-emulation/kigb/kigb-2.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?r1=1.6&r2=1.7

Index: kigb-2.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kigb-2.02.ebuild    17 Apr 2014 16:06:33 -0000      1.6
+++ kigb-2.02.ebuild    30 Mar 2015 18:52:44 -0000      1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.6 
2014/04/17 16:06:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.7 
2015/03/30 18:52:44 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux"
@@ -21,23 +22,20 @@
 
 S=${WORKDIR}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        # use the system version
        rm -f libNL.so*
        # wrapper script creates these in the users' home directories.
        rm -rf cfg inp snap state rom save
-       cp "${FILESDIR}/kigb" "${T}/" || die "cp failed"
+       cp "${FILESDIR}/kigb" "${T}/" || die
        sed -i \
-               -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" \
-               || die "sed failed"
+               -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" || die
 }
 
 src_install() {
-       dogamesbin "${T}/kigb" || die "dogamesbin failed"
+       dogamesbin "${T}/kigb"
        exeinto "${GAMES_PREFIX_OPT}/${PN}"
-       doexe kigb || die "doexe failed"
+       doexe kigb
        dodoc doc/*
        prepgamesdirs
 }



1.15                 games-emulation/kigb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   17 Apr 2014 16:06:33 -0000      1.14
+++ ChangeLog   30 Mar 2015 18:52:44 -0000      1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/kigb
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.14 
2014/04/17 16:06:33 ulm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.15 
2015/03/30 18:52:44 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett <[email protected]> kigb-2.02.ebuild:
+  EAPI=5
 
   17 Apr 2014; Ulrich Müller <[email protected]> kigb-2.02.ebuild:
   Fix LICENSE, add mirror and bindist restrictions, bug 505624.




Reply via email to