summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-03-05 23:44:53 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-03-05 23:44:53 +0300
commit8837091fb30238984ac417d52454111a1c0992bd (patch)
treee96e814cc25f9e08bfb17106c5e98c52ca77b228 /games-fps
parentgames-action/valandrick: remove package (diff)
downloadgamerlay-8837091fb30238984ac417d52454111a1c0992bd.tar.gz
gamerlay-8837091fb30238984ac417d52454111a1c0992bd.tar.bz2
gamerlay-8837091fb30238984ac417d52454111a1c0992bd.zip
games-fps/zdoom: deprecated by upstream
Deprecated, development stoped. Use games-fps/gzdoom. Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/zdoom/Manifest10
-rw-r--r--games-fps/zdoom/metadata.xml19
-rw-r--r--games-fps/zdoom/zdoom-2.8.1.ebuild77
3 files changed, 0 insertions, 106 deletions
diff --git a/games-fps/zdoom/Manifest b/games-fps/zdoom/Manifest
deleted file mode 100644
index d6cd151..0000000
--- a/games-fps/zdoom/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST zdoom-2.8.1-src.7z 3165904 SHA256 782179d4667d2e56e26e21d7a0872523f8e4262ed176072fef00d0043376a310 SHA512 f8894368fe252de2e403fca8a1cfe5fdb975f9ab5d70398d537459d164a9237032aba5364115df6c02bf6d26bc00eab6014c4a5324462b20d2d7679bb101cdae WHIRLPOOL ef12a43412c55741ddd4d4a418885a309efda63f59b6950c74dd1aa7e4406d38b0480276df10949318b34dd181a96cc8b5e199450bcdf324e248491fa151bfd5
------BEGIN PGP SIGNATURE-----
-
-iF4EAREIAAYFAlgSP6IACgkQz+A7F6AY3oyJiwEAh/l/Mth/QEBxtHknFeb/zRsZ
-Oo2Lcw4mciUtznewadkA/2MOLCzrCWIgLGbuhNiIg7yPP2TlV0eiJfNxn5GU/jhM
-=/uNG
------END PGP SIGNATURE-----
diff --git a/games-fps/zdoom/metadata.xml b/games-fps/zdoom/metadata.xml
deleted file mode 100644
index 36b28ff..0000000
--- a/games-fps/zdoom/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-ZDoom is an enhanced port of the official DOOM source code
-</longdescription>
-<longdescription lang="ru">
-ZDoom - улучшенный порт движка DOOM
-</longdescription>
-<use>
-<flag name="asm">Enable assembly implementations</flag>
-<!-- <flag name="fmod">Enable the fmod music and sound effects</flag> -->
-</use>
-</pkgmetadata>
-
diff --git a/games-fps/zdoom/zdoom-2.8.1.ebuild b/games-fps/zdoom/zdoom-2.8.1.ebuild
deleted file mode 100644
index 66e4ffe..0000000
--- a/games-fps/zdoom/zdoom-2.8.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit cmake-utils eutils versionator unpacker
-
-DESCRIPTION="ZDoom is an enhanced port of the official DOOM source code"
-HOMEPAGE="http://www.zdoom.org"
-SRC_URI="http://www.zdoom.org/files/${PN}/$(get_version_component_range 1-2)/${P}-src.7z"
-
-LICENSE="BSD BUILD DOOM"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# FIXME fmod does not work
-IUSE="asm gtk openal"
-
-# fmod? ( media-libs/fmod:1 )
-RDEPEND="app-arch/bzip2
- media-libs/game-music-emu
- media-libs/libsdl2
- openal? ( media-libs/openal )
- media-sound/fluidsynth
- sys-libs/zlib
- virtual/jpeg:0
- x11-libs/libXcursor
- gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
- asm? ( || ( dev-lang/nasm dev-lang/yasm ) )
- $(unpacker_src_uri_depends)"
-
-S="${WORKDIR}"
-
-DOCS=( "docs/commands.txt" )
-HTML_DOCS=( "docs/console.{css,html}" )
-
-src_prepare() {
- default
-
- sed -i \
- -e "s:/usr/local/share/:/usr/share/doom-data/:" \
- src/posix/i_system.h || die "sed i_system.h failed"
-
- sed -i \
- -e "s:/usr/local/share/doom:/usr/share/doom-data/:" \
- src/gameconfigfile.cpp || die "sed gameconfigfile.cpp failed"
-}
-
-src_configure() {
- mycmakeargs=(
-# "-DFMOD_LOCAL_LIB_DIRS=/opt/fmodex/api/lib"
-# "-DFMOD_INCLUDE_DIR=/opt/fmodex/api/inc"
- "-DGME_INCLUDE_DIR=/usr/include"
- "-DFORCE_INTERNAL_GME=no"
- -DNO_ASM=$(usex !asm)
-# -DNO_FMOD=$(usex !fmod)
- -DNO_GTK=$(usex !gtk)
- -DNO_OPENAL=$(usex !openal)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- dobin "${CMAKE_BUILD_DIR}/${PN}"
- insinto "/usr/share/doom-data"
- doins "${CMAKE_BUILD_DIR}/${PN}.pk3"
-}
-
-pkg_postinst() {
- echo
- elog "Copy or link wad files into /usr/share/doom-data/"
- elog
- elog "To play, simply run:"
- elog
- elog " zdoom"
- echo
-}