tupone      15/01/04 15:26:51

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

Revision  Changes    Path
1.7                  games-arcade/insaneodyssey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 Mar 2007 21:42:26 -0000      1.6
+++ ChangeLog   4 Jan 2015 15:26:51 -0000       1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/insaneodyssey
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/ChangeLog,v 1.6 
2007/03/13 21:42:26 nyhm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/ChangeLog,v 1.7 
2015/01/04 15:26:51 tupone Exp $
+
+  04 Jan 2015; Tupone Alfredo <[email protected]> insaneodyssey-000311.ebuild:
+  EAPI 5
 
   13 Mar 2007; Tristan Heaven <[email protected]> insaneodyssey-000311.ebuild:
   Install menu entry, bug #160227



1.7                  games-arcade/insaneodyssey/insaneodyssey-000311.ebuild

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

Index: insaneodyssey-000311.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- insaneodyssey-000311.ebuild 13 Mar 2007 21:42:26 -0000      1.6
+++ insaneodyssey-000311.ebuild 4 Jan 2015 15:26:51 -0000       1.7
@@ -1,7 +1,7 @@
-# Copyright 1999-2007 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/insaneodyssey/insaneodyssey-000311.ebuild,v
 1.6 2007/03/13 21:42:26 nyhm Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild,v
 1.7 2015/01/04 15:26:51 tupone Exp $
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Help West Muldune escape from a futuristic mental hospital"
@@ -18,12 +18,11 @@
 DEPEND="media-libs/libsdl
        media-libs/sdl-mixer
        media-libs/sdl-image"
-
+RDEPEND="${DEPEND}"
 S=${WORKDIR}/${PN}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"/${PN}
+src_prepare() {
+       cd ${PN}
 
        # Modify data load code and paths to game data
        sed -e "s:/usr/share/games:${GAMES_DATADIR}:" \
@@ -49,9 +48,9 @@
 
 src_install() {
        cd ${PN}
-       dogamesbin ${PN} || die "dogamesbin failed"
+       dogamesbin ${PN}
        insinto "${GAMES_DATADIR}"/${PN}
-       doins *bmp *png *dat *att *lvl *wav *mod *IT || die "doins failed"
+       doins *bmp *png *dat *att *lvl *wav *mod *IT
        newicon west00r.png ${PN}.png
        make_desktop_entry ${PN} "Insane Odyssey"
        prepgamesdirs




Reply via email to