Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/
Date: Sat, 28 Jan 2017 16:50:56
Message-Id: 1485622218.700848f5fb07ff84fc29a7e69df439b829eaf24b.swegener@gentoo
1 commit: 700848f5fb07ff84fc29a7e69df439b829eaf24b
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 27 15:30:55 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 16:50:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700848f5
7
8 net-nntp/nzbget: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3676
11
12 .../files/nzbget-17.0_parcheck-tests-fix.patch | 39 ----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/net-nntp/nzbget/files/nzbget-17.0_parcheck-tests-fix.patch b/net-nntp/nzbget/files/nzbget-17.0_parcheck-tests-fix.patch
16 deleted file mode 100644
17 index 8200f2b..00000000
18 --- a/net-nntp/nzbget/files/nzbget-17.0_parcheck-tests-fix.patch
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -From f2dcef1e5cba52bb6d06b189ec77398116bd204a Mon Sep 17 00:00:00 2001
22 -From: Gokturk Yuksek <gokturk@g.o>
23 -Date: Thu, 4 Aug 2016 00:52:14 -0400
24 -Subject: [PATCH] Do not compile ParCheckerTest and ParRenamerTest if parcheck
25 - is disabled
26 -
27 ----
28 - Makefile.am | 8 ++++++--
29 - 1 file changed, 6 insertions(+), 2 deletions(-)
30 -
31 -diff --git a/Makefile.am b/Makefile.am
32 -index b2c830b..0e01087 100644
33 ---- a/Makefile.am
34 -+++ b/Makefile.am
35 -@@ -217,8 +217,6 @@ nzbget_SOURCES += \
36 - tests/main/CommandLineParserTest.cpp \
37 - tests/main/OptionsTest.cpp \
38 - tests/feed/FeedFilterTest.cpp \
39 -- tests/postprocess/ParCheckerTest.cpp \
40 -- tests/postprocess/ParRenamerTest.cpp \
41 - tests/postprocess/DupeMatcherTest.cpp \
42 - tests/queue/NzbFileTest.cpp \
43 - tests/nntp/ServerPoolTest.cpp \
44 -@@ -226,6 +224,12 @@ nzbget_SOURCES += \
45 - tests/util/NStringTest.cpp \
46 - tests/util/UtilTest.cpp
47 -
48 -+if WITH_PAR2
49 -+nzbget_SOURCES += \
50 -+ tests/postprocess/ParCheckerTest.cpp \
51 -+ tests/postprocess/ParRenamerTest.cpp
52 -+endif
53 -+
54 - AM_CPPFLAGS += \
55 - -I$(srcdir)/lib/catch \
56 - -I$(srcdir)/tests/suite
57 ---
58 -2.7.3
59 -