tupone      15/02/18 21:33:41

  Modified:             ChangeLog einstein-2.0.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.13                 games-puzzle/einstein/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/einstein/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   15 May 2014 16:50:50 -0000      1.12
+++ ChangeLog   18 Feb 2015 21:33:41 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/einstein
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/einstein/ChangeLog,v 1.12 
2014/05/15 16:50:50 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/einstein/ChangeLog,v 1.13 
2015/02/18 21:33:41 tupone Exp $
+
+  18 Feb 2015; Tupone Alfredo <[email protected]> einstein-2.0.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller <[email protected]> einstein-2.0.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.12                 games-puzzle/einstein/einstein-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/einstein-2.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/einstein-2.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/einstein/einstein-2.0.ebuild?r1=1.11&r2=1.12

Index: einstein-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/einstein/einstein-2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- einstein-2.0.ebuild 15 May 2014 16:50:50 -0000      1.11
+++ einstein-2.0.ebuild 18 Feb 2015 21:33:41 -0000      1.12
@@ -1,8 +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-puzzle/einstein/einstein-2.0.ebuild,v 
1.11 2014/05/15 16:50:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/einstein/einstein-2.0.ebuild,v 
1.12 2015/02/18 21:33:41 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A puzzle game inspired by Albert Einstein"
@@ -18,6 +18,7 @@
 DEPEND="media-libs/libsdl[sound,video]
        media-libs/sdl-mixer
        media-libs/sdl-ttf"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}*.patch
@@ -33,9 +34,9 @@
 }
 
 src_install() {
-       dogamesbin "${PN}" || die
+       dogamesbin "${PN}"
        insinto "${GAMES_DATADIR}/${PN}/res"
-       doins einstein.res || die
+       doins einstein.res
        doicon "${DISTDIR}"/${PN}.png
        make_desktop_entry ${PN} "Einstein Puzzle"
        prepgamesdirs




Reply via email to