summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 19:40:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 19:40:26 +0000
commitc9b52e79a99e07bd02c3ade21f204bfa49a1ceca (patch)
treeb1cb58313ebcab8855ba1f3081075c4581065f21
parentEAPI=2 (diff)
downloadgentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.tar.gz
gentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.tar.bz2
gentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.zip
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r--games-arcade/blockrage/ChangeLog8
-rw-r--r--games-arcade/blockrage/blockrage-0.2.3.ebuild13
2 files changed, 11 insertions, 10 deletions
diff --git a/games-arcade/blockrage/ChangeLog b/games-arcade/blockrage/ChangeLog
index 564aa2830990..c2e2888a46ac 100644
--- a/games-arcade/blockrage/ChangeLog
+++ b/games-arcade/blockrage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/blockrage
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.5 2008/03/28 20:58:47 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.6 2009/10/14 19:40:26 mr_bones_ Exp $
+
+ 14 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ blockrage-0.2.3.ebuild:
+ EAPI=2
28 Mar 2008; Tristan Heaven <nyhm@gentoo.org> blockrage-0.2.3.ebuild:
Add ~amd64 keyword
diff --git a/games-arcade/blockrage/blockrage-0.2.3.ebuild b/games-arcade/blockrage/blockrage-0.2.3.ebuild
index ba64ca4f2770..150829b2e40e 100644
--- a/games-arcade/blockrage/blockrage-0.2.3.ebuild
+++ b/games-arcade/blockrage/blockrage-0.2.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.4 2008/03/28 20:58:47 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.5 2009/10/14 19:40:26 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode"
@@ -15,12 +16,8 @@ IUSE=""
DEPEND="media-libs/libsdl"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Removing error due to wrong detection of cross-compile mode
- epatch "${FILESDIR}/${P}"-config.patch
-}
+# Removing error due to wrong detection of cross-compile mode
+PATCHES=( "${FILESDIR}/${P}"-config.patch )
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"