aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:41:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:59:48 +0100
commit91ac0bbccc6156e22968f5b6819ddb80fde5381a (patch)
tree275932ef643bc31bc5f449b8ebc0dd20fbc853bc /kde-frameworks/krunner
parentkde-frameworks/kparts: drop 5.248.0 (diff)
downloadkde-91ac0bbccc6156e22968f5b6819ddb80fde5381a.tar.gz
kde-91ac0bbccc6156e22968f5b6819ddb80fde5381a.tar.bz2
kde-91ac0bbccc6156e22968f5b6819ddb80fde5381a.zip
kde-frameworks/krunner: drop 5.248.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/krunner')
-rw-r--r--kde-frameworks/krunner/Manifest1
-rw-r--r--kde-frameworks/krunner/krunner-5.248.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest
index 6a88a7a248..8ba3852749 100644
--- a/kde-frameworks/krunner/Manifest
+++ b/kde-frameworks/krunner/Manifest
@@ -1,2 +1 @@
DIST krunner-5.114.0.tar.xz 88964 BLAKE2B 4f98409f1e52e0e9cbe1c85a5219a7a121f00c2d336c1e03b15d748b218de2f7f0760804054ccc241b33698eda4d5b62aad11eaec31a8c47785ccce11d6ea659 SHA512 3cef62654ca71574fdd4e96a1883587f717a107840a6da9fefd2c7fb58786e01bcd95e621f115d0cfc203ea0c2c678093af19bada478d7d260358baa15b1522c
-DIST krunner-5.248.0.tar.xz 131468 BLAKE2B 232dd775d35314fa235ed5b638e31941ea43773bbbd91c1e052187cf8083e12f63daf8625050539a33562db20efb941c0f24791a51a15824dfd2a1985a19efa0 SHA512 b0f08a52185a33fd0630c80a45fbffbc0b9100db597adb897c2f27d93cd09711972b7318d48b7f4ba669133684540960ae6a5b94c0add50809193206bb0d30bc
diff --git a/kde-frameworks/krunner/krunner-5.248.0.ebuild b/kde-frameworks/krunner/krunner-5.248.0.ebuild
deleted file mode 100644
index d02fc15a90..0000000000
--- a/kde-frameworks/krunner/krunner-5.248.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for providing different actions given a string query"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kitemmodels-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
- # requires virtual dbus, otherwise hangs; bugs #630672
- dbusrunnertest
- # bug 789351
- runnermanagersinglerunnermodetest
- # bug 838502
- runnermanagertest
-)