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 C077A138334 for ; Thu, 7 Nov 2019 21:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3D1E0BF1; Thu, 7 Nov 2019 21:28:46 +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 3E6F7E0BF4 for ; Thu, 7 Nov 2019 21:28:46 +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 42E5734CA3A for ; Thu, 7 Nov 2019 21:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C448AD for ; Thu, 7 Nov 2019 21:28:40 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1573161998.8e16b09f68fa13d6f0b94794c73be7876988a732.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedoom/freedoom-0.12.0.ebuild X-VCS-Directories: games-fps/freedoom/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8e16b09f68fa13d6f0b94794c73be7876988a732 X-VCS-Branch: master Date: Thu, 7 Nov 2019 21:28:40 +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: 5eca4039-c726-46fd-a19f-08685de62231 X-Archives-Hash: 8b789651aa9321dba1cc251361d49287 commit: 8e16b09f68fa13d6f0b94794c73be7876988a732 Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 7 21:26:38 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 7 21:26:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e16b09f games-fps/freedoom: Drop old 0.12.0 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedoom/freedoom-0.12.0.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/games-fps/freedoom/freedoom-0.12.0.ebuild b/games-fps/freedoom/freedoom-0.12.0.ebuild deleted file mode 100644 index b9f2e765a9a..00000000000 --- a/games-fps/freedoom/freedoom-0.12.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A complete free-content single-player focused game based on the Doom engine" -HOMEPAGE="https://freedoom.github.io" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=" - ~games-fps/freedoom-data-${PV} - || ( - games-fps/gzdoom[nonfree(+)] - games-engines/odamex - games-fps/doomsday - games-fps/prboom-plus - ) -" - -pkg_postinst() { - elog "If you are looking for a multiplayer-focused deathmatch game, consider games-fps/freedm." -}