tupone      15/01/02 10:47:13

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

Revision  Changes    Path
1.9                  games-action/transcend/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 Apr 2011 07:08:48 -0000      1.8
+++ ChangeLog   2 Jan 2015 10:47:13 -0000       1.9
@@ -1,17 +1,20 @@
 # ChangeLog for games-action/transcend
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.8 
2011/04/26 07:08:48 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.9 
2015/01/02 10:47:13 tupone Exp $
+
+  02 Jan 2015; Tupone Alfredo <[email protected]> transcend-0.3.ebuild:
+  EAPI 4
 
   26 Apr 2011; Tupone Alfredo <[email protected]> transcend-0.3.ebuild:
-  Fixed build. Bug #362999 by Diego Elio Pettenò
+  Fixed build. Bug #362999 by Diego Elio Pettenò
 
-  16 Sep 2010; Tomáš Chvátal <[email protected]> transcend-0.3.ebuild:
+  16 Sep 2010; Tomáš Chvátal <[email protected]> transcend-0.3.ebuild:
   virtual/glut -> media-libs/glut
 
   01 Dec 2006; Chris Gianelloni <[email protected]> transcend-0.3.ebuild:
   Removing old virtual/x11 dependency.
 
-  22 Nov 2006; Piotr Jaroszyński <[email protected]> transcend-0.3.ebuild:
+  22 Nov 2006; Piotr Jaroszyński <[email protected]> transcend-0.3.ebuild:
   Add ~amd64 wrt bug #155890.
 
   28 Jan 2006; Joshua Baergen <[email protected]>



1.8                  games-action/transcend/transcend-0.3.ebuild

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

Index: transcend-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- transcend-0.3.ebuild        26 Apr 2011 07:11:54 -0000      1.7
+++ transcend-0.3.ebuild        2 Jan 2015 10:47:13 -0000       1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 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/transcend/transcend-0.3.ebuild,v 1.7 
2011/04/26 07:11:54 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.8 
2015/01/02 10:47:13 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit games
 
 DESCRIPTION="retro-style, abstract, 2D shooter"
@@ -19,6 +19,7 @@
        virtual/opengl
        virtual/glu
        media-libs/freeglut"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/Transcend_${PV}_UnixSource/Transcend
 
@@ -42,22 +43,22 @@
 
 src_configure() {
        cd portaudio
-       egamesconf || die
+       egamesconf --enable-dependency-tracking
 }
 
 src_compile() {
        cd portaudio
-       emake
+       nonfatal emake
        cd ../game
-       emake || die
+       emake
        cd ..
        cp game/Transcend ${PN} || die "cp failed"
 }
 
 src_install() {
-       dogamesbin ${PN} || die "dogamesbin failed"
+       dogamesbin ${PN}
        insinto "${GAMES_DATADIR}/${PN}"
-       doins -r levels/ || die "doins failed"
+       doins -r levels/
        dodoc doc/how_to_*.txt
        prepgamesdirs
 }




Reply via email to