diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:40:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:40:26 +0000 |
commit | c9b52e79a99e07bd02c3ade21f204bfa49a1ceca (patch) | |
tree | b1cb58313ebcab8855ba1f3081075c4581065f21 /games-arcade/blockrage/blockrage-0.2.3.ebuild | |
parent | EAPI=2 (diff) | |
download | gentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.tar.gz gentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.tar.bz2 gentoo-2-c9b52e79a99e07bd02c3ade21f204bfa49a1ceca.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/blockrage/blockrage-0.2.3.ebuild')
-rw-r--r-- | games-arcade/blockrage/blockrage-0.2.3.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
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" |