tupone      15/01/02 11:13:01

  Modified:             ChangeLog xblast-2.10.4.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/xblast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   15 Apr 2009 22:00:30 -0000      1.16
+++ ChangeLog   2 Jan 2015 11:13:01 -0000       1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xblast
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.16 
2009/04/15 22:00:30 nyhm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.17 
2015/01/02 11:13:01 tupone Exp $
+
+  02 Jan 2015; Tupone Alfredo <[email protected]> xblast-2.10.4.ebuild:
+  EAPI 4
 
   15 Apr 2009; Tristan Heaven <[email protected]> xblast-2.10.4.ebuild:
   Run eautoreconf, bug #255857



1.6                  games-action/xblast/xblast-2.10.4.ebuild

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

Index: xblast-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xblast-2.10.4.ebuild        15 Apr 2009 22:00:30 -0000      1.5
+++ xblast-2.10.4.ebuild        2 Jan 2015 11:13:01 -0000       1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 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/xblast/xblast-2.10.4.ebuild,v 
1.5 2009/04/15 22:00:30 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.4.ebuild,v 
1.6 2015/01/02 11:13:01 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools games
 
 # Change these as releases changes
@@ -39,15 +39,13 @@
 src_configure() {
        egamesconf \
                --with-otherdatadir="${GAMES_DATADIR}"/${PN} \
-               --enable-sound \
-               || die
+               --enable-sound
 }
 
 src_install() {
        local IMAGE_INSTALL_DIR="${GAMES_DATADIR}/${PN}/image"
 
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README
+       default
 
        # Images
        dodir "${IMAGE_INSTALL_DIR}"
@@ -56,16 +54,15 @@
 
        # Levels
        insinto "${GAMES_DATADIR}/xblast/level"
-       doins "${WORKDIR}/${LEVELS}"/* || die "doins failed"
+       doins "${WORKDIR}/${LEVELS}"/*
 
        # Models
        insinto "${GAMES_DATADIR}/xblast/image/sprite"
-       doins "${WORKDIR}/${MODELS}"/* || die "doins failed"
+       doins "${WORKDIR}/${MODELS}"/*
 
        # Music and sound
        insinto "${GAMES_DATADIR}/xblast/sounds"
-       doins "${WORKDIR}/${MUSICS}"/* "${WORKDIR}/${SOUNDS}"/* \
-               || die "doins failed"
+       doins "${WORKDIR}/${MUSICS}"/* "${WORKDIR}/${SOUNDS}"/*
 
        # Cleanup
        find "${D}" -name Imakefile -exec rm \{\} \;




Reply via email to