Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/
Date: Sun, 03 Mar 2019 00:48:44
Message-Id: 1551574052.8c454c0d6376d45cc8313a1c94cfb4e68c998a11.sbraz@gentoo
1 commit: 8c454c0d6376d45cc8313a1c94cfb4e68c998a11
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 2 11:59:37 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 00:47:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c454c0d
7
8 net-nntp/nzbget: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11213
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch | 18 ------------------
15 1 file changed, 18 deletions(-)
16
17 diff --git a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch b/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch
18 deleted file mode 100644
19 index e6cd13f6ffc..00000000000
20 --- a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 ---- a/configure.ac
24 -+++ b/configure.ac
25 -@@ -46,6 +46,7 @@
26 - AC_PATH_PROG(MAKE, make, $FALSE)
27 - AC_PROG_INSTALL
28 -
29 -+PKG_PROG_PKG_CONFIG()
30 -
31 - dnl
32 - dnl Do all tests with c++ compiler.
33 -@@ -291,6 +292,7 @@
34 - if test "$FOUND" = "no"; then
35 - AC_MSG_ERROR([Couldn't find curses headers (ncurses.h or curses.h)])
36 - fi
37 -+ PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",)
38 - AC_SEARCH_LIBS([refresh], [ncurses curses],,
39 - AC_ERROR([Couldn't find curses library]))
40 - else