tupone      15/01/01 18:20:35

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

Revision  Changes    Path
1.17                 games-action/gltron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   15 May 2014 16:22:46 -0000      1.16
+++ ChangeLog   1 Jan 2015 18:20:35 -0000       1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/gltron
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.16 
2014/05/15 16:22:46 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.17 
2015/01/01 18:20:35 tupone Exp $
+
+  01 Jan 2015; Tupone Alfredo <tup...@gentoo.org> gltron-0.70-r1.ebuild:
+  EAPI 4
 
   15 May 2014; Ulrich Müller <u...@gentoo.org> gltron-0.70-r1.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.9                  games-action/gltron/gltron-0.70-r1.ebuild

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

Index: gltron-0.70-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gltron-0.70-r1.ebuild       15 May 2014 16:22:46 -0000      1.8
+++ gltron-0.70-r1.ebuild       1 Jan 2015 18:20:35 -0000       1.9
@@ -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-action/gltron/gltron-0.70-r1.ebuild,v 
1.8 2014/05/15 16:22:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 
1.9 2015/01/01 18:20:35 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit eutils games
 
 DESCRIPTION="3d tron, just like the movie"
@@ -22,6 +22,7 @@
        media-libs/sdl-sound[vorbis,mikmod]
        media-libs/smpeg
        media-libs/libmikmod"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        epatch \
@@ -44,8 +45,7 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc ChangeLog README
+       default
        doicon "${DISTDIR}"/${PN}.png
        make_desktop_entry ${PN} GLtron
        prepgamesdirs




Reply via email to