From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A73171582EF for ; Sat, 08 Mar 2025 20:03:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 94C5D342FB8 for ; Sat, 08 Mar 2025 20:03:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9179E11027C; Sat, 08 Mar 2025 20:03:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8736511027C for ; Sat, 08 Mar 2025 20:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40FA8342FB8 for ; Sat, 08 Mar 2025 20:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 907F0288C for ; Sat, 08 Mar 2025 20:03:02 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1741464178.f20e0886dc8c8962e34bd15a96d94cccfc55f6ab.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screen/, app-misc/screen/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screen/files/screenrc app-misc/screen/screen-9999.ebuild X-VCS-Directories: app-misc/screen/files/ app-misc/screen/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: f20e0886dc8c8962e34bd15a96d94cccfc55f6ab X-VCS-Branch: master Date: Sat, 08 Mar 2025 20:03:02 +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: e833d19b-3035-4c91-a400-fea511e5be3e X-Archives-Hash: 3d7a9ec090ad8a5e5cf47f30498a4cd7 commit: f20e0886dc8c8962e34bd15a96d94cccfc55f6ab Author: Mark Harmstone harmstone com> AuthorDate: Wed Aug 7 17:04:25 2024 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Mar 8 20:02:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20e0886 app-misc/screen: remove nethack USE flag Despite still being in the man pages, the nethack mode of screen was removed in 2015: https://github.com/jfjhh/screen/commit/9109409b2e0dbe15df2ffa76557f7d938d37fb08 Signed-off-by: Mark Harmstone harmstone.com> Closes: https://github.com/gentoo/gentoo/pull/38011 Signed-off-by: Sven Wegener gentoo.org> app-misc/screen/files/screenrc | 3 --- app-misc/screen/screen-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app-misc/screen/files/screenrc b/app-misc/screen/files/screenrc index 11f2f551b0bc..2616b47cf522 100644 --- a/app-misc/screen/files/screenrc +++ b/app-misc/screen/files/screenrc @@ -51,9 +51,6 @@ # Don't display the copyright page startup_message off # default: on -# Uses nethack-style messages -# nethack on # default: off - # Affects the copying of text regions crlf off # default: off diff --git a/app-misc/screen/screen-9999.ebuild b/app-misc/screen/screen-9999.ebuild index ad26413a3cbb..7ad57bdfa000 100644 --- a/app-misc/screen/screen-9999.ebuild +++ b/app-misc/screen/screen-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -IUSE="debug nethack pam selinux multiuser" +IUSE="debug pam selinux multiuser" DEPEND=">=sys-libs/ncurses-5.2:= virtual/libcrypt:= @@ -74,7 +74,6 @@ src_configure() { append-cppflags -D_XOPEN_SOURCE=600 fi - use nethack || append-cppflags "-DNONETHACK" use debug && append-cppflags "-DDEBUG" local myeconfargs=(