diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-24 04:30:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-24 04:30:30 +0000 |
commit | 1c40c981e6af4ad1842a08f9d376a7bedcea817a (patch) | |
tree | 42c7ee7078505cd65af70f96a266a3d0ff6c3c18 /games-simulation | |
parent | clean old ebuilds (diff) | |
download | historical-1c40c981e6af4ad1842a08f9d376a7bedcea817a.tar.gz historical-1c40c981e6af4ad1842a08f9d376a7bedcea817a.tar.bz2 historical-1c40c981e6af4ad1842a08f9d376a7bedcea817a.zip |
inherit eutils for epatch
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/cannonsmash/Manifest | 6 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games-simulation/cannonsmash/Manifest b/games-simulation/cannonsmash/Manifest index 8d8048eb9d41..b6ccada5b077 100644 --- a/games-simulation/cannonsmash/Manifest +++ b/games-simulation/cannonsmash/Manifest @@ -1,7 +1,7 @@ -MD5 96331c76488d9f38d30828be06d00584 ChangeLog 2044 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 5a859f0b6ab0e22e34c238312e6f42a9 cannonsmash-0.6.6.ebuild 1418 +MD5 d819e5fd5193987db3f120a5a30f4369 cannonsmash-0.6.6.ebuild 1428 +MD5 96331c76488d9f38d30828be06d00584 ChangeLog 2044 MD5 2ca70e3856451ca1226bb3461a653895 files/0.6.5-loadparts.patch 348 +MD5 112758236b8f2e754e515d821380787e files/cannonsmash-0.6.6-sizeof-cast.patch 358 MD5 e82483f8829d68c4582a2b5ea52ba427 files/digest-cannonsmash-0.6.6 134 MD5 76dd644fdfc4521c420f0f63d3365f29 files/cannonsmash-0.6.6-x-inc.patch 305 -MD5 112758236b8f2e754e515d821380787e files/cannonsmash-0.6.6-sizeof-cast.patch 358 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 \ |