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.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 365551580FD for ; Mon, 23 Dec 2024 18:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64724E03DF; Mon, 23 Dec 2024 18:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 16FDAE03DF for ; Mon, 23 Dec 2024 18:40:47 +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 496E433BE12 for ; Mon, 23 Dec 2024 18:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9820317C2 for ; Mon, 23 Dec 2024 18:40:44 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1734979146.19c7f8bc0274d82173cc357d469f91d0b977a46a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnucobol/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnucobol/files/gnucobol-3.1.2-ncurses.patch X-VCS-Directories: dev-lang/gnucobol/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 19c7f8bc0274d82173cc357d469f91d0b977a46a X-VCS-Branch: master Date: Mon, 23 Dec 2024 18:40:44 +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: c6594d45-46c2-4fae-8018-83336191461a X-Archives-Hash: 3347e289db20070f96edb40636d84322 commit: 19c7f8bc0274d82173cc357d469f91d0b977a46a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Dec 23 17:52:15 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Dec 23 18:39:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c7f8bc dev-lang/gnucobol: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnucobol/files/gnucobol-3.1.2-ncurses.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-lang/gnucobol/files/gnucobol-3.1.2-ncurses.patch b/dev-lang/gnucobol/files/gnucobol-3.1.2-ncurses.patch deleted file mode 100644 index b778f57764b1..000000000000 --- a/dev-lang/gnucobol/files/gnucobol-3.1.2-ncurses.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/configure.ac 2023-12-20 22:48:44.764596449 +0100 -+++ b/configure.ac 2023-12-20 22:50:10.493170634 +0100 -@@ -1109,7 +1109,7 @@ - USE_CURSES="missing_header" - fi], [])], []) - if test "$USE_CURSES" = "ncursesw"; then -- LIBCOB_LIBS="$LIBCOB_LIBS -lncursesw" -+ LIBCOB_LIBS="$LIBCOB_LIBS $(ncursesw6-config --libs)" - fi - else - if test "$USE_CURSES" = "ncursesw"; then -@@ -1128,7 +1128,7 @@ - USE_CURSES="missing_header" - fi], [])], [])], []) - if test "$USE_CURSES" = "ncurses"; then -- LIBCOB_LIBS="$LIBCOB_LIBS -lncurses" -+ LIBCOB_LIBS="$LIBCOB_LIBS $(ncurses6-config --libs)" - fi - else - if test "$USE_CURSES" = "ncurses"; then