Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/
Date: Thu, 02 Mar 2023 12:28:20
Message-Id: 1677758358.889f5d3804db1fdf5899334d0793ed8405163a1a.asturm@gentoo
1 commit: 889f5d3804db1fdf5899334d0793ed8405163a1a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 12:06:03 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 11:59:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889f5d38
7
8 app-cdr/dolphin-plugins-mountiso: drop 22.12.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-cdr/dolphin-plugins-mountiso/Manifest | 1 -
13 .../dolphin-plugins-mountiso-22.12.2.ebuild | 62 ----------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest b/app-cdr/dolphin-plugins-mountiso/Manifest
17 index 77dfd24b009a..76c2cc9b20f0 100644
18 --- a/app-cdr/dolphin-plugins-mountiso/Manifest
19 +++ b/app-cdr/dolphin-plugins-mountiso/Manifest
20 @@ -1,3 +1,2 @@
21 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b SHA512 2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
22 -DIST dolphin-plugins-22.12.2.tar.xz 271696 BLAKE2B b2a8fecc15ad80f4bdc8ca21517f39354576dac6e81e93a276266d6e2b4d4d09142794972c5b4d09b71019a11aad3f80dd9a07064759c05c0a13ee572980e7d6 SHA512 bc54ceaa845ec5e5493f687cd0c7b3f6a0bab264de5c03f65e219ccd9bbc4c3f348bd48cbb885bea41ed68fd8d0bfc30420f9959bde2bb04b5a37b33210b6667
23 DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c SHA512 0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a
24
25 diff --git a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.2.ebuild b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.2.ebuild
26 deleted file mode 100644
27 index c8fe96859f8c..000000000000
28 --- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.2.ebuild
29 +++ /dev/null
30 @@ -1,62 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_HANDBOOK="false"
37 -KDE_ORG_CATEGORY="sdk"
38 -KDE_ORG_NAME="dolphin-plugins"
39 -MY_PLUGIN_NAME="mountiso"
40 -KFMIN=5.101.0
41 -PVCUT=$(ver_cut 1-3)
42 -QTMIN=5.15.5
43 -inherit ecm gear.kde.org
44 -
45 -DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
46 -HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="5"
50 -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
51 -IUSE=""
52 -
53 -DEPEND="
54 - >=dev-qt/qtdbus-${QTMIN}:5
55 - >=dev-qt/qtgui-${QTMIN}:5
56 - >=dev-qt/qtwidgets-${QTMIN}:5
57 - >=kde-apps/dolphin-${PVCUT}:5
58 - >=kde-frameworks/kcompletion-${KFMIN}:5
59 - >=kde-frameworks/kconfig-${KFMIN}:5
60 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
61 - >=kde-frameworks/ki18n-${KFMIN}:5
62 - >=kde-frameworks/kio-${KFMIN}:5
63 - >=kde-frameworks/ktextwidgets-${KFMIN}:5
64 - >=kde-frameworks/solid-${KFMIN}:5
65 -"
66 -RDEPEND="${DEPEND}"
67 -
68 -src_prepare() {
69 - ecm_src_prepare
70 - # kxmlgui, qtnetwork only required by dropbox
71 - ecm_punt_qt_module Network
72 - ecm_punt_kf_module XmlGui
73 - # delete non-${PN} translations
74 - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
75 -}
76 -
77 -src_configure() {
78 - local mycmakeargs=(
79 - -DBUILD_${MY_PLUGIN_NAME}=ON
80 - -DBUILD_bazaar=OFF
81 - -DBUILD_dropbox=OFF
82 - -DBUILD_git=OFF
83 - -DBUILD_hg=OFF
84 - -DBUILD_svn=OFF
85 - )
86 - ecm_src_configure
87 -}
88 -
89 -src_install() {
90 - ecm_src_install
91 - rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
92 -}