diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:26:08 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:26:08 +0100 |
| commit | fd20caaa410cb4da60c85e500bb0bef3dce4046f (patch) | |
| tree | 4e1891e1092990af56a4bdabde4b86c05eaad593 | |
| parent | 46f5be2dc5ce1ae17163eb7a552e1ddad410f7d7 (diff) | |
| download | kde-fd20caaa410cb4da60c85e500bb0bef3dce4046f.tar.gz kde-fd20caaa410cb4da60c85e500bb0bef3dce4046f.tar.bz2 kde-fd20caaa410cb4da60c85e500bb0bef3dce4046f.zip | |
kde-apps/dolphin-plugins-git: drop 23.08.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/dolphin-plugins-git/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.08.4.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/dolphin-plugins-git/Manifest b/kde-apps/dolphin-plugins-git/Manifest deleted file mode 100644 index 75729b81d61..00000000000 --- a/kde-apps/dolphin-plugins-git/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dolphin-plugins-23.08.4.tar.xz 274180 BLAKE2B 586c697b5c292ed78e826b1adabb26ee1daebe995d8fac4fc64bbc84c4490387a8100f895934783180da02ad9f008c0ef98b938e8f0cb6b1a8c1dd5be31b7c1f SHA512 7cb3365221aabe411e1339230633a37d674c6e2a77e675f8a1d9c61928bd0d2b75e5d289ba8d7765bcbea47afea56e2b629726fbdcf6e0e4248c4380ce33f40e diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.08.4.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.08.4.ebuild deleted file mode 100644 index 1b7ccaf9b17..00000000000 --- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-23.08.4.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.106.0 -QTMIN=5.15.9 -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 -} |
