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 49C34138334 for ; Thu, 8 Aug 2019 21:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A34E0821; Thu, 8 Aug 2019 21:46:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3684E0821 for ; Thu, 8 Aug 2019 21:46:59 +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 E62763496D8 for ; Thu, 8 Aug 2019 21:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C6F75E for ; Thu, 8 Aug 2019 21:46:55 +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: <1565297668.d3f1cef94531a5331e73ffcf9c4876abe0075afe.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/gzdoom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-fps/gzdoom/gzdoom-3.2.5.ebuild games-fps/gzdoom/metadata.xml X-VCS-Directories: games-fps/gzdoom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: d3f1cef94531a5331e73ffcf9c4876abe0075afe X-VCS-Branch: master Date: Thu, 8 Aug 2019 21:46:55 +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: a4824bfc-3f58-4fa6-ae5e-4b5ec54363c7 X-Archives-Hash: e3d431acb24d07ba2c7aebcbb0023862 commit: d3f1cef94531a5331e73ffcf9c4876abe0075afe Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Aug 8 20:54:28 2019 +0000 Commit: Azamat H. Hackimov gentoo 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 @@ - - - - -azamat.hackimov@gmail.com -Azamat H. Hackimov - - -A modder-friendly OpenGL source port based on the DOOM engine - -