commit:     c0e3f59fb85e5c171ecbcceb554dfb4e4613225d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 08:34:13 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 09:22:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e3f59f

kde-apps/ktimer: drop 21.12.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktimer/Manifest                           |  1 -
 .../ktimer-21.12.3-use-KDECompilerSettings.patch   | 49 ----------------------
 kde-apps/ktimer/ktimer-21.12.3.ebuild              | 34 ---------------
 3 files changed, 84 deletions(-)

diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest
index 58152503693c..72f96b83ddc0 100644
--- a/kde-apps/ktimer/Manifest
+++ b/kde-apps/ktimer/Manifest
@@ -1,2 +1 @@
-DIST ktimer-21.12.3.tar.xz 392772 BLAKE2B 
342d51c0eb24a08f657944806f01166f247e18db42a4704276474148a369e7419290e0e44837b24e0d97d4fd69bfc855fbcc17ea2ffe1bc81dcb7f009e1ead0e
 SHA512 
341fa18b066be5f8dbedf4c519df9298880c782315592c620ef2ad3aac8b9b362bb0444498117cbf6609cd70597690b0e8b57516eb5360f907d2b7b44f4d2f6a
 DIST ktimer-22.04.3.tar.xz 394548 BLAKE2B 
ea5a1f2f64a8b2e570068f02d69d0a031596df1f9b2f253cc046e00fb369b0d28d3149346e3ac5655f18b864afb4732f79784b209e5b2da7f94e328685509d51
 SHA512 
87e7060935a19baf54f175ece4d107e276161166a113a323388e3a6e100bac02bb09658a3077e1ff846ec153419bd90ddd9ed894e303d48f24c8b1dba616562b

diff --git a/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch 
b/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch
deleted file mode 100644
index b096f82c93e0..000000000000
--- a/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From cb9b5d87331a36dc4e80177bbd16c44444d0eb4d Mon Sep 17 00:00:00 2001
-From: "Friedrich W. H. Kossebau" <kosse...@kde.org>
-Date: Wed, 8 Dec 2021 20:21:06 +0100
-Subject: [PATCH] Use KDECompilerSettings instead of
- KDEFrameworkCompilerSettings
-
-The latter is only for KF modules to use.
-
-GIT_SILENT
-
-* asturmlechner 2022-04-15: Backport to 21.12.3
-
----
- CMakeLists.txt | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0409983..cff6350 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,8 +13,9 @@ find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
- set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
- 
- include(KDEInstallDirs)
--include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
- include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+
- include(ECMInstallIcons)
- include(ECMAddAppIcon)
- 
-@@ -32,8 +33,12 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
-     Notifications
- )
- 
--add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
--add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600)
-+add_definitions(
-+    -DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
-+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-+    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800
-+    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
-+)
- 
- add_executable(ktimer)
- 
--- 
-GitLab
-

diff --git a/kde-apps/ktimer/ktimer-21.12.3.ebuild 
b/kde-apps/ktimer/ktimer-21.12.3.ebuild
deleted file mode 100644
index a53e3c6bc340..000000000000
--- a/kde-apps/ktimer/ktimer-21.12.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.88.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Little tool to execute programs after some time"
-HOMEPAGE="https://apps.kde.org/ktimer/
-https://utils.kde.org/projects/ktimer/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtwidgets-${QTMIN}:5
-       >=kde-frameworks/kconfig-${KFMIN}:5
-       >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-       >=kde-frameworks/kcoreaddons-${KFMIN}:5
-       >=kde-frameworks/kdbusaddons-${KFMIN}:5
-       >=kde-frameworks/ki18n-${KFMIN}:5
-       >=kde-frameworks/kio-${KFMIN}:5
-       >=kde-frameworks/knotifications-${KFMIN}:5
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-use-KDECompilerSettings.patch" ) # bug 838040

Reply via email to