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 6EEE6138335 for ; Mon, 22 Jul 2019 09:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EFBE084E; Mon, 22 Jul 2019 09:25:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 697CAE084E for ; Mon, 22 Jul 2019 09:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 211903486C4 for ; Mon, 22 Jul 2019 09:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD9672C for ; Mon, 22 Jul 2019 09:25:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563787513.ca5cb95fc98ccd032c647d2f503e32035e3e31de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doomsday/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doomsday/Manifest games-fps/doomsday/doomsday-2.0.3.ebuild games-fps/doomsday/metadata.xml X-VCS-Directories: games-fps/doomsday/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca5cb95fc98ccd032c647d2f503e32035e3e31de X-VCS-Branch: master Date: Mon, 22 Jul 2019 09:25:16 +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: b2627a7e-2d39-4945-8d96-6b4ddb3f8389 X-Archives-Hash: 70c4265bdd8d5e384e1cd2d464066cc8 commit: ca5cb95fc98ccd032c647d2f503e32035e3e31de Author: Michał Górny gentoo org> AuthorDate: Mon Jul 22 09:20:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 22 09:25:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5cb95f games-fps/doomsday: Drop old Signed-off-by: Michał Górny gentoo.org> games-fps/doomsday/Manifest | 1 - games-fps/doomsday/doomsday-2.0.3.ebuild | 77 -------------------------------- games-fps/doomsday/metadata.xml | 3 -- 3 files changed, 81 deletions(-) diff --git a/games-fps/doomsday/Manifest b/games-fps/doomsday/Manifest index 74d823a41cd..4726ace45e3 100644 --- a/games-fps/doomsday/Manifest +++ b/games-fps/doomsday/Manifest @@ -1,2 +1 @@ -DIST doomsday-2.0.3.tar.gz 18060670 BLAKE2B e01545f5d719310a78f01de77249a72f9c3c61a1d295ee0827475439b63653f613660bdc033c1651180cc390469c89120d262c15c6e22cece52600e2889e1437 SHA512 4f8e737df9e004cf3ac3cf16b84ffce0c85e2180af552bac41a224595c7f6932397c39f7d3e9fa522e1ae62828cb87f564a5fa411e742eb07bbee96f14c3ee7c DIST doomsday-2.1.1.tar.gz 47526008 BLAKE2B bf941048d160058273df09d67b09e140c10d141cd73ff56d0f3162045696d81533aba9a8c9ff39fc29530248ee8b2f6dd2b3da76a929fb6263c311e65bcbdd82 SHA512 9df0afa0465ef3c3bb30cccf8ca51596e8e6e5584775a695c9c3278f15bcf7e9f7aaeaa0917f0a1de9fbb1174f2ae83a1ee85fba63bef6e49be957836f1107a3 diff --git a/games-fps/doomsday/doomsday-2.0.3.ebuild b/games-fps/doomsday/doomsday-2.0.3.ebuild deleted file mode 100644 index c50b22ad60e..00000000000 --- a/games-fps/doomsday/doomsday-2.0.3.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 readme.gentoo-r1 cmake-utils - -DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen" -HOMEPAGE="http://www.dengine.net" -SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz" - -LICENSE="GPL-3+ LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="fluidsynth openal +doom demo freedoom heretic hexen tools fmod" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - demo? ( doom ) freedoom? ( doom ) -" - -RDEPEND=" - dev-qt/qtnetwork:5 - dev-qt/qtopengl:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtgui:5[-gles2] - dev-qt/qtcore:5 - net-misc/curl - sys-libs/zlib - media-libs/assimp - fmod? ( media-libs/fmod ) - fluidsynth? ( media-sound/fluidsynth ) - openal? ( media-libs/openal ) - tools? ( sys-libs/ncurses:0 ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig -" -PDEPEND=" - demo? ( games-fps/doom-data ) - freedoom? ( games-fps/freedoom ) -" - -S="${WORKDIR}/${P}/${PN}" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, HexenDD, -and Doom64 wads to a folder of your choice. Then configure in game -engine where that folder is. This is different than old versions, -which had centralized launchers for each game, and required the -files to be in a specific place -" - -internal_src_configure() { - export QT_SELECT=qt5 - local mycmakeargs=( - -DPYTHON_EXECUTABLE="${PYTHON}" - -DDENG_ASSIMP_EMBEDDED=off - ) - cmake-utils_src_configure -} - -src_configure() { - python_foreach_impl internal_src_configure -} - -src_install() { - cmake-utils_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/games-fps/doomsday/metadata.xml b/games-fps/doomsday/metadata.xml index 851017e48a8..0efa03a4eb6 100644 --- a/games-fps/doomsday/metadata.xml +++ b/games-fps/doomsday/metadata.xml @@ -7,12 +7,9 @@ Install launcher dor doom1.wad from games-fps/doom-data - Install launcher for jdoom game Build the FluidSynth sound driver Enable support for fmod music and sound effects lib Install launcher for doom1.wad from games-fps/freedoom - Install launcher for jheretic game - Install launcher for jhexen game Build additional tools such as doomsday-shell, md2tool and texc