tupone      15/01/17 13:51:01

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

Revision  Changes    Path
1.37                 games-emulation/atari800/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Mar 2013 18:23:00 -0000      1.36
+++ ChangeLog   17 Jan 2015 13:51:01 -0000      1.37
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/atari800
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.36 
2013/03/25 18:23:00 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.37 
2015/01/17 13:51:01 tupone Exp $
+
+  17 Jan 2015; Tupone Alfredo <[email protected]> atari800-2.2.1.ebuild:
+  EAPI 5
 
   25 Mar 2013; Michael Sterrett <[email protected]> -atari800-2.1.0.ebuild:
   old



1.5                  games-emulation/atari800/atari800-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-2.2.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-2.2.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-2.2.1.ebuild?r1=1.4&r2=1.5

Index: atari800-2.2.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- atari800-2.2.1.ebuild       10 Jan 2012 20:39:19 -0000      1.4
+++ atari800-2.2.1.ebuild       17 Jan 2015 13:51:01 -0000      1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/atari800/atari800-2.2.1.ebuild,v 1.4 
2012/01/10 20:39:19 ranger Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.2.1.ebuild,v 1.5 
2015/01/17 13:51:01 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 DESCRIPTION="Atari 800 emulator"
@@ -63,16 +63,16 @@
 }
 
 src_compile() {
-       emake -C src || die "emake failed"
+       emake -C src
 }
 
 src_install () {
-       dogamesbin src/atari800 || die "dogamesbin failed"
+       dogamesbin src/atari800
        newman src/atari800.man atari800.6
        dodoc README.1ST DOC/*
        insinto "${GAMES_DATADIR}/${PN}"
-       doins "${WORKDIR}/"*.ROM || die "doins failed (ROM)"
+       doins "${WORKDIR}/"*.ROM
        insinto "${GAMES_SYSCONFDIR}"
-       doins "${T}"/atari800.cfg || die "doins failed (cfg)"
+       doins "${T}"/atari800.cfg
        prepgamesdirs
 }




Reply via email to