kde-apps/dolphin-plugins-subversion: drop 26.08.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-09-10 20:22:15 +02:00
parent aad18c0fb1
commit 3f4c4428a3
2 changed files with 0 additions and 61 deletions

View File

@@ -1,3 +1,2 @@
DIST dolphin-plugins-26.04.3.tar.xz 338640 BLAKE2B 05facd15b7756f0ab3e56f07093dae40e2c81396c7002cf9b1284dde23d4a8d0b76ac3cea856bd6d19770347488d235acf5c9942c0c3792a69e758fdbb477fe5 SHA512 6d83b395a5ce23ecbbf22a35448b00822ea43e5cf9c8df8e68a63a35b9dd8337af8b3eb47fe5816abff0bbe1a5f66852fc6625acff2e717351335228cba35412
DIST dolphin-plugins-26.08.0.tar.xz 347020 BLAKE2B 7275cdf684773f3d58b39ec867d0a42d97ae8004db65d34fc6fd3f9676d37ac314473af5c0718cdfe98673df5faa1c71e67ffc7c11ce1c4d44df5241f611b3e3 SHA512 b282f455872037deca6a15686c2877b1dfefd4b4a1483ee7c201302bf91e7b4f676dd75018f2fe09e82b57016bdb9258e091ec12b7f8972eafc3e62c5457eae3
DIST dolphin-plugins-26.08.1.tar.xz 347096 BLAKE2B 5ddcb3462038367a29a7c41e2ea3c648590219625f28d7f8cd007c77d003cd728a50e95a9443f78cbdbea1746eb309b1067c06a86c43a54ee80ef071e44a2e20 SHA512 66747e13e14a5f77db57b0bc2c32850ee7a252a9f9007c4f0a0b51cbfba0ffd6eddbf80a57af13021c6b4a29fb31895b9d9902ef9f1e727da312d4402efe82e4

View File

@@ -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="svn"
PVCUT=$(ver_cut 1-3)
KFMIN=6.27.0
QTMIN=6.11.2
inherit ecm gear.kde.org
DESCRIPTION="Dolphin plugin for Subversion integration"
HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
"
RDEPEND="${DEPEND}
dev-vcs/subversion
>=kde-apps/dolphin-plugins-common-${PV}
>=kde-apps/kompare-${PVCUT}:*
"
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
# qtconcurrent only required by git
ecm_punt_qt_module Concurrent
# 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
}
src_configure() {
local mycmakeargs=(
-DBUILD_${MY_PLUGIN_NAME}=ON
-DBUILD_bazaar=OFF
-DBUILD_dropbox=OFF
-DBUILD_git=OFF
-DBUILD_hg=OFF
-DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_mountedisooverlay=OFF
)
ecm_src_configure
}