mr_bones_    14/12/17 00:06:08

  Modified:             4stattack-2.1.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-puzzle/4stattack/4stattack-2.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?r1=1.9&r2=1.10

Index: 4stattack-2.1.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- 4stattack-2.1.4.ebuild      15 Mar 2007 14:07:57 -0000      1.9
+++ 4stattack-2.1.4.ebuild      17 Dec 2014 00:06:08 -0000      1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.9 
2007/03/15 14:07:57 nyhm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.10 
2014/12/17 00:06:08 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Connect-4 game, single or network multiplayer"
@@ -13,14 +14,12 @@
 KEYWORDS="~amd64 hppa ppc x86"
 IUSE=""
 
+DEPEND=""
 RDEPEND="dev-python/pygame"
 
 S=${WORKDIR}/4stAttack-${PV}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
+src_prepare() {
        # move the doc files aside so it's easier to install the game files
        mv README.txt credits.txt changelog.txt ..
        rm -f GPL version~
@@ -32,7 +31,7 @@
 src_install() {
        games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}"/${PN}
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r * || die "doins failed"
+       doins -r *
        newicon kde/icons/48x48/forcedattack2.png ${PN}.png
        make_desktop_entry ${PN} "4st Attack 2"
        dodoc ../{README.txt,credits.txt,changelog.txt}



1.9                  games-puzzle/4stattack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   15 Mar 2007 14:07:57 -0000      1.8
+++ ChangeLog   17 Dec 2014 00:06:08 -0000      1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/4stattack
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.8 
2007/03/15 14:07:57 nyhm Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.9 
2014/12/17 00:06:08 mr_bones_ Exp $
+
+  17 Dec 2014; Michael Sterrett <mr_bon...@gentoo.org> 4stattack-2.1.4.ebuild:
+  EAPI=5
 
   15 Mar 2007; Tristan Heaven <n...@gentoo.org> 4stattack-2.1.4.ebuild:
   Install menu entry, bug #159770
@@ -23,4 +26,3 @@
   30 Jul 2003; Michael Sterrett <mster...@gentoo.org> 4stattack-2.1.4.ebuild:
   initial commit.  ebuild and patch supplied by Rob Cakebread via bug 25229 
then
   modified a bit.
-




Reply via email to