summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-24 04:30:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-24 04:30:30 +0000
commit976f328574a2351430a34eeaacc3761dac4373b2 (patch)
tree7ea7fffef3d6bff7a9c54ddfce8c0bd92c210b58 /games-simulation/cannonsmash
parentclean old ebuilds (diff)
downloadgentoo-2-976f328574a2351430a34eeaacc3761dac4373b2.tar.gz
gentoo-2-976f328574a2351430a34eeaacc3761dac4373b2.tar.bz2
gentoo-2-976f328574a2351430a34eeaacc3761dac4373b2.zip
inherit eutils for epatch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-simulation/cannonsmash')
-rw-r--r--games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild
index 643ac5162c80..f2561fb3a87d 100644
--- a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild
+++ b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.7 2005/05/13 02:06:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.8 2005/08/24 04:30:30 mr_bones_ Exp $
-inherit games
+inherit eutils games
MY_OGG=danslatristesse2-48.ogg
DESCRIPTION="3D tabletennis game"
@@ -27,8 +27,9 @@ S=${WORKDIR}/csmash-${PV}
src_unpack() {
unpack csmash-${PV}.tar.gz
cd "${S}"
- epatch "${FILESDIR}"/${P}-x-inc.patch
- epatch "${FILESDIR}"/${P}-sizeof-cast.patch
+ epatch \
+ "${FILESDIR}"/${P}-x-inc.patch \
+ "${FILESDIR}"/${P}-sizeof-cast.patch
if use oggvorbis ; then
cp "${DISTDIR}"/${MY_OGG} "${S}"/ || die "cp failed"
sed -i \