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 42BBB138335 for ; Sat, 12 Oct 2019 14:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E54E0869; Sat, 12 Oct 2019 14:29:35 +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 DABBBE0869 for ; Sat, 12 Oct 2019 14:29:34 +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 9F32534BC68 for ; Sat, 12 Oct 2019 14:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 572A7882 for ; Sat, 12 Oct 2019 14:29:31 +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: <1570890422.368ab3c126583b31a35669d1723fa20a45f94073.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.11.3-r2.ebuild X-VCS-Directories: games-fps/freedoom/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 368ab3c126583b31a35669d1723fa20a45f94073 X-VCS-Branch: master Date: Sat, 12 Oct 2019 14:29:31 +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: e6dbb5f4-f02c-4af3-939f-16e73b961e24 X-Archives-Hash: 04cca37a74efc015f04808e46c81080f commit: 368ab3c126583b31a35669d1723fa20a45f94073 Author: James Le Cuirot gentoo org> AuthorDate: Sat Oct 12 14:27:02 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Oct 12 14:27:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368ab3c1 games-fps/freedoom: Drop old 0.11.3-r2 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedoom/freedoom-0.11.3-r2.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/games-fps/freedoom/freedoom-0.11.3-r2.ebuild b/games-fps/freedoom/freedoom-0.11.3-r2.ebuild deleted file mode 100644 index 50b8bbbfe22..00000000000 --- a/games-fps/freedoom/freedoom-0.11.3-r2.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, please install games-fps/freedm." -}