diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-20 01:01:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-20 01:01:00 +0000 |
commit | e8a134c4233970816da09d394aee18f254403810 (patch) | |
tree | 77bb16d71e87e486171ff933ee22f11c9d75ec94 /games-simulation/dangerdeep | |
parent | Fixed broken manifest. (diff) | |
download | gentoo-2-e8a134c4233970816da09d394aee18f254403810.tar.gz gentoo-2-e8a134c4233970816da09d394aee18f254403810.tar.bz2 gentoo-2-e8a134c4233970816da09d394aee18f254403810.zip |
old
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-simulation/dangerdeep')
3 files changed, 0 insertions, 86 deletions
diff --git a/games-simulation/dangerdeep/dangerdeep-0.2.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.2.0.ebuild deleted file mode 100644 index 322c3f9e8f58..000000000000 --- a/games-simulation/dangerdeep/dangerdeep-0.2.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.2.0.ebuild,v 1.5 2007/03/07 08:19:29 mr_bones_ Exp $ - -inherit eutils toolchain-funcs games - -DESCRIPTION="a World War II German submarine simulation" -HOMEPAGE="http://www.dangerdeep.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${PN}-data-${PV}.zip" - -LICENSE="GPL-2 CCPL-Attribution-NonCommercial-NoDerivs-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="sse debug" - -RDEPEND="virtual/opengl - virtual/glu - sci-libs/fftw - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/sdl-net" -DEPEND="${RDEPEND} - app-arch/unzip - dev-util/scons" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-build.patch" - sed -i \ - -e "/console_log.txt/ s:fopen.*:stderr;:" \ - src/system.cpp \ - || die "sed failed" -} - -src_compile() { - local sse=-1 - local use_debug=0 - - if use sse ; then - use amd64 && sse=3 || sse=1 - fi - - if use debug ; then - use_debug=1 - fi - - scons \ - usex86sse=${sse} \ - datadir="${GAMES_DATADIR}"/${PN} \ - debug=${use_debug} \ - || die "scons failed" -} - -src_install() { - dogamesbin build/linux/${PN} || die "dogamesbin failed" - - insinto "${GAMES_DATADIR}"/${PN} - doins -r ../data/* || die "doins failed" - - newicon logo.xpm ${PN}.xpm - make_desktop_entry ${PN} "Danger from the Deep" ${PN}.xpm - - dodoc ChangeLog CREDITS *README* - doman doc/man/${PN}.6 - - prepgamesdirs -} diff --git a/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch b/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch deleted file mode 100644 index e00cf0dc89de..000000000000 --- a/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- SConstruct.orig 2006-10-12 20:17:09.000000000 -0400 -+++ SConstruct 2006-10-12 20:17:50.000000000 -0400 -@@ -117,6 +117,7 @@ - - else: - print "Compiling for Unix/Posix/Linux Environment" -+ SConsignFile() - env = Environment(ENV = os.environ) - env.Append(CPPPATH = ['/usr/include/SDL', '/usr/include/GL']) - libpath = ['/usr/X11R6/lib'] diff --git a/games-simulation/dangerdeep/files/digest-dangerdeep-0.2.0 b/games-simulation/dangerdeep/files/digest-dangerdeep-0.2.0 deleted file mode 100644 index 03e44c157a81..000000000000 --- a/games-simulation/dangerdeep/files/digest-dangerdeep-0.2.0 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 3733507e99de5afc3c4172024cdfc61b dangerdeep-0.2.0.tar.gz 3854086 -RMD160 40f6d89eeb829d2b8d26b4b3d84342ec9f51b908 dangerdeep-0.2.0.tar.gz 3854086 -SHA256 ada47be2c7463ac73f0276b77bce7d5a16efc5c6316f70005af6dcf4e9908452 dangerdeep-0.2.0.tar.gz 3854086 -MD5 931d035cdf07d29b57e4797218fe53ff dangerdeep-data-0.2.0.zip 54163740 -RMD160 0dc8439356239779522a841764235e0f6d682ffc dangerdeep-data-0.2.0.zip 54163740 -SHA256 7b96f41e38a2478b3c5b40bd5e81a45437902f370718676c6077c2edcd5c5e10 dangerdeep-data-0.2.0.zip 54163740 |