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 0810D138334 for ; Sun, 3 Mar 2019 00:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247DCE08F2; Sun, 3 Mar 2019 00:48:43 +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 F2746E08F2 for ; Sun, 3 Mar 2019 00:48:42 +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 66E0B335C7B for ; Sun, 3 Mar 2019 00:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7174A542 for ; Sun, 3 Mar 2019 00:48:38 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1551574052.8c454c0d6376d45cc8313a1c94cfb4e68c998a11.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch X-VCS-Directories: net-nntp/nzbget/files/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 8c454c0d6376d45cc8313a1c94cfb4e68c998a11 X-VCS-Branch: master Date: Sun, 3 Mar 2019 00:48:38 +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: 21ab96f8-4e5a-4e64-9260-17b592031a65 X-Archives-Hash: 13b908d7ad21eb10c6cb1429059ec183 commit: 8c454c0d6376d45cc8313a1c94cfb4e68c998a11 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 2 11:59:37 2019 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Mar 3 00:47:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c454c0d net-nntp/nzbget: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11213 Signed-off-by: Louis Sautier gentoo.org> net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch b/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch deleted file mode 100644 index e6cd13f6ffc..00000000000 --- a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,6 +46,7 @@ - AC_PATH_PROG(MAKE, make, $FALSE) - AC_PROG_INSTALL - -+PKG_PROG_PKG_CONFIG() - - dnl - dnl Do all tests with c++ compiler. -@@ -291,6 +292,7 @@ - if test "$FOUND" = "no"; then - AC_MSG_ERROR([Couldn't find curses headers (ncurses.h or curses.h)]) - fi -+ PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",) - AC_SEARCH_LIBS([refresh], [ncurses curses],, - AC_ERROR([Couldn't find curses library])) - else