tupone      15/01/05 19:20:01

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

Revision  Changes    Path
1.21                 games-arcade/tomatoes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   15 May 2014 16:33:42 -0000      1.20
+++ ChangeLog   5 Jan 2015 19:20:01 -0000       1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.20 
2014/05/15 16:33:42 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.21 
2015/01/05 19:20:01 tupone Exp $
+
+  05 Jan 2015; Tupone Alfredo <[email protected]> tomatoes-1.55-r2.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller <[email protected]> tomatoes-1.55-r2.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.11                 games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.10&r2=1.11

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tomatoes-1.55-r2.ebuild     15 May 2014 16:33:42 -0000      1.10
+++ tomatoes-1.55-r2.ebuild     5 Jan 2015 19:20:01 -0000       1.11
@@ -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-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.10 
2014/05/15 16:33:42 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.11 
2015/01/05 19:20:01 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DATA_PV=1.5
@@ -21,6 +21,7 @@
        media-libs/libsdl[sound,video]
        media-libs/sdl-image[jpeg,png]
        media-libs/sdl-mixer[mod]"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        mv ../tomatoes-1.5/* . || die "mv failed"
@@ -42,11 +43,11 @@
 }
 
 src_install() {
-       dogamesbin tomatoes || die "dogamesbin failed"
+       dogamesbin tomatoes
        dodoc README README-src
 
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r tomatoes.mpk music || die "doins data failed"
+       doins -r tomatoes.mpk music
 
        doicon ${PN}.png
        make_desktop_entry tomatoes "I Have No Tomatoes"
@@ -56,7 +57,7 @@
        fperms 660 "${GAMES_STATEDIR}"/${PN}/hiscore.lst
 
        insinto "${GAMES_SYSCONFDIR}"/${PN}
-       doins config.cfg || die "doins config.cfg failed"
+       doins config.cfg
 
        prepgamesdirs
 }




Reply via email to