summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/dolphin-plugins-git/Manifest1
-rw-r--r--kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.03.80.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/dolphin-plugins-git/Manifest b/kde-apps/dolphin-plugins-git/Manifest
index d7ed21d1624..07449f44e78 100644
--- a/kde-apps/dolphin-plugins-git/Manifest
+++ b/kde-apps/dolphin-plugins-git/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-23.03.80.tar.xz 272432 BLAKE2B fbe3aa9f8e0730ea2119dd1b6b3676dc841b3bd60ffe0a108154da893e923e5c31ecd47bec17f5ff16cc25291b8a74ce85d3022eb75d3f89e76c09954fbfe8ff SHA512 1c56f8b0533e1fed4c36fc0a05ae8f25b94ea4b2a939af2407dc1f095f6f963db1e7355eda6f7a4cda643aefa01a5bb3f0d3950f581e38fe960eacba9983521b
DIST dolphin-plugins-23.03.90.tar.xz 272556 BLAKE2B f0bfe698ff484050d6b68db76ba8922de7995258e518bd1da3a85aede11e998edf888285c580fec5293ae5f25f13c30e4a30c5fbd4690a8e68b7722902d88815 SHA512 00d4d32b08bf7389cc7468b9f9b219ba8ab50ef277b18fcddfa8af21f496d21bd4addd0f6f384593bcaad3406fc970a59ba3cbec21f4c9cea7a20f20c6c761d1
diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.03.80.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.03.80.ebuild
deleted file mode 100644
index 543ca78b655..00000000000
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.03.80.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="git"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for Git integration"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
-
-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-apps/dolphin-${PVCUT}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- dev-vcs/git
-"
-
-src_prepare() {
- ecm_src_prepare
- # 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
- # delete non-${PN} translations
- find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_${MY_PLUGIN_NAME}=ON
- -DBUILD_bazaar=OFF
- -DBUILD_dropbox=OFF
- -DBUILD_hg=OFF
- -DBUILD_mountiso=OFF
- -DBUILD_svn=OFF
- )
- ecm_src_configure
-}
-
-src_install() {
- ecm_src_install
- rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
-}