From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 265B6138351 for ; Thu, 5 Mar 2020 21:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD9FE098E; Thu, 5 Mar 2020 21:19:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AD3AE098E for ; Thu, 5 Mar 2020 21:19:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E80F334EDC6 for ; Thu, 5 Mar 2020 21:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C424175 for ; Thu, 5 Mar 2020 21:18:59 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1583441093.8837091fb30238984ac417d52454111a1c0992bd.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/zdoom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-fps/zdoom/metadata.xml games-fps/zdoom/zdoom-2.8.1.ebuild X-VCS-Directories: games-fps/zdoom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 8837091fb30238984ac417d52454111a1c0992bd X-VCS-Branch: master Date: Thu, 5 Mar 2020 21:18:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea625046-c92a-40e5-a496-0acb626ed983 X-Archives-Hash: d2053f06ce541aa0e07b5aa06e0e0978 commit: 8837091fb30238984ac417d52454111a1c0992bd Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Mar 5 20:44:53 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Mar 5 20:44:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8837091f games-fps/zdoom: deprecated by upstream Deprecated, development stoped. Use games-fps/gzdoom. Signed-off-by: Azamat H. Hackimov gmail.com> games-fps/zdoom/metadata.xml | 19 ---------- games-fps/zdoom/zdoom-2.8.1.ebuild | 77 -------------------------------------- 2 files changed, 96 deletions(-) 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 @@ - - - - -azamat.hackimov@gmail.com -Azamat H. Hackimov - - -ZDoom is an enhanced port of the official DOOM source code - - -ZDoom - улучшенный порт движка DOOM - - -Enable assembly implementations - - - - 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 -}