mr_bones_    15/03/10 05:38:14

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

Revision  Changes    Path
1.10                 games-emulation/handy/handy-0.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/handy/handy-0.82.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/handy/handy-0.82.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/handy/handy-0.82.ebuild?r1=1.9&r2=1.10

Index: handy-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/handy/handy-0.82.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- handy-0.82.ebuild   7 Sep 2014 09:43:59 -0000       1.9
+++ handy-0.82.ebuild   10 Mar 2015 05:38:14 -0000      1.10
@@ -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/handy/handy-0.82.ebuild,v 
1.9 2014/09/07 09:43:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/handy-0.82.ebuild,v 
1.10 2015/03/10 05:38:14 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 MY_RLS="R1"
@@ -20,13 +21,16 @@
 RDEPEND="media-libs/libsdl
        sys-libs/zlib
        sys-libs/lib-compat"
+DEPEND=${RDEPEND}
 
 S=${WORKDIR}
 
+QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/handy"
+
 src_install() {
        local dir=${GAMES_PREFIX_OPT}/${PN}
        exeinto "${dir}"
-       newexe sdlhandy handy || die "doexe failed"
+       newexe sdlhandy handy
        dohtml -r docs/*
        games_make_wrapper sdlhandy ./sdlhandy "${dir}" "${dir}"
        games_make_wrapper handy ./handy "${dir}" "${dir}"



1.9                  games-emulation/handy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   7 Sep 2014 09:43:59 -0000       1.8
+++ ChangeLog   10 Mar 2015 05:38:14 -0000      1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/handy
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.8 
2014/09/07 09:43:59 ulm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.9 
2015/03/10 05:38:14 mr_bones_ Exp $
+
+  10 Mar 2015; Michael Sterrett <[email protected]> handy-0.82.ebuild:
+  EAPI=5
 
   07 Sep 2014; Ulrich Müller <[email protected]> handy-0.82.ebuild:
   Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.




Reply via email to