diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 13:00:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 13:00:18 +0000 |
commit | 19b5b17d5ff2cb8dae565a55b1cf4673396f015f (patch) | |
tree | 3347cf942a4762da18d51033ed62c38e201f48b0 /games-simulation | |
parent | oggvorbis -> vorbis for bug #94254. (diff) | |
download | historical-19b5b17d5ff2cb8dae565a55b1cf4673396f015f.tar.gz historical-19b5b17d5ff2cb8dae565a55b1cf4673396f015f.tar.bz2 historical-19b5b17d5ff2cb8dae565a55b1cf4673396f015f.zip |
oggvorbis -> vorbis for bug #94254.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/cannonsmash/Manifest | 8 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-simulation/cannonsmash/ChangeLog b/games-simulation/cannonsmash/ChangeLog index f1cabbc0b20a..ed97a4ad10a2 100644 --- a/games-simulation/cannonsmash/ChangeLog +++ b/games-simulation/cannonsmash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/cannonsmash # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.11 2005/05/13 02:06:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.12 2005/09/06 13:00:18 wolf31o2 Exp $ + + 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> + cannonsmash-0.6.6.ebuild: + oggvorbis -> vorbis for bug #94254. 13 May 2005; Mike Frysinger <vapier@gentoo.org> +files/cannonsmash-0.6.6-sizeof-cast.patch, diff --git a/games-simulation/cannonsmash/Manifest b/games-simulation/cannonsmash/Manifest index b6ccada5b077..b1c29536df7f 100644 --- a/games-simulation/cannonsmash/Manifest +++ b/games-simulation/cannonsmash/Manifest @@ -1,7 +1,7 @@ +MD5 4206a9ed5263bfec0491fa3596943664 cannonsmash-0.6.6.ebuild 1415 +MD5 b509442801291d060aac9a4c8ef5afcb ChangeLog 2167 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -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 2ca70e3856451ca1226bb3461a653895 files/0.6.5-loadparts.patch 348 MD5 76dd644fdfc4521c420f0f63d3365f29 files/cannonsmash-0.6.6-x-inc.patch 305 +MD5 e82483f8829d68c4582a2b5ea52ba427 files/digest-cannonsmash-0.6.6 134 diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild index f2561fb3a87d..a37ef3aacb8c 100644 --- a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild +++ b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild @@ -1,6 +1,6 @@ # 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.8 2005/08/24 04:30:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.9 2005/09/06 13:00:18 wolf31o2 Exp $ inherit eutils games @@ -8,12 +8,12 @@ MY_OGG=danslatristesse2-48.ogg DESCRIPTION="3D tabletennis game" HOMEPAGE="http://cannonsmash.sourceforge.net/" SRC_URI="mirror://sourceforge/cannonsmash/csmash-${PV}.tar.gz - oggvorbis? ( http://nan.p.utmc.or.jp/${MY_OGG} )" + vorbis? ( http://nan.p.utmc.or.jp/${MY_OGG} )" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="oggvorbis nls" +IUSE="vorbis nls" DEPEND="virtual/x11 virtual/opengl @@ -30,7 +30,7 @@ src_unpack() { epatch \ "${FILESDIR}"/${P}-x-inc.patch \ "${FILESDIR}"/${P}-sizeof-cast.patch - if use oggvorbis ; then + if use vorbis ; then cp "${DISTDIR}"/${MY_OGG} "${S}"/ || die "cp failed" sed -i \ -e "s:${MY_OGG}:${GAMES_DATADIR}/csmash/${MY_OGG}:" ttinc.h \ @@ -50,7 +50,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - if use oggvorbis ; then + if use vorbis ; then insinto "${GAMES_DATADIR}"/csmash doins ${MY_OGG} fi |