commit:     d3f1cef94531a5331e73ffcf9c4876abe0075afe
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Aug  8 20:54:28 2019 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Aug  8 20:54:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d3f1cef9

games-fps/gzdoom: remove

In portage now

 games-fps/gzdoom/gzdoom-3.2.5.ebuild | 53 ------------------------------------
 games-fps/gzdoom/metadata.xml        | 11 --------
 2 files changed, 64 deletions(-)

diff --git a/games-fps/gzdoom/gzdoom-3.2.5.ebuild 
b/games-fps/gzdoom/gzdoom-3.2.5.ebuild
deleted file mode 100644
index bd2ffcc..0000000
--- a/games-fps/gzdoom/gzdoom-3.2.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
-HOMEPAGE="https://zdoom.org/";
-SRC_URI="https://zdoom.org/files/gzdoom/src/${PN}-g${PV}.zip";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk kde openal"
-
-RDEPEND="
-       app-arch/bzip2
-       kde? ( kde-apps/kdialog )
-       media-libs/game-music-emu
-       openal? (
-               media-libs/libsndfile
-               media-libs/openal
-               media-sound/mpg123
-       )
-       >=media-libs/libsdl2-2.0.2[opengl]
-       media-sound/fluidsynth
-       sys-libs/zlib
-       virtual/jpeg:0
-       virtual/opengl
-       gtk? ( x11-libs/gtk+:* )
-"
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}-g${PV}"
-
-src_prepare() {
-       default
-       sed -i -e "s:\(\/usr\/share\/doom\):\1-data:g" \
-               src/gameconfigfile.cpp || die
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       mycmakeargs=(
-               -DNO_GTK=$(usex !gtk)
-               -DNO_OPENAL=$(usex !openal)
-       )
-       cmake-utils_src_configure
-}

diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml
deleted file mode 100644
index 96b1109..0000000
--- a/games-fps/gzdoom/metadata.xml
+++ /dev/null
@@ -1,11 +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.hacki...@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-A modder-friendly OpenGL source port based on the DOOM engine
-</longdescription>
-</pkgmetadata>

Reply via email to