From 48bb93d417a90043c73fca7c7e884ba4bde47045 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Jul 2026 21:52:04 +0200 Subject: [PATCH] dev-build/dolphin-plugins-makefileactions: drop 26.04.1 Signed-off-by: Andreas Sturmlechner --- .../dolphin-plugins-makefileactions/Manifest | 1 - ...hin-plugins-makefileactions-26.04.1.ebuild | 60 ------------------- 2 files changed, 61 deletions(-) delete mode 100644 dev-build/dolphin-plugins-makefileactions/dolphin-plugins-makefileactions-26.04.1.ebuild diff --git a/dev-build/dolphin-plugins-makefileactions/Manifest b/dev-build/dolphin-plugins-makefileactions/Manifest index f00da62691b59..bb8b35723ad28 100644 --- a/dev-build/dolphin-plugins-makefileactions/Manifest +++ b/dev-build/dolphin-plugins-makefileactions/Manifest @@ -1,2 +1 @@ -DIST dolphin-plugins-26.04.1.tar.xz 338580 BLAKE2B 435bbfe3e6f9b4cfb6f3186f1a43e45e52fb00938e1f27b3cff10ab579d01421f0838d5133dcd883d87d4ac766542d7da6450bca68c38a2a33d3704e15af0cd9 SHA512 b6aef3125c406c2ee4afd165274bcf45561a33406548851a383e0231b203e555c33762c313555e46b0ecd54107434eb712188aafda33a1aeae876d5fd484258b DIST dolphin-plugins-26.04.3.tar.xz 338640 BLAKE2B 05facd15b7756f0ab3e56f07093dae40e2c81396c7002cf9b1284dde23d4a8d0b76ac3cea856bd6d19770347488d235acf5c9942c0c3792a69e758fdbb477fe5 SHA512 6d83b395a5ce23ecbbf22a35448b00822ea43e5cf9c8df8e68a63a35b9dd8337af8b3eb47fe5816abff0bbe1a5f66852fc6625acff2e717351335228cba35412 diff --git a/dev-build/dolphin-plugins-makefileactions/dolphin-plugins-makefileactions-26.04.1.ebuild b/dev-build/dolphin-plugins-makefileactions/dolphin-plugins-makefileactions-26.04.1.ebuild deleted file mode 100644 index f7f3994df6926..0000000000000 --- a/dev-build/dolphin-plugins-makefileactions/dolphin-plugins-makefileactions-26.04.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_NAME="dolphin-plugins" -MY_PLUGIN_NAME="makefileactions" -PVCUT=$(ver_cut 1-3) -KFMIN=6.22.0 -QTMIN=6.10.1 -inherit ecm gear.kde.org - -DESCRIPTION="Dolphin plugin for Makefile targets integration" -HOMEPAGE="https://apps.kde.org/dolphin_plugins/" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="amd64 arm64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[concurrent,gui,widgets] - >=kde-apps/dolphin-${PVCUT}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 -" -RDEPEND="${DEPEND} - !=kde-apps/dolphin-plugins-common-${PV} -" - -src_prepare() { - ecm_src_prepare - ecm_punt_po_install - # solid, qtdbus only required by mountiso - ecm_punt_qt_module DBus - ecm_punt_kf_module Solid - # kxmlgui, qtnetwork only required by dropbox - ecm_punt_qt_module Network - ecm_punt_kf_module XmlGui - # kcompletion, ktextwidgets only required by other plugins - ecm_punt_kf_module Completion - ecm_punt_kf_module TextWidgets -} - -src_configure() { - local mycmakeargs=( - -DBUILD_${MY_PLUGIN_NAME}=ON - -DBUILD_bazaar=OFF - -DBUILD_dropbox=OFF - -DBUILD_git=OFF - -DBUILD_hg=OFF - -DBUILD_mountiso=OFF - -DBUILD_svn=OFF - ) - ecm_src_configure -}