diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 23:36:29 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 23:41:57 +0100 |
| commit | 688fada26b8ab80aa6a6eb33c496ddd5f0874a71 (patch) | |
| tree | b7c753d3f72b7ad999c24c4dea1650ab4bd27dee /kde-apps | |
| parent | f79a3cee66c377138b5a370bd1fc0ad11a9e8751 (diff) | |
| download | kde-688fada26b8ab80aa6a6eb33c496ddd5f0874a71.tar.gz kde-688fada26b8ab80aa6a6eb33c496ddd5f0874a71.tar.bz2 kde-688fada26b8ab80aa6a6eb33c496ddd5f0874a71.zip | |
kde-apps/dolphin-plugins-subversion: drop 24.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/dolphin-plugins-subversion/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.12.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/dolphin-plugins-subversion/Manifest b/kde-apps/dolphin-plugins-subversion/Manifest deleted file mode 100644 index 929ff2fdf12..00000000000 --- a/kde-apps/dolphin-plugins-subversion/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dolphin-plugins-24.12.0.tar.xz 319128 BLAKE2B c793b10b882029eb7b2b681f15220fa065c2f59e4a1aa35ecf6ebfee253c4bd68aaf32c6555a8e03dad0ec8de7fba824834f1c0cbcb88c0c702b731b3d9b78d8 SHA512 94b4f8cd785c380b915da0e4a8efb9521d3a8440246466e4903746a2eb44188f1ae8cf3b483ec901f70c49c60a391de7c09d567e9a1a905b4229378c2623ee42 diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.12.0.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.12.0.ebuild deleted file mode 100644 index 4341c6306b1..00000000000 --- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.12.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 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.5.0 -QTMIN=6.7.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 - ) - ecm_src_configure -} |
