summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-15 23:43:31 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-15 23:43:31 +0300
commit580d1cce5cbe2585a01e7236280f1a2d58419767 (patch)
treee3f854b148eda009b45a86e244cd30090385758f
parentgames-fps/dhewm3: bump to 1.5.0_rc1, removed live (diff)
downloadgamerlay-580d1cce.tar.gz
gamerlay-580d1cce.tar.bz2
gamerlay-580d1cce.zip
[games-fps/doom3-gpl] unusable, use dhewm3 instead
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-fps/doom3-gpl/doom3-gpl-9999.ebuild99
-rw-r--r--games-fps/doom3-gpl/metadata.xml8
2 files changed, 0 insertions, 107 deletions
diff --git a/games-fps/doom3-gpl/doom3-gpl-9999.ebuild b/games-fps/doom3-gpl/doom3-gpl-9999.ebuild
deleted file mode 100644
index 1d5d5ce..0000000
--- a/games-fps/doom3-gpl/doom3-gpl-9999.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit scons-utils toolchain-funcs games git-2
-
-DESCRIPTION="3rd installment of the classic iD 3D first-person shooter"
-HOMEPAGE="https://github.com/TTimo/doom3.gpl"
-EGIT_REPO_URI="git://github.com/TTimo/doom3.gpl.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="alsa debug dedicated opengl"
-
-RDEPEND="
- opengl? (
- virtual/opengl
- alsa? ( media-libs/alsa-lib )
- amd64? ( app-emulation/emul-linux-x86-xlibs[opengl] )
- )
-"
-DEPEND="${RDEPEND}
- sys-devel/m4
-"
-
-dir=$(games_get_libdir)/${PN}
-
-src_configure() {
- S+="/neo"
-
- myesconsargs=(
- CC="$(tc-getCC)"
- CXX="$(tc-getCXX)"
- )
- # FIXME build fails with JOBS=3
- #JOBS="$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/")"
-
- if use debug; then
- myesconsargs+=( BUILD="debug-all" )
- else
- myesconsargs+=( BUILD="release" )
- fi
-
- if use dedicated; then
- if use opengl; then
- myesconsargs+=( DEDICATED="2" )
- else
- myesconsargs+=( DEDICATED="1" )
- fi
- else
- # TODO use EAPI4
- use !opengl && die "Nothing to build"
- myesconsargs+=( DEDICATED="0" )
- fi
-
- # FIXME needs 32-bit libz.a
- myesconsargs+=( NOCURL="1" )
-}
-
-src_compile() {
- escons
-}
-
-src_install() {
- exeinto "${dir}"
- doexe gamex86-base.so || die
- doexe gamex86-d3xp.so || die
-
- if use dedicated; then
- doexe doomded.x86 || die
- fi
-
- if use opengl; then
- doexe doom.x86 || die
- doexe sys/linux/setup/image/openurl.sh || die
- games_make_wrapper ${PN} ./doom.x86 "${dir}" "${dir}"
- newicon sys/linux/setup/image/doom3.png ${PN}.png || die
- make_desktop_entry ${PN} "Doom III GPL"
- fi
-
- prepgamesdirs
-
- dodoc sys/linux/setup/image/README || die
-}
-
-pkg_postinst() {
- games_pkg_postinst
-
- elog "You need to copy 'base' directory"
- elog "from either your installation media or your hard drive to"
- elog "${dir}/ before running the game."
- echo
- elog "To play the game, run:"
- elog " ${PN}"
- echo
-}
diff --git a/games-fps/doom3-gpl/metadata.xml b/games-fps/doom3-gpl/metadata.xml
deleted file mode 100644
index ee286d6..0000000
--- a/games-fps/doom3-gpl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>nikoli@lavabit.com</email>
- <name>Nikoli</name>
- </maintainer>
-</pkgmetadata>