commit: 6187b980a9e5a19125b9b98291989190694a68ac
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 20:59:40 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 21:02:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6187b980
kde-apps/kdepim-wizards: Remove unused patch
Package-Manager: portage-2.3.0
.../kdepim-wizards-4.4.11.1-underlinking.patch | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git
a/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
b/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
deleted file mode 100644
index 2ec6c7a..0000000
--- a/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt
kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt
---- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt 2011-04-20
22:03:31.000000000 +0200
-+++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt 2011-08-06
19:11:11.852576714 +0200
-@@ -22,7 +22,7 @@
-
- kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS})
-
-- target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY}
${KDE4_KDECORE_LIBS}
-+ target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY}
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils
- kabcgroupwise kcalgroupwise
- kcal_slox kabc_slox
- kabckolab knoteskolab
-@@ -44,7 +44,8 @@
-
- kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS})
-
-- target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS}
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS}
kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim )
-+ target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS}
${QT_QTGUI_LIBRARY}
-+ ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS}
kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio )
-
- install(TARGETS groupwisewizard ${INSTALL_TARGETS_DEFAULT_ARGS})
-
-@@ -60,7 +61,8 @@
-
- kde4_add_executable(sloxwizard ${sloxwizard_SRCS})
-
-- target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY}
${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS}
${KDEPIMLIBS_KABC_LIBS} kdepim )
-+ target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY}
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox
${KDEPIMLIBS_KCAL_LIBS}
-+ ${KDEPIMLIBS_KABC_LIBS} kdepim kio )
-
- install(TARGETS sloxwizard ${INSTALL_TARGETS_DEFAULT_ARGS})
-
-@@ -83,6 +85,7 @@
- kde4_add_executable(kolabwizard ${kolabwizard_SRCS})
-
- target_link_libraries(kolabwizard
-+ ${QT_QTGUI_LIBRARY} kio
- ${QT_QT3SUPPORT_LIBRARY}
- ${KDEPIMLIBS_KCAL_LIBS}
- ${KDEPIMLIBS_KABC_LIBS}