tupone      15/01/02 11:54:54

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

Revision  Changes    Path
1.13                 games-action/xpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   21 Jun 2010 20:13:52 -0000      1.12
+++ ChangeLog   2 Jan 2015 11:54:54 -0000       1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xpilot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.12 
2010/06/21 20:13:52 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.13 
2015/01/02 11:54:54 tupone Exp $
+
+  02 Jan 2015; Tupone Alfredo <[email protected]> xpilot-4.5.5.ebuild:
+  EAPI 4
 
   21 Jun 2010; Markus Meier <[email protected]> xpilot-4.5.5.ebuild:
   amd64/x86 stable, bug #323121



1.4                  games-action/xpilot/xpilot-4.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?r1=1.3&r2=1.4

Index: xpilot-4.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xpilot-4.5.5.ebuild 21 Jun 2010 20:13:52 -0000      1.3
+++ xpilot-4.5.5.ebuild 2 Jan 2015 11:54:54 -0000       1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 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/xpilot/xpilot-4.5.5.ebuild,v 
1.3 2010/06/21 20:13:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 
1.4 2015/01/02 11:54:54 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit eutils games
 
 DESCRIPTION="A multi-player 2D client/server space game"
@@ -34,15 +34,15 @@
 
 src_compile() {
        xmkmf || die "xmkmf failed"
-       emake Makefiles || die "emake Makefiles failed"
-       emake includes || die "emake includes failed"
-       emake depend || die "emake depend failed"
-       emake CC="${CC}" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake 
failed"
+       emake Makefiles
+       emake includes
+       emake depend
+       emake CC="${CC}" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}"
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       emake DESTDIR="${D}" install.man || die "emake install.man failed"
+       emake DESTDIR="${D}" install
+       emake DESTDIR="${D}" install.man
        newicon lib/textures/logo.ppm ${PN}.ppm
        make_desktop_entry ${PN} XPilot /usr/share/pixmaps/${PN}.ppm
        dodoc README.txt doc/{ChangeLog,CREDITS,FAQ,README*,TODO}




Reply via email to