aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-01 00:14:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-01 00:14:11 +0200
commit99c24611f99f6156ed263f12c604ed6951e5d6ae (patch)
treecafcaf9a20f0dd001f15bd67a6f6f3ceaeeb0b68 /app-cdr
parentkde-apps/umbrello: drop 23.03.80 (diff)
downloadkde-99c24611f99f6156ed263f12c604ed6951e5d6ae.tar.gz
kde-99c24611f99f6156ed263f12c604ed6951e5d6ae.tar.bz2
kde-99c24611f99f6156ed263f12c604ed6951e5d6ae.zip
app-cdr/dolphin-plugins-mountiso: drop 23.03.80
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/dolphin-plugins-mountiso/Manifest1
-rw-r--r--app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.03.80.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest b/app-cdr/dolphin-plugins-mountiso/Manifest
index d7ed21d162..07449f44e7 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/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/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.03.80.ebuild b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.03.80.ebuild
deleted file mode 100644
index f4ba6d3d3e..0000000000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.03.80.ebuild
+++ /dev/null
@@ -1,62 +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_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.104.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=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
- >=kde-frameworks/solid-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_src_prepare
- # 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_git=OFF
- -DBUILD_hg=OFF
- -DBUILD_svn=OFF
- )
- ecm_src_configure
-}
-
-src_install() {
- ecm_src_install
- rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
-}