Git commit 88be39a0940d517fede41f0ef534f4862f2e3eef by Carl Schwan, on behalf of Nicolas Fella. Committed on 21/11/2023 at 10:17. Pushed by nicolasfella into branch 'master'.
Drop documentation for pop3 kio worker The worker itself was dropped a while ago M +0 -1 .kde-ci.yml M +0 -9 CMakeLists.txt D +0 -1 doc/CMakeLists.txt D +0 -3 doc/pop3/CMakeLists.txt D +0 -24 doc/pop3/index.docbook https://invent.kde.org/pim/kdepim-runtime/-/commit/88be39a0940d517fede41f0ef534f4862f2e3eef diff --git a/.kde-ci.yml b/.kde-ci.yml index 8f4bb29a0e..c339346883 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -32,6 +32,5 @@ Dependencies: 'frameworks/knotifications': '@latest-kf6' 'frameworks/kcmutils': '@latest-kf6' 'frameworks/kdav': '@latest-kf6' - 'frameworks/kdoctools': '@latest-kf6' 'third-party/qtkeychain': '@latest-kf6' 'libraries/ktextaddons': '@latest-kf6' diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e66d1053..124e631403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,11 +91,6 @@ find_package(KF6Notifications ${KF_MIN_VERSION} CONFIG REQUIRED) # pop3, ews find_package(KF6KCMUtils ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6DAV ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6Wallet ${KF_MIN_VERSION} CONFIG REQUIRED) -find_package(KF6DocTools ${KF_MIN_VERSION}) -set_package_properties(KF6DocTools PROPERTIES DESCRIPTION - "Tools to generate documentation" - TYPE OPTIONAL -) find_package(KF6TextCustomEditor ${KTEXTADDONS_MIN_VERSION} CONFIG REQUIRED) @@ -158,10 +153,6 @@ ecm_qt_install_logging_categories( kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) ki18n_install(po) -if(KF6DocTools_FOUND) - kdoctools_install(po) - add_subdirectory(doc) -endif() feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index d97731530b..0000000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(pop3) diff --git a/doc/pop3/CMakeLists.txt b/doc/pop3/CMakeLists.txt deleted file mode 100644 index d3ba5e745c..0000000000 --- a/doc/pop3/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/pop3) - diff --git a/doc/pop3/index.docbook b/doc/pop3/index.docbook deleted file mode 100644 index 83dd410283..0000000000 --- a/doc/pop3/index.docbook +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" -"dtd/kdedbx45.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;" id="pop3"> -<title>pop3 / pop3s</title> -<articleinfo> -<authorgroup> -<author>&Ferdinand.Gassauer; &Ferdinand.Gassauer.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> -</articleinfo> -<para> -The Post Office Protocol (POP3) allows a user's workstation to access mail from a mailbox server. -</para> - -<para> -POP3S is the POP3 protocol encrypted via SSL. -</para> - -</article>
