diff options
author | 2005-05-13 02:05:20 +0000 | |
---|---|---|
committer | 2005-05-13 02:05:20 +0000 | |
commit | 301e478c1267e392743f9c351d8d7df2165455b8 (patch) | |
tree | 1799f20f6210d907d573747bfd1572ca00ccc7d7 /games-simulation | |
parent | Bump, and mark 0.8.0.0 stable. (diff) | |
download | historical-301e478c1267e392743f9c351d8d7df2165455b8.tar.gz historical-301e478c1267e392743f9c351d8d7df2165455b8.tar.bz2 historical-301e478c1267e392743f9c351d8d7df2165455b8.zip |
old
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild | 56 | ||||
-rw-r--r-- | games-simulation/cannonsmash/files/digest-cannonsmash-0.6.5 | 2 |
2 files changed, 0 insertions, 58 deletions
diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild deleted file mode 100644 index c370a68675c9..000000000000 --- a/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild,v 1.5 2004/07/01 11:23:39 eradicator Exp $ - -inherit eutils games - -MY_OGG=danslatristesse2-48.ogg -DESCRIPTION="3D tabletennis game" -SRC_URI="mirror://sourceforge/cannonsmash/csmash-${PV}.tar.gz - oggvorbis? ( http://nan.p.utmc.or.jp/${MY_OGG} )" -HOMEPAGE="http://cannonsmash.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="oggvorbis nls" - -DEPEND="virtual/libc - virtual/x11 - virtual/opengl - >=media-libs/libsdl-1.2.4 - >=media-libs/sdl-mixer-1.2.3 - >=media-libs/sdl-image-1.2.2 - =x11-libs/gtk+-1.2*" - -S=${WORKDIR}/csmash-${PV} - -src_unpack() { - unpack csmash-${PV}.tar.gz - cd ${S} - epatch ${FILESDIR}/${PV}-loadparts.patch - if use oggvorbis ; then - cp ${DISTDIR}/${MY_OGG} ${S}/ || die "unpacking ogg" - sed -i "s:${MY_OGG}:${GAMES_DATADIR}/csmash/${MY_OGG}:" ttinc.h || die "setting ogg loc" - fi -} - -src_compile() { - egamesconf \ - `use_enable nls` \ - --datadir=${GAMES_DATADIR_BASE} \ - || die - emake || die -} - -src_install() { - egamesinstall \ - datadir=${D}/${GAMES_DATADIR_BASE} \ - || die - if use oggvorbis ; then - insinto ${GAMES_DATADIR}/csmash - doins ${MY_OGG} - fi - dodoc AUTHORS CREDITS NEWS README* - prepgamesdirs -} diff --git a/games-simulation/cannonsmash/files/digest-cannonsmash-0.6.5 b/games-simulation/cannonsmash/files/digest-cannonsmash-0.6.5 deleted file mode 100644 index bb1d55418d6b..000000000000 --- a/games-simulation/cannonsmash/files/digest-cannonsmash-0.6.5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 969d5e5455f885e7cd6c24fdfafd5474 csmash-0.6.5.tar.gz 1469892 -MD5 d574b304d427a9b3c6d775af95ecbe8d danslatristesse2-48.ogg 1070787 |