summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 21:31:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 21:31:48 +0000
commita071fe03930eebbbbdbf7c299f5a4b911368a552 (patch)
tree902b0a80e4450f5f9f6ee2550ea1e5a4d95da720 /games-action/clanbomber/clanbomber-2.0.9.1.ebuild
parentBump to 0.5.0, makes upstream happy (diff)
downloadgentoo-2-a071fe03930eebbbbdbf7c299f5a4b911368a552.tar.gz
gentoo-2-a071fe03930eebbbbdbf7c299f5a4b911368a552.tar.bz2
gentoo-2-a071fe03930eebbbbdbf7c299f5a4b911368a552.zip
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action/clanbomber/clanbomber-2.0.9.1.ebuild')
-rw-r--r--games-action/clanbomber/clanbomber-2.0.9.1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/games-action/clanbomber/clanbomber-2.0.9.1.ebuild b/games-action/clanbomber/clanbomber-2.0.9.1.ebuild
index 87a25aaf0c86..b101a32fbb2a 100644
--- a/games-action/clanbomber/clanbomber-2.0.9.1.ebuild
+++ b/games-action/clanbomber/clanbomber-2.0.9.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.2 2009/01/22 10:20:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.3 2009/10/14 21:31:48 mr_bones_ Exp $
+EAPI=2
inherit eutils versionator games
MY_P=${PN}2-$(get_after_major_version)
@@ -19,11 +20,7 @@ DEPEND=">=dev-libs/DirectFB-1
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"