diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 18:50:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 19:05:23 +0100 |
commit | 7685d22539ea265e1d4dda5832b8738d9ad1284d (patch) | |
tree | c4e4938b44cd8fe2daf374fb1e924e5a80115dbf /kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild | |
parent | kde-apps/dolphin-plugins-git: drop 20.04.3* (diff) | |
download | gentoo-7685d22539ea265e1d4dda5832b8738d9ad1284d.tar.gz gentoo-7685d22539ea265e1d4dda5832b8738d9ad1284d.tar.bz2 gentoo-7685d22539ea265e1d4dda5832b8738d9ad1284d.zip |
kde-apps/dolphin-plugins-mercurial: drop 20.04.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild')
-rw-r--r-- | kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild deleted file mode 100644 index 262cabf908c9..000000000000 --- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="false" -KDE_ORG_NAME="dolphin-plugins" -MY_PLUGIN_NAME="hg" -PVCUT=$(ver_cut 1-3) -KFMIN=5.70.0 -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="Dolphin plugin for Mercurial integration" -HOMEPAGE="https://apps.kde.org/en/dolphin_plugins" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND=" - >=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/kservice-${KFMIN}:5 - >=kde-frameworks/ktexteditor-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-apps/dolphin-${PVCUT}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 -" -RDEPEND="${DEPEND} - !kde-apps/dolphin-plugins:5 - dev-vcs/mercurial -" - -src_prepare() { - ecm_src_prepare - # kxmlgui, qtnetwork only required by dropbox - ecm_punt_bogus_dep Qt5 Network - ecm_punt_bogus_dep KF5 XmlGui - # delete non-${PN} translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_${MY_PLUGIN_NAME}=ON - -DBUILD_bazaar=OFF - -DBUILD_dropbox=OFF - -DBUILD_git=OFF - -DBUILD_svn=OFF - ) - ecm_src_configure -} - -src_install() { - ecm_src_install - rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die -} |