diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 13:03:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 13:03:34 +0000 |
commit | 85d0c89ab21d0c4c75e82d86d823d80b111113ee (patch) | |
tree | ec424326ff520f609296eaf2ddc0c475516a3e11 /games-simulation | |
parent | oggvorbis -> vorbis for bug #94254. (diff) | |
download | gentoo-2-85d0c89ab21d0c4c75e82d86d823d80b111113ee.tar.gz gentoo-2-85d0c89ab21d0c4c75e82d86d823d80b111113ee.tar.bz2 gentoo-2-85d0c89ab21d0c4c75e82d86d823d80b111113ee.zip |
oggvorbis -> vorbis for bug #94254.
(Portage version: 1.589-cvs)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 10 |
2 files changed, 10 insertions, 6 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/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 |