commit: a09f1dc886f9c48f3ef155edb664527db6465f20 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 9 15:15:55 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Sep 9 15:18:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09f1dc8
kde-misc/kio-stash: drop 1.0-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/kio-stash/Manifest | 1 - .../kio-stash-1.0-kioslave-no-desktop-app.patch | 43 ---------------------- .../files/kio-stash-1.0-no-kf5config.patch | 43 ---------------------- .../files/kio-stash-1.0-unused-includes.patch | 33 ----------------- kde-misc/kio-stash/kio-stash-1.0-r1.ebuild | 35 ------------------ 5 files changed, 155 deletions(-) diff --git a/kde-misc/kio-stash/Manifest b/kde-misc/kio-stash/Manifest index 1aaccc41f27e..8b5f94b978d8 100644 --- a/kde-misc/kio-stash/Manifest +++ b/kde-misc/kio-stash/Manifest @@ -1,2 +1 @@ -DIST kio-stash-1.0.tar.xz 25308 BLAKE2B 36329831bacd9cd271a52f7018ef4a46894a9ef65190d3372584cc489998197057e7d3ec64017446963ea024e9c50afb5fd5dc8c2d01c27cde7bc83844419cc5 SHA512 ca345a2cd2d8df72ad1f8de366ba290a21f0f3a98ac098d0393d66ec43334258e1e7222a19f89de9a53f152fe4c63aab1221dc045efee94385299fc63e65a931 DIST kio-stash-1.0_p20240906-2a8b8801.tar.gz 66081 BLAKE2B 8920e4cfa3c9f0ecab894d03d14ef200fc6ca11579fb3018dd9613dfa6ab765743c7024867133703f77b942622bdc815d15ee8e88271ee9017ab4ee8bf996e91 SHA512 cdf19182f705b7a70a1e74a65fc08f27f2b554bf8d2a0fb050b6426ad0d1ec16b0ee0d8f55b70d841e85bc0a406d8ef2fea0394afd956feb713fe3af6ef01b31 diff --git a/kde-misc/kio-stash/files/kio-stash-1.0-kioslave-no-desktop-app.patch b/kde-misc/kio-stash/files/kio-stash-1.0-kioslave-no-desktop-app.patch deleted file mode 100644 index 35b656fb6b73..000000000000 --- a/kde-misc/kio-stash/files/kio-stash-1.0-kioslave-no-desktop-app.patch +++ /dev/null @@ -1,43 +0,0 @@ -From f977b43a47ebf6d26ee0bd6d35e0ac576bbbbf8a Mon Sep 17 00:00:00 2001 -From: Harald Sitter <[email protected]> -Date: Fri, 9 Mar 2018 17:48:15 +0100 -Subject: kio slaves aren't desktop applications & drop incorrect provides - -Summary: -https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent -https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html - -also it seems a filestash binary isn't actually installed, so drop the -provides entry for that - -Reviewers: shortstheory, bgupta, apol - -Reviewed By: apol - -Differential Revision: https://phabricator.kde.org/D11187 ---- - src/org.kde.filestash.appdata.xml | 5 +---- - 1 file changed, 1 insertion(+), 4 deletions(-) - -diff --git a/src/org.kde.filestash.appdata.xml b/src/org.kde.filestash.appdata.xml -index d532186..2df1a70 100644 ---- a/src/org.kde.filestash.appdata.xml -+++ b/src/org.kde.filestash.appdata.xml -@@ -1,5 +1,5 @@ - <?xml version="1.0" encoding="utf-8"?> --<component type="desktop"> -+<component> - <id>org.kde.filestash.desktop</id> - <metadata_license>CC0-1.0</metadata_license> - <project_license>GPL-2.0</project_license> -@@ -89,8 +89,5 @@ - <image>https://cdn.kde.org/screenshots/kio-stash/kio-stash.png</image> - </screenshot> - </screenshots> -- <provides> -- <binary>filestash</binary> -- </provides> - <project_group>KDE</project_group> - </component> --- -cgit v1.1 diff --git a/kde-misc/kio-stash/files/kio-stash-1.0-no-kf5config.patch b/kde-misc/kio-stash/files/kio-stash-1.0-no-kf5config.patch deleted file mode 100644 index 1e434bb625ea..000000000000 --- a/kde-misc/kio-stash/files/kio-stash-1.0-no-kf5config.patch +++ /dev/null @@ -1,43 +0,0 @@ -commit 624a1f38b9604def78c34e26ac31e1fd21c6673b -Author: Andreas Sturmlechner <[email protected]> -Date: Mon Jul 3 20:36:41 2017 +0200 - - Drop unused KF5Config dependency - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0cbd710..1552df6 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -27,7 +27,6 @@ find_package(Qt5 ${QT5_MIN_VERSION} REQUIRED COMPONENTS - ) - - find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS -- Config - KIO - DBusAddons - I18n -diff --git a/src/ioslave/CMakeLists.txt b/src/ioslave/CMakeLists.txt -index 462fef9..23922f8 100644 ---- a/src/ioslave/CMakeLists.txt -+++ b/src/ioslave/CMakeLists.txt -@@ -6,8 +6,6 @@ target_link_libraries (kio_filestash - Qt5::DBus - KF5::KIOCore - KF5::I18n -- KF5::ConfigCore -- KF5::ConfigGui - ) - - set_target_properties(kio_filestash PROPERTIES OUTPUT_NAME "filestash") -diff --git a/src/ioslave/ioslave.cpp b/src/ioslave/ioslave.cpp -index b280f11..8928efb 100644 ---- a/src/ioslave/ioslave.cpp -+++ b/src/ioslave/ioslave.cpp -@@ -34,7 +34,6 @@ - - #include <KProtocolManager> - #include <KLocalizedString> --#include <KConfigGroup> - #include <KFileItem> - #include <KIO/Job> - diff --git a/kde-misc/kio-stash/files/kio-stash-1.0-unused-includes.patch b/kde-misc/kio-stash/files/kio-stash-1.0-unused-includes.patch deleted file mode 100644 index 93c786d7ad12..000000000000 --- a/kde-misc/kio-stash/files/kio-stash-1.0-unused-includes.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c49db3ddb772ae7eb5bf6fc291e5e42391c930f8 Mon Sep 17 00:00:00 2001 -From: Nicolas Fella <[email protected]> -Date: Sat, 28 Nov 2020 17:28:00 +0100 -Subject: [PATCH] Remove unused includes - ---- - src/iodaemon/stashnotifier.cpp | 8 -------- - 1 file changed, 8 deletions(-) - -diff --git a/src/iodaemon/stashnotifier.cpp b/src/iodaemon/stashnotifier.cpp -index 4cfbafc..b427836 100644 ---- a/src/iodaemon/stashnotifier.cpp -+++ b/src/iodaemon/stashnotifier.cpp -@@ -20,16 +20,8 @@ - #include "stashnotifier.h" - #include "stash_adaptor.h" - --#include <QDir> --#include <QFile> --#include <QFileInfo> --#include <QMetaType> --#include <QDBusMetaType> -- - #include <KDirWatch> - #include <KPluginFactory> --#include <KPluginLoader> --#include <kdirnotify.h> - - K_PLUGIN_FACTORY_WITH_JSON(StashNotifierFactory, "stashnotifier.json", registerPlugin<StashNotifier>();) - --- -GitLab - diff --git a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild deleted file mode 100644 index ba9e9501f735..000000000000 --- a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.60.0 -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="KIO worker and daemon to stash discontinuous file selections" -HOMEPAGE="https://arnavdhamija.com/2017/07/04/kio-stash-shipped/ https://invent.kde.org/utilities/kio-stash" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-no-kf5config.patch - "${FILESDIR}"/${P}-kioslave-no-desktop-app.patch - "${FILESDIR}"/${P}-unused-includes.patch -)
