mr_bones_    15/03/29 01:59:43

  Modified:             epiar-0.5-r1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-arcade/epiar/epiar-0.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/epiar/epiar-0.5-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/epiar/epiar-0.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/epiar/epiar-0.5-r1.ebuild?r1=1.4&r2=1.5

Index: epiar-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/epiar/epiar-0.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epiar-0.5-r1.ebuild 22 Jun 2011 13:33:43 -0000      1.4
+++ epiar-0.5-r1.ebuild 29 Mar 2015 01:59:43 -0000      1.5
@@ -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-arcade/epiar/epiar-0.5-r1.ebuild,v 
1.4 2011/06/22 13:33:43 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/epiar-0.5-r1.ebuild,v 
1.5 2015/03/29 01:59:43 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit flag-o-matic eutils games
 
 DESCRIPTION="A space adventure/combat game"
@@ -26,8 +26,7 @@
 src_prepare() {
        sed -i \
                -e "/^CFLAGS/s:-pg -g:${CFLAGS} ${LDFLAGS}:" \
-               Makefile.linux \
-               || die "sed failed"
+               Makefile.linux || die
        epatch \
                "${FILESDIR}"/${P}-paths.patch \
                "${FILESDIR}"/${P}-gcc41.patch \
@@ -35,18 +34,17 @@
                "${FILESDIR}"/${P}-underlink.patch
        sed -i \
                -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}/:" \
-               src/main.c \
-               || die "sed failed"
+               src/main.c || die
 }
 
 src_compile() {
-       emake -f Makefile.linux || die "emake failed"
+       emake -f Makefile.linux
 }
 
 src_install() {
-       dogamesbin epiar || die "dogamesbin failed"
+       dogamesbin epiar
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r missions *.eaf || die "doins failed"
+       doins -r missions *.eaf
        keepdir "${GAMES_DATADIR}"/${PN}/plugins
        dodoc AUTHORS ChangeLog README
        prepgamesdirs



1.19                 games-arcade/epiar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/epiar/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   22 Jun 2011 13:33:43 -0000      1.18
+++ ChangeLog   29 Mar 2015 01:59:43 -0000      1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/epiar
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/ChangeLog,v 1.18 
2011/06/22 13:33:43 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/ChangeLog,v 1.19 
2015/03/29 01:59:43 mr_bones_ Exp $
+
+  29 Mar 2015; Michael Sterrett <[email protected]> epiar-0.5-r1.ebuild:
+  EAPI=5
 
   22 Jun 2011; Tupone Alfredo <[email protected]> epiar-0.5-r1.ebuild,
   +files/epiar-0.5-underlink.patch:




Reply via email to