tupone      15/01/03 13:27:52

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

Revision  Changes    Path
1.8                  games-arcade/asteroid/asteroid-1.1.ebuild

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

Index: asteroid-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- asteroid-1.1.ebuild 31 May 2012 08:27:46 -0000      1.7
+++ asteroid-1.1.ebuild 3 Jan 2015 13:27:52 -0000       1.8
@@ -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-arcade/asteroid/asteroid-1.1.ebuild,v 
1.7 2012/05/31 08:27:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v 
1.8 2015/01/03 13:27:52 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit eutils games
 
 DESCRIPTION="A modern version of the arcade classic that uses OpenGL"
@@ -19,11 +19,12 @@
        virtual/glu
        media-libs/libsdl
        media-libs/sdl-mixer"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-include.patch )
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
        dodoc asteroid-{authors,changes,readme}.txt
        prepgamesdirs
 }



1.9                  games-arcade/asteroid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   31 May 2012 08:27:46 -0000      1.8
+++ ChangeLog   3 Jan 2015 13:27:52 -0000       1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/asteroid
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.8 
2012/05/31 08:27:46 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.9 
2015/01/03 13:27:52 tupone Exp $
+
+  03 Jan 2015; Tupone Alfredo <[email protected]> asteroid-1.1.ebuild:
+  EAPI 4
 
   31 May 2012; Agostino Sarubbo <[email protected]> asteroid-1.1.ebuild:
   Stable for amd64, wrt bug #418273




Reply via email to