tupone      14/12/31 14:13:21

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

Revision  Changes    Path
1.3                  games-action/formido/formido-1.0.1.ebuild

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

Index: formido-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/formido/formido-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- formido-1.0.1.ebuild        16 Mar 2010 14:56:18 -0000      1.2
+++ formido-1.0.1.ebuild        31 Dec 2014 14:13:21 -0000      1.3
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/formido/formido-1.0.1.ebuild,v 
1.2 2010/03/16 14:56:18 mr_bones_ Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/games-action/formido/formido-1.0.1.ebuild,v 
1.3 2014/12/31 14:13:21 tupone Exp $
+EAPI=4
 inherit eutils toolchain-funcs games
 
 DESCRIPTION="A shooting game in the spirit of Phobia games"
@@ -17,10 +17,15 @@
 DEPEND="media-libs/libsdl
        media-libs/sdl-image
        media-libs/sdl-mixer"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${P}.tar.gz
-       cd "${S}"
+       cd "${S}"/data
+       unpack ${PN}-music.tar.bz2
+}
+
+src_prepare() {
        sed -i \
                -e "s:g++:$(tc-getCXX):" \
                -e "/^FLAGS=/s:$: ${CXXFLAGS}:" \
@@ -29,14 +34,12 @@
                -e "s:\${DEFCONFIGDIR}:${GAMES_DATADIR}/${PN}:" \
                Makefile \
                || die "sed failed"
-       cd data
-       unpack ${PN}-music.tar.bz2
 }
 
 src_install() {
-       dogamesbin ${PN} || die "dogamesbin failed"
+       dogamesbin ${PN}
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r ${PN}.cfg data || die "doins failed"
+       doins -r ${PN}.cfg data
        newicon data/icon.dat ${PN}.bmp
        make_desktop_entry ${PN} Formido /usr/share/pixmaps/${PN}.bmp
        dodoc README README-1.0.1



1.10                 games-action/formido/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   16 Mar 2010 14:56:18 -0000      1.9
+++ ChangeLog   31 Dec 2014 14:13:21 -0000      1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/formido
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v 1.9 
2010/03/16 14:56:18 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v 1.10 
2014/12/31 14:13:21 tupone Exp $
+
+  31 Dec 2014; Tupone Alfredo <[email protected]> formido-1.0.1.ebuild:
+  Moving to EAPI 4
 
   16 Mar 2010; Michael Sterrett <[email protected]> formido-1.0.1.ebuild:
   update HOMEPAGE (bug #309719)




Reply via email to