Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmail/files: kmail-4.4.9-nodbus.patch
Date: Tue, 25 Jan 2011 23:02:07
Message-Id: 20110125230157.28A2420057@flycatcher.gentoo.org
1 dilfridge 11/01/25 23:01:57
2
3 Modified: kmail-4.4.9-nodbus.patch
4 Log:
5 Removed even more dysfunctional tests
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 kde-base/kmail/files/kmail-4.4.9-nodbus.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/files/kmail-4.4.9-nodbus.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/files/kmail-4.4.9-nodbus.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/files/kmail-4.4.9-nodbus.patch?r1=1.1&r2=1.2
15
16 Index: kmail-4.4.9-nodbus.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/files/kmail-4.4.9-nodbus.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kmail-4.4.9-nodbus.patch 23 Jan 2011 22:51:08 -0000 1.1
23 +++ kmail-4.4.9-nodbus.patch 25 Jan 2011 23:01:57 -0000 1.2
24 @@ -1,6 +1,32 @@
25 +diff -ruN kmail-4.4.9.orig/kmail/tests/CMakeLists.txt kmail-4.4.9/kmail/tests/CMakeLists.txt
26 +--- kmail-4.4.9.orig/kmail/tests/CMakeLists.txt 2010-12-22 18:52:24.000000000 +0100
27 ++++ kmail-4.4.9/kmail/tests/CMakeLists.txt 2011-01-25 23:52:38.953021223 +0100
28 +@@ -9,14 +9,14 @@
29 + add_definitions(-DKMAIL_UNITTESTS=YES)
30 +
31 + ########### htmlquotecolorertest ###############
32 +-set(htmlquotecolorertest_SRCS htmlquotecolorertest.cpp ../htmlquotecolorer.cpp)
33 +-kde4_add_unit_test(htmlquotecolorertest TESTNAME kmail-quotecolorertest ${htmlquotecolorertest_SRCS})
34 +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
35 +-target_link_libraries(htmlquotecolorertest
36 +- ${QT_QTTEST_LIBRARY}
37 +- ${QT_QTCORE_LIBRARY}
38 +- ${KDE4_KHTML_LIBRARY}
39 +-)
40 ++# set(htmlquotecolorertest_SRCS htmlquotecolorertest.cpp ../htmlquotecolorer.cpp)
41 ++# kde4_add_unit_test(htmlquotecolorertest TESTNAME kmail-quotecolorertest ${htmlquotecolorertest_SRCS})
42 ++# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
43 ++# target_link_libraries(htmlquotecolorertest
44 ++# ${QT_QTTEST_LIBRARY}
45 ++# ${QT_QTCORE_LIBRARY}
46 ++# ${KDE4_KHTML_LIBRARY}
47 ++# )
48 +
49 + ########### utiltests ###############
50 +
51 diff -ruN kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt kmail-4.4.9/messagecore/tests/CMakeLists.txt
52 --- kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt 2010-12-22 18:52:15.000000000 +0100
53 -+++ kmail-4.4.9/messagecore/tests/CMakeLists.txt 2011-01-23 23:22:36.000000000 +0100
54 ++++ kmail-4.4.9/messagecore/tests/CMakeLists.txt 2011-01-25 23:50:54.421021223 +0100
55 @@ -13,6 +13,6 @@
56 # Attachment tests.
57 add_messagecore_test( attachmentcompressjobtest.cpp )
58 @@ -8,4 +34,50 @@
59 -add_messagecore_test( attachmentfromurljobtest.cpp )
60 +# add_messagecore_test( attachmentfromurljobtest.cpp )
61 add_messagecore_test( attachmentparttest.cpp )
62 - add_messagecore_test( attachmentpropertiesdialogtest.cpp )
63 +-add_messagecore_test( attachmentpropertiesdialogtest.cpp )
64 ++# add_messagecore_test( attachmentpropertiesdialogtest.cpp )
65 +diff -ruN kmail-4.4.9.orig/messageviewer/tests/CMakeLists.txt kmail-4.4.9/messageviewer/tests/CMakeLists.txt
66 +--- kmail-4.4.9.orig/messageviewer/tests/CMakeLists.txt 2010-12-22 18:52:47.000000000 +0100
67 ++++ kmail-4.4.9/messageviewer/tests/CMakeLists.txt 2011-01-25 23:51:58.374021223 +0100
68 +@@ -6,23 +6,23 @@
69 + )
70 +
71 + ########### htmlquotecolorertest ###############
72 +-set(messageviewer_htmlquotecolorertest_SRCS htmlquotecolorertest.cpp ../htmlquotecolorer.cpp)
73 +-kde4_add_unit_test(messageviewer_htmlquotecolorertest TESTNAME messageviewer-quotecolorertest ${messageviewer_htmlquotecolorertest_SRCS})
74 +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
75 +-target_link_libraries(messageviewer_htmlquotecolorertest
76 +- ${QT_QTTEST_LIBRARY}
77 +- ${QT_QTCORE_LIBRARY}
78 +- ${KDE4_KHTML_LIBRARY}
79 +- messageviewer
80 +-)
81 ++# set(messageviewer_htmlquotecolorertest_SRCS htmlquotecolorertest.cpp ../htmlquotecolorer.cpp)
82 ++# kde4_add_unit_test(messageviewer_htmlquotecolorertest TESTNAME messageviewer-quotecolorertest ${messageviewer_htmlquotecolorertest_SRCS})
83 ++# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
84 ++# target_link_libraries(messageviewer_htmlquotecolorertest
85 ++# ${QT_QTTEST_LIBRARY}
86 ++# ${QT_QTCORE_LIBRARY}
87 ++# ${KDE4_KHTML_LIBRARY}
88 ++# messageviewer
89 ++# )
90 +
91 + ########### stringutiltest ###############
92 +-set(stringutiltest_SRCS stringutiltest.cpp)
93 +-kde4_add_unit_test(stringutiltest TESTNAME messageviewer-stringutiltest ${stringutiltest_SRCS})
94 +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
95 +-target_link_libraries(stringutiltest
96 +- ${QT_QTTEST_LIBRARY}
97 +- ${QT_QTCORE_LIBRARY}
98 +- ${KDE4_KHTML_LIBRARY}
99 +- messageviewer
100 +-)
101 ++# set(stringutiltest_SRCS stringutiltest.cpp)
102 ++# kde4_add_unit_test(stringutiltest TESTNAME messageviewer-stringutiltest ${stringutiltest_SRCS})
103 ++# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
104 ++# target_link_libraries(stringutiltest
105 ++# ${QT_QTTEST_LIBRARY}
106 ++# ${QT_QTCORE_LIBRARY}
107 ++# ${KDE4_KHTML_LIBRARY}
108 ++# messageviewer
109 ++# )