commit:     f20e0886dc8c8962e34bd15a96d94cccfc55f6ab
Author:     Mark Harmstone <mark <AT> harmstone <DOT> com>
AuthorDate: Wed Aug  7 17:04:25 2024 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> 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 <mark <AT> harmstone.com>
Closes: https://github.com/gentoo/gentoo/pull/38011
Signed-off-by: Sven Wegener <swegener <AT> 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=(

Reply via email to