summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 19:54:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 18:39:11 +0200
commitf84fcbb5131013f9494b9024ec746f68fcbdad36 (patch)
treeda178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/kio-extras
parentprofiles: Mask legacy KDE Applications for removal (diff)
downloadgentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kio-extras')
-rw-r--r--kde-apps/kio-extras/Manifest1
-rw-r--r--kde-apps/kio-extras/files/kio-extras-16.12.1-activities-optional.patch52
-rw-r--r--kde-apps/kio-extras/files/kio-extras-16.12.1-man-optional.patch48
-rw-r--r--kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild85
-rw-r--r--kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild87
5 files changed, 0 insertions, 273 deletions
diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index 068b56911b4c..d65ffa16b517 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,2 +1 @@
-DIST kio-extras-16.12.3.tar.xz 279872 SHA256 5af7b4dac320ed6d0897c8940e6043ef45a4e1d3a4f9f12e8513215633a5d7d5 SHA512 1b0f0f025deab5f14479e47c29ff18974de461a605055a8c684a588526ef8fff9903ce853e56613db4346f426929e37f4409450221503ce3bce2d812f8f1f4fe WHIRLPOOL d74655e6cb631455720bd001e33d75f423e84aebc6e38ad808b5c2c51ae850b0df8bb7130e98b7aeb8ce63b89722fdd76bf2bb62913756749b3f48dff9605d7e
DIST kio-extras-17.04.3.tar.xz 552168 SHA256 e18f76631611d9ef74394e204207feaeaf4fa9f6c089f5719a966beed41bf983 SHA512 1f637f3284fc92f312aecad1454ff5d84173930414c9cf1a3f8298408382682c94b377a54a5630bd134753ad675fc1f3db4f08474099708d4a0554638a27f050 WHIRLPOOL eaf5bbbcfc239a91679a85b6ce69aae45e763f52841a5d54cbc7667d2ea59aacebc29fe48e303bac74481c0d76f536fcbfe5358658dac495b8e10d0a81f54dcb
diff --git a/kde-apps/kio-extras/files/kio-extras-16.12.1-activities-optional.patch b/kde-apps/kio-extras/files/kio-extras-16.12.1-activities-optional.patch
deleted file mode 100644
index efa79a9d436c..000000000000
--- a/kde-apps/kio-extras/files/kio-extras-16.12.1-activities-optional.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From a84100dce8a32de89c6a854c965c0c54f1126563 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Mon, 2 Jan 2017 02:16:40 +0100
-Subject: [PATCH 1/2] Make activities kioslave optional
-
-Not everyone builds this for a Plasma desktop, Qt5Sql is already only
-searched for in that subdirectory, so this gives some nice modularity.
-
-REVIEW: 129783
----
- CMakeLists.txt | 11 +++++++++--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index edc2639..5ac418b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -39,7 +39,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- Solid
- Bookmarks
- GuiAddons
-- Activities
- )
- # As this is the check used for linkage, only require it in the same location...
- if (UNIX)
-@@ -56,6 +55,12 @@ include(ECMOptionalAddSubdirectory)
-
- add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-
-+find_package(KF5Activities QUIET)
-+set_package_properties(KF5Activities PROPERTIES
-+ PURPOSE "Provides the activities:/ kioslave and fileitem plugin."
-+ TYPE OPTIONAL
-+)
-+
- find_package(SLP)
- set_package_properties(SLP PROPERTIES DESCRIPTION "SLP (Service Location Protocol) implementation"
- URL "http://www.openslp.org/"
-@@ -126,7 +131,9 @@ endif()
- add_subdirectory( doc )
-
- add_subdirectory( about )
--add_subdirectory( activities )
-+if(KF5Activities_FOUND)
-+ add_subdirectory( activities )
-+endif()
- add_subdirectory( bookmarks )
- add_subdirectory( filter )
- if(Phonon4Qt5_FOUND)
---
-2.10.2
-
diff --git a/kde-apps/kio-extras/files/kio-extras-16.12.1-man-optional.patch b/kde-apps/kio-extras/files/kio-extras-16.12.1-man-optional.patch
deleted file mode 100644
index 9c6452b10301..000000000000
--- a/kde-apps/kio-extras/files/kio-extras-16.12.1-man-optional.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From c9f618e75f4d84a8c48cb321a477c68c6dbf9f08 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Mon, 2 Jan 2017 02:35:08 +0100
-Subject: [PATCH 2/2] Make KF5KHtml dependency optional, only used by man
-
-REVIEW: 129783
----
- CMakeLists.txt | 10 ++++++++--
- 1 file changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5ac418b..7de37ea 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -34,7 +34,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- IconThemes
- I18n
- KIO
-- KHtml
- KDELibs4Support
- Solid
- Bookmarks
-@@ -124,6 +123,11 @@ if(UNIX)
- if(NOT OFFT_IS_64BIT)
- message(FATAL_ERROR "Large file support is not enabled.")
- endif()
-+
-+ find_package(KF5KHtml QUIET)
-+ set_package_properties(KF5KHtml PROPERTIES TYPE OPTIONAL
-+ PURPOSE "Needed to build the man kioslave"
-+ )
- else()
- # FIXME: on windows we ignore support until trash gets integrated
- endif()
-@@ -158,7 +162,9 @@ if (MTP_FOUND)
- endif()
-
- if(NOT WIN32)
-- add_subdirectory( man )
-+ if(KF5KHtml_FOUND)
-+ add_subdirectory( man )
-+ endif()
- check_include_files(rpc/rpc.h HAVE_RPC_RPC_H)
- add_feature_info("NFS kioslave" HAVE_RPC_RPC_H "The RPC library is needed to build the NFS kioslave")
- if(HAVE_RPC_RPC_H)
---
-2.10.2
-
diff --git a/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild
deleted file mode 100644
index 9bf0f4a94ebf..000000000000
--- a/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="amd64 ~arm x86"
-IUSE="activities exif +man mtp openexr phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- virtual/jpeg:0
- activities? (
- $(add_frameworks_dep kactivities)
- $(add_qt_dep qtsql)
- )
- exif? ( media-gfx/exiv2:= )
- man? ( $(add_frameworks_dep khtml) )
- mtp? ( media-libs/libmtp:= )
- openexr? ( media-libs/openexr )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-PATCHES=(
- "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch
- "${FILESDIR}/${PN}"-16.12.1-man-optional.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package exif Exiv2)
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
- $(cmake-utils_use_find_package man KF5KHtml)
- $(cmake-utils_use_find_package mtp Mtp)
- $(cmake-utils_use_find_package openexr OpenEXR)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba Samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp SLP)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
deleted file mode 100644
index effbd461e0bd..000000000000
--- a/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- virtual/jpeg:0
- activities? (
- $(add_frameworks_dep kactivities)
- $(add_qt_dep qtsql)
- )
- exif? ( media-gfx/exiv2:= )
- htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') )
- man? ( $(add_frameworks_dep khtml) )
- mtp? ( media-libs/libmtp:= )
- openexr? ( media-libs/openexr )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-PATCHES=(
- "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch
- "${FILESDIR}/${PN}"-16.12.1-man-optional.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets)
- $(cmake-utils_use_find_package man KF5KHtml)
- $(cmake-utils_use_find_package mtp Mtp)
- $(cmake-utils_use_find_package openexr OpenEXR)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba Samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp SLP)
- )
-
- kde5_src_configure
-}