tupone      14/12/30 19:00:57

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

Revision  Changes    Path
1.20                 games-action/abuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   15 May 2014 16:19:21 -0000      1.19
+++ ChangeLog   30 Dec 2014 19:00:57 -0000      1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.19 
2014/05/15 16:19:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.20 
2014/12/30 19:00:57 tupone Exp $
+
+  30 Dec 2014; Tupone Alfredo <[email protected]> abuse-0.8.ebuild:
+  Migration to EAPI 4
 
   15 May 2014; Ulrich Müller <[email protected]> abuse-0.8.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.7                  games-action/abuse/abuse-0.8.ebuild

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

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- abuse-0.8.ebuild    15 May 2014 16:19:21 -0000      1.6
+++ abuse-0.8.ebuild    30 Dec 2014 19:00:57 -0000      1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.6 
2014/05/15 16:19:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.7 
2014/12/30 19:00:57 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools eutils games
 
 DESCRIPTION="port of Abuse by Crack Dot Com"
@@ -17,6 +17,7 @@
 DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
        media-libs/sdl-mixer
        virtual/opengl"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-gentoo.patch
@@ -25,14 +26,12 @@
 
 src_configure() {
        egamesconf \
-               --disable-dependency-tracking \
                --with-assetdir="${GAMES_DATADIR}/${PN}"
 }
 
 src_install() {
        # Source-based install
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog NEWS README TODO
+       default
 
        doicon doc/${PN}.png
        make_desktop_entry abuse Abuse




Reply via email to