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, 08 Sep 2022 12:48:03
Message-Id: 1662641021.1ededd0cb90a2e491318f66da062a20b4fb4c606.asturm@gentoo
1 commit: 1ededd0cb90a2e491318f66da062a20b4fb4c606
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 12:19:51 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 12:43:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ededd0c
7
8 app-cdr/dolphin-plugins-mountiso: drop 22.08.0
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.08.0.ebuild | 64 ----------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest b/app-cdr/dolphin-plugins-mountiso/Manifest
17 index 1e4f2e3cfe56..338561623bd8 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.04.3.tar.xz 257356 BLAKE2B e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f SHA512 1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
22 -DIST dolphin-plugins-22.08.0.tar.xz 257872 BLAKE2B 9108b5ac5051b822d8fedac83dab967bd2a344f7d8d3ca8da9a544e40a186ae65a2f6470efce1fe091111392b7a998a8912842c0c31caf64a3e23b7e629ba184 SHA512 047997fa948d4a335495723946855964f6a652f9acf3ffd6f08f78dbfcb8c96a127861164f04f15de963e00295af226041ced7cdb25bd982a6a9f87c7c600855
23 DIST dolphin-plugins-22.08.1.tar.xz 257836 BLAKE2B 3ad0ebe22478b5540dbe4128df718cb428259e2c28d5586a2625c15f63fa9a1e8ca35d45397a9446e8a7bed66ecbc65f13137174a565792ba217158a2c71cd0f SHA512 9eee9e33640dfba94530bd538a0915cdf49257dd68934835056f2e9b0906e7e5884a83bb5095fd6b66e7fb86d5ae5cc77d319439a491cd424fc4fd01fb9097c5
24
25 diff --git a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.0.ebuild b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.0.ebuild
26 deleted file mode 100644
27 index b2e29fdb7873..000000000000
28 --- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.0.ebuild
29 +++ /dev/null
30 @@ -1,64 +0,0 @@
31 -# Copyright 1999-2022 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.96.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" # TODO: CHECK
49 -SLOT="5"
50 -KEYWORDS="~amd64 ~arm64 ~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 - if [[ ${KDE_BUILD_TYPE} = release ]]; then
75 - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
76 - fi
77 -}
78 -
79 -src_configure() {
80 - local mycmakeargs=(
81 - -DBUILD_${MY_PLUGIN_NAME}=ON
82 - -DBUILD_bazaar=OFF
83 - -DBUILD_dropbox=OFF
84 - -DBUILD_git=OFF
85 - -DBUILD_hg=OFF
86 - -DBUILD_svn=OFF
87 - )
88 - ecm_src_configure
89 -}
90 -
91 -src_install() {
92 - ecm_src_install
93 - rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
94 -}