[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2024-03-21 Thread Andreas Sturmlechner
commit: bf9a19531197e0b67a853660ea96758221dde305
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 10:46:17 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 15:36:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9a1953

app-cdr/dolphin-plugins-mountiso: drop 24.02.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-24.02.0.ebuild| 61 --
 2 files changed, 62 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index d0b505a51278..a8c039a8611d 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,4 +1,3 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
 DIST dolphin-plugins-23.08.5.tar.xz 274124 BLAKE2B 
c8b43bd7f87c7221023e75e3f66b450844b379d5bfc95e37ce01dfe983ba3dc234a319da2aaf0596e6eb54319bc4310c718b57d52d070f0f86cd67c6f67a8c4b
 SHA512 
2dd30070660df63b988cda2e14f3ddc27a0cf451119d2a6b121cb9cbeb8788b94498ef25ca434501843784a8e24c4539fe17cc0ab5a158befbc9db5792944852
-DIST dolphin-plugins-24.02.0.tar.xz 294220 BLAKE2B 
d2d2440ac4372218350f98a98b2aaeb1cdfd9fbfb2e9b8f05e5b0565dbe39948f488c837b9d63ec72162e3cbc0dc2badda592bec52e212ad49dee6fdf506c68c
 SHA512 
0726c8b7988fa4252ad8b0b742f2e8611d9a6aadd020f45ccea93a4611c5b07493fa18f401ca86c31c42f1aafb9072556944d5dde9bd28930e6248fca65f19b2
 DIST dolphin-plugins-24.02.1.tar.xz 296296 BLAKE2B 
804ec7e27752b642e1f9c212be7d721dab502b8b162e7a0ee00406f3a8754ce43767b9cb01e5ac5c94d94cf42e171e9e4b90bda01e4db6f6ddf6cb841ede21d5
 SHA512 
de69bf30ac3c8a6e15542c084b89882fdb9af31db0ffa7160c77bc7f1ad26d8011953b194de41938370ac4babf73ee3e167850d9bb0cd506f93817de937a4688

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.0.ebuild
deleted file mode 100644
index 4a429bb9d17b..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 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=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   >=kde-apps/dolphin-${PVCUT}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
-   >=kde-frameworks/solid-${KFMIN}:6
-"
-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_makefileactions=OFF
-   -DBUILD_svn=OFF
-   )
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-   rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2024-02-15 Thread Andreas Sturmlechner
commit: ce8a84a9d8f7e425ea9f381e64e619b45df5f59b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 15 09:44:38 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 15 12:24:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8a84a9

app-cdr/dolphin-plugins-mountiso: 23.08.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-23.08.5.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 88be36cdd56b..f90748faacdb 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1,3 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
 DIST dolphin-plugins-23.08.4.tar.xz 274180 BLAKE2B 
586c697b5c292ed78e826b1adabb26ee1daebe995d8fac4fc64bbc84c4490387a8100f895934783180da02ad9f008c0ef98b938e8f0cb6b1a8c1dd5be31b7c1f
 SHA512 
7cb3365221aabe411e1339230633a37d674c6e2a77e675f8a1d9c61928bd0d2b75e5d289ba8d7765bcbea47afea56e2b629726fbdcf6e0e4248c4380ce33f40e
+DIST dolphin-plugins-23.08.5.tar.xz 274124 BLAKE2B 
c8b43bd7f87c7221023e75e3f66b450844b379d5bfc95e37ce01dfe983ba3dc234a319da2aaf0596e6eb54319bc4310c718b57d52d070f0f86cd67c6f67a8c4b
 SHA512 
2dd30070660df63b988cda2e14f3ddc27a0cf451119d2a6b121cb9cbeb8788b94498ef25ca434501843784a8e24c4539fe17cc0ab5a158befbc9db5792944852

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.5.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.5.ebuild
new file mode 100644
index ..acbadfe463b8
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 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.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-12-09 Thread Andreas Sturmlechner
commit: 91551e04074a5961743a69759db8231129261c73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  9 10:19:02 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  9 10:27:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91551e04

app-cdr/dolphin-plugins-mountiso: 23.08.4 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-23.08.4.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index cfa31e9bc967..1ead8cb42484 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1,3 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
 DIST dolphin-plugins-23.08.3.tar.xz 273396 BLAKE2B 
3a07eb2daf0a24ff5aabbc268fcf2724b116827ac17b04edb643e78abad89c5a30d1729234b718108bc4c6faa7c44ef36206b19a8573d439a0632c1ef180b666
 SHA512 
6ff3ddd08782b076927251afaf2e581a730c56db6b80647e6005267fd9f99ffa2bbce4a59dfe422dc6ad21fd1603245cfeb97db2fde582c83df552104f6a536d
+DIST dolphin-plugins-23.08.4.tar.xz 274180 BLAKE2B 
586c697b5c292ed78e826b1adabb26ee1daebe995d8fac4fc64bbc84c4490387a8100f895934783180da02ad9f008c0ef98b938e8f0cb6b1a8c1dd5be31b7c1f
 SHA512 
7cb3365221aabe411e1339230633a37d674c6e2a77e675f8a1d9c61928bd0d2b75e5d289ba8d7765bcbea47afea56e2b629726fbdcf6e0e4248c4380ce33f40e

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.4.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.4.ebuild
new file mode 100644
index ..34df875e54e2
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.4.ebuild
@@ -0,0 +1,62 @@
+# 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.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-11-09 Thread Andreas Sturmlechner
commit: e1ed059805ac48ca9fc6f0b971247cdc8d791d3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov  9 10:33:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov  9 13:08:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ed0598

app-cdr/dolphin-plugins-mountiso: drop 23.08.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-23.08.2.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 8750c6825d24..cfa31e9bc967 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
-DIST dolphin-plugins-23.08.2.tar.xz 273356 BLAKE2B 
29820281a7bb703dcbd11d215e0a6d35aedc964778d443d826dd4636f87acbd4fd884745dd614981eeb9c3dd50ee2705f71883b261d600eb0a843045078d83f4
 SHA512 
a7f0a2109cd1793157ff5038cbda1ff219adcefa5e652a6ba0b3674a460e918eaa71f4652460803ed18ef5834a1734b23939f155dd6b3e4247396dfe9b30
 DIST dolphin-plugins-23.08.3.tar.xz 273396 BLAKE2B 
3a07eb2daf0a24ff5aabbc268fcf2724b116827ac17b04edb643e78abad89c5a30d1729234b718108bc4c6faa7c44ef36206b19a8573d439a0632c1ef180b666
 SHA512 
6ff3ddd08782b076927251afaf2e581a730c56db6b80647e6005267fd9f99ffa2bbce4a59dfe422dc6ad21fd1603245cfeb97db2fde582c83df552104f6a536d

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.2.ebuild
deleted file mode 100644
index 34df875e54e2..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.2.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.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-10-12 Thread Andreas Sturmlechner
commit: 59962e5754a3de904c5703a2f64cadd7bb6e6c8d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 12 11:42:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 12 13:23:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59962e57

app-cdr/dolphin-plugins-mountiso: drop 23.08.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-23.08.1.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 180253a487a7..e410930eba36 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
-DIST dolphin-plugins-23.08.1.tar.xz 273396 BLAKE2B 
e65c161d992867c2934581ea3e92b457eddc30b193cdb92d49bc820b2d4a6069dc6b25f1fbfe0871ca6fe0548511ceb4a3045c8a0204a8a25a656bd030bb3fad
 SHA512 
8266810d249c70e3c5e874d87caa4e2aa5960c7e35ecb39b39845f2e225adbccf6f92b3fce4e03a5383d3bbc13b140f039d7ba7678616a670e347f6798520a48
 DIST dolphin-plugins-23.08.2.tar.xz 273356 BLAKE2B 
29820281a7bb703dcbd11d215e0a6d35aedc964778d443d826dd4636f87acbd4fd884745dd614981eeb9c3dd50ee2705f71883b261d600eb0a843045078d83f4
 SHA512 
a7f0a2109cd1793157ff5038cbda1ff219adcefa5e652a6ba0b3674a460e918eaa71f4652460803ed18ef5834a1734b23939f155dd6b3e4247396dfe9b30

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.1.ebuild
deleted file mode 100644
index 34df875e54e2..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.1.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.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-09-15 Thread Andreas Sturmlechner
commit: 8f0a4cf72af99f658d6a6bf27d60e9255170d0c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 15 19:43:24 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 15 20:08:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0a4cf7

app-cdr/dolphin-plugins-mountiso: drop 23.08.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-23.08.0.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 07721def80e7..9fe1e16111bc 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
-DIST dolphin-plugins-23.08.0.tar.xz 273412 BLAKE2B 
edd20bb433b5288cc5687009cfd65d978b98de6b81dbc9b8aeb598a84411f67557e72be5212844852ce4cd7ecdd9d092e003603dfe8e6b6a5a2a30d94fbb3f58
 SHA512 
4abf6e41c6a4755117446ac744779ca7acdf1f1380cffa5be9931fc1463073b20c3c0b26a20de86befb49541f04523aedb8114189d68413bb75317d98ee54615
 DIST dolphin-plugins-23.08.1.tar.xz 273396 BLAKE2B 
e65c161d992867c2934581ea3e92b457eddc30b193cdb92d49bc820b2d4a6069dc6b25f1fbfe0871ca6fe0548511ceb4a3045c8a0204a8a25a656bd030bb3fad
 SHA512 
8266810d249c70e3c5e874d87caa4e2aa5960c7e35ecb39b39845f2e225adbccf6f92b3fce4e03a5383d3bbc13b140f039d7ba7678616a670e347f6798520a48

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.ebuild
deleted file mode 100644
index 34df875e54e2..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.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.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-08-25 Thread Andreas Sturmlechner
commit: 9952a07e708849c0746ceeacf98fe8973e7aff09
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 25 08:16:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 25 08:28:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9952a07e

app-cdr/dolphin-plugins-mountiso: 23.08.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-23.08.0.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 53a35785d07a..09e4ebe4aa75 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8
+DIST dolphin-plugins-23.08.0.tar.xz 273412 BLAKE2B 
edd20bb433b5288cc5687009cfd65d978b98de6b81dbc9b8aeb598a84411f67557e72be5212844852ce4cd7ecdd9d092e003603dfe8e6b6a5a2a30d94fbb3f58
 SHA512 
4abf6e41c6a4755117446ac744779ca7acdf1f1380cffa5be9931fc1463073b20c3c0b26a20de86befb49541f04523aedb8114189d68413bb75317d98ee54615

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.ebuild
new file mode 100644
index ..34df875e54e2
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.08.0.ebuild
@@ -0,0 +1,62 @@
+# 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.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-07-24 Thread Andreas Sturmlechner
commit: 7c9316831d004f0b6d2fd7e6e2bd928f2a6c8c52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 24 11:36:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 24 13:28:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c931683

app-cdr/dolphin-plugins-mountiso: drop 22.12.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.12.3.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 866ba42f6890..84646641430f 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
-DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 
485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c
 SHA512 
0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a
 DIST dolphin-plugins-23.04.2.tar.xz 272640 BLAKE2B 
9eb16d5625e2207fc8a301ed8fe6352beedd48f063d139e275b4306a215344163aba90bd1fec3a7f63e2e1cd0692d92af46b910c55dc8fd228a9794f0d6e4a23
 SHA512 
daffe06e0ad07dd4d5cc93a8cbf362fd54fdf930263b669f54893cfa28d4f838f7cbd8d6f2960c534d367493349b0aa147124718538e0014088e80fb4f6feb5d
 DIST dolphin-plugins-23.04.3.tar.xz 272912 BLAKE2B 
f0eb8bbab16d66f1e964131b436af7d3ae8febc26cf4fe394489a978c701ef2f5689bea7daf9eed8d7ef2f1f2bdba000a487cf7f0704ad30bd25e2d403ce5fae
 SHA512 
8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
deleted file mode 100644
index d7927f2e64d0..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.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.101.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-06-08 Thread Andreas Sturmlechner
commit: 30c892b8f41f5fdde74a313c0f49f3efa0b7893a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  8 11:04:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  8 11:37:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c892b8

app-cdr/dolphin-plugins-mountiso: drop 23.04.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-23.04.1.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 53ac6d9994d6..37ec54bf6b32 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 
485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c
 SHA512 
0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a
-DIST dolphin-plugins-23.04.1.tar.xz 272580 BLAKE2B 
8f1d898dd218eea4df749bff1825928fed160ed74defee154898ee57f1dc2da4ff8987438c2a49bc658544386c9ccba09a41bff6c6eaed8981baef1084e7b33e
 SHA512 
576abc54f29f06aa2ab0d034161f159302ad33e794a8118b566e940fdea204ed3ca00e71c5dce8dfc23e876370d77e07221feaf67aea1c84ee3e089ab45a46cc
 DIST dolphin-plugins-23.04.2.tar.xz 272640 BLAKE2B 
9eb16d5625e2207fc8a301ed8fe6352beedd48f063d139e275b4306a215344163aba90bd1fec3a7f63e2e1cd0692d92af46b910c55dc8fd228a9794f0d6e4a23
 SHA512 
daffe06e0ad07dd4d5cc93a8cbf362fd54fdf930263b669f54893cfa28d4f838f7cbd8d6f2960c534d367493349b0aa147124718538e0014088e80fb4f6feb5d

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.1.ebuild
deleted file mode 100644
index f4ba6d3d3ef5..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.1.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-05-11 Thread Andreas Sturmlechner
commit: 2a9a0ada631d6430020b42f9dfbc4a9d5738933c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 13:11:13 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 16:01:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9a0ada

app-cdr/dolphin-plugins-mountiso: drop 23.04.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-23.04.0.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index e14acb536acd..2c0f565fc388 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 
485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c
 SHA512 
0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a
-DIST dolphin-plugins-23.04.0.tar.xz 272516 BLAKE2B 
b424fc4c1cac1c7109b4ea05d97bc44e348d94d36ea5e7acb06dd171f4eee1c7278b19b004ea175b3e7d567f440a9c4b362726ae051dce061073f59e6cf280f7
 SHA512 
0ffdeeb9296763ef23d567ddf9929b3c3ac25cebd9d8d409f5afd5cd7765d49845a7806fb718ccee31e778d517c6eb9758fbdb15014a72d1e56083c8dd145d1d
 DIST dolphin-plugins-23.04.1.tar.xz 272580 BLAKE2B 
8f1d898dd218eea4df749bff1825928fed160ed74defee154898ee57f1dc2da4ff8987438c2a49bc658544386c9ccba09a41bff6c6eaed8981baef1084e7b33e
 SHA512 
576abc54f29f06aa2ab0d034161f159302ad33e794a8118b566e940fdea204ed3ca00e71c5dce8dfc23e876370d77e07221feaf67aea1c84ee3e089ab45a46cc

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.0.ebuild
deleted file mode 100644
index f4ba6d3d3ef5..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-23.04.0.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-04-04 Thread Andreas Sturmlechner
commit: 92bf90a85a35127803b7668e88a72faed9be02f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  4 19:37:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  4 22:27:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bf90a8

app-cdr/dolphin-plugins-mountiso: drop 22.08.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.08.3.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 76c2cc9b20f0..dbdd12eeeb7d 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
 DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 
485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c
 SHA512 
0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
deleted file mode 100644
index 3e7913b9854d..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 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.96.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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-04-01 Thread Arthur Zamarin
commit: cdfe2692c2560cdc3c4e717cab36a37232f29f25
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 16:43:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 16:43:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfe2692

app-cdr/dolphin-plugins-mountiso: Stabilize 22.12.3 arm64, #898916

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
index 0d2732e7479b..1fd18ceb06cb 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-04-01 Thread Arthur Zamarin
commit: a72a74808e21ecd86be9f0766d426a12bfcb846b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 16:35:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 16:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72a7480

app-cdr/dolphin-plugins-mountiso: Stabilize 22.12.3 amd64, #898916

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
index c8fe96859f8c..0d2732e7479b 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-03-02 Thread Andreas Sturmlechner
commit: 889f5d3804db1fdf5899334d0793ed8405163a1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  1 12:06:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  2 11:59:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889f5d38

app-cdr/dolphin-plugins-mountiso: drop 22.12.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.12.2.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 77dfd24b009a..76c2cc9b20f0 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
-DIST dolphin-plugins-22.12.2.tar.xz 271696 BLAKE2B 
b2a8fecc15ad80f4bdc8ca21517f39354576dac6e81e93a276266d6e2b4d4d09142794972c5b4d09b71019a11aad3f80dd9a07064759c05c0a13ee572980e7d6
 SHA512 
bc54ceaa845ec5e5493f687cd0c7b3f6a0bab264de5c03f65e219ccd9bbc4c3f348bd48cbb885bea41ed68fd8d0bfc30420f9959bde2bb04b5a37b33210b6667
 DIST dolphin-plugins-22.12.3.tar.xz 272276 BLAKE2B 
485ac53e070a710dbfb07aa26c915f4c2b32d5f6e67e91c3d07d9740be2c50ba4fae3c8662216423ce7e63042b663e8a59dfbfe1b490d31a2cc5445d9c3ac33c
 SHA512 
0225fc50f88e7bd28eda74ae2bfa0c36878b9fe6b9fade6ef86a26e380cd78c8c2d1d1608796e8369f6ad545876d5d533ccfbf34b02b2be07ab8abc4bb734f7a

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
deleted file mode 100644
index c8fe96859f8c..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.2.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.101.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-02-02 Thread Andreas Sturmlechner
commit: f4df477122aca78c8e61612b44a79e3adac1542e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  2 10:08:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  2 11:02:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4df4771

app-cdr/dolphin-plugins-mountiso: drop 22.12.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.12.1.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index e4ef543a379d..aa27d33654c7 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
-DIST dolphin-plugins-22.12.1.tar.xz 268820 BLAKE2B 
e2468bb550d779d89808a59839f191fc5dd75a0146dfd3a2ba6dac823df8ea62b6425d5ca074b189f5d06e5f461b2edeb49423718e4da767e11edac3e6c35154
 SHA512 
7f3a3795050371b38e77b726eb74b2c0b0bc777056402a36c3f85e3e58103f2a56d73fa599a45572516aaa2e173f0fc3adf4ced6a5d8aabd4d07939c05deb62c
 DIST dolphin-plugins-22.12.2.tar.xz 271696 BLAKE2B 
b2a8fecc15ad80f4bdc8ca21517f39354576dac6e81e93a276266d6e2b4d4d09142794972c5b4d09b71019a11aad3f80dd9a07064759c05c0a13ee572980e7d6
 SHA512 
bc54ceaa845ec5e5493f687cd0c7b3f6a0bab264de5c03f65e219ccd9bbc4c3f348bd48cbb885bea41ed68fd8d0bfc30420f9959bde2bb04b5a37b33210b6667

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.1.ebuild
deleted file mode 100644
index c8fe96859f8c..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.1.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.101.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2023-01-05 Thread Andreas Sturmlechner
commit: 1e972cda51e5c5d3afa95c68a9ea9df3e7f2902d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  3 14:46:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  5 18:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e972cda

app-cdr/dolphin-plugins-mountiso: drop 22.12.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.12.0.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 5adfe8d651f0..f8e896b5cb4a 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
-DIST dolphin-plugins-22.12.0.tar.xz 268876 BLAKE2B 
8a21afe7fdea29a63b09a6adcb5e6f263f9a0b11adad7466c72c3c145c4ce906b4acf77ced9c6a51d68d19f991e0c2933029d5848e10afa1eb7a3cd8da3a
 SHA512 
be257382b493c2f318cfba7c594a1ef89c358ba5ccb3ff7478313040923f319106a1f94fcf9699695d3d17b59031bcdc88352fc6c58f779475b41a5080dc2126
 DIST dolphin-plugins-22.12.1.tar.xz 268820 BLAKE2B 
e2468bb550d779d89808a59839f191fc5dd75a0146dfd3a2ba6dac823df8ea62b6425d5ca074b189f5d06e5f461b2edeb49423718e4da767e11edac3e6c35154
 SHA512 
7f3a3795050371b38e77b726eb74b2c0b0bc777056402a36c3f85e3e58103f2a56d73fa599a45572516aaa2e173f0fc3adf4ced6a5d8aabd4d07939c05deb62c

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild
deleted file mode 100644
index e3a88ca96953..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 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.99.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-12-09 Thread Andreas Sturmlechner
commit: 7fb1a024e39a22cba37c51b4cd46364cb9d1df39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec  9 20:19:09 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec  9 20:54:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb1a024

app-cdr/dolphin-plugins-mountiso: 22.12.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-22.12.0.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index eaf06456d597..59678f83ca61 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e
+DIST dolphin-plugins-22.12.0.tar.xz 268876 BLAKE2B 
8a21afe7fdea29a63b09a6adcb5e6f263f9a0b11adad7466c72c3c145c4ce906b4acf77ced9c6a51d68d19f991e0c2933029d5848e10afa1eb7a3cd8da3a
 SHA512 
be257382b493c2f318cfba7c594a1ef89c358ba5ccb3ff7478313040923f319106a1f94fcf9699695d3d17b59031bcdc88352fc6c58f779475b41a5080dc2126

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild
new file mode 100644
index ..e3a88ca96953
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.12.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 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.99.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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-12-03 Thread Andreas Sturmlechner
commit: 464a9ea8891d191066dc3be16ecb514231ff8f8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  3 08:07:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  3 10:28:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464a9ea8

app-cdr/dolphin-plugins-mountiso: drop 22.04.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.04.3.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index da85474e5544..eaf06456d597 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
deleted file mode 100644
index 04822cd0a68f..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 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.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-12-02 Thread Arthur Zamarin
commit: 298235c7875d21326daf5d764f181269800e3fb8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 06:23:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 06:23:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298235c7

app-cdr/dolphin-plugins-mountiso: Stabilize 22.08.3 x86, #879357

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
index 93a85a8bff6b..3e7913b9854d 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-11-29 Thread Jakov Smolić
commit: 19311e3b0ff1eac7732e6f9e9f4d85be4862ac8a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov 29 15:10:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov 29 15:10:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19311e3b

app-cdr/dolphin-plugins-mountiso: Stabilize 22.08.3 amd64, #879357

Signed-off-by: Jakov Smolić  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
index 101e7a7a8f89..93a85a8bff6b 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-11-17 Thread Sam James
commit: 1f7a7d70ae50b0aca0cdf9bf197e0cd78d8b1714
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 17 23:05:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 17 23:05:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a7d70

app-cdr/dolphin-plugins-mountiso: Stabilize 22.08.3 arm64, #879357

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
index 74ecc2e681b7..101e7a7a8f89 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-11-03 Thread Andreas Sturmlechner
commit: d1ce75c541cc9ffe665730233e9bff00500a8753
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov  3 13:18:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov  3 16:41:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce75c5

app-cdr/dolphin-plugins-mountiso: drop 22.08.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.08.2.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 0807aa4f9ce3..da85474e5544 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
-DIST dolphin-plugins-22.08.2.tar.xz 259816 BLAKE2B 
0a7202e1a2397058b34d32976542e58a26602d4791bf2b6e1efcfb4fb5170393c768f7288dcdc00261e80f176c47ead3f299d8f6f2969d9ca36be338b85f7825
 SHA512 
8636ded42f0bed07cd26986032c111f98e6e5225176d6221cb7691fe4cc5cd29ba2512e741240c64ba7c4bd72cfdb5f21c4762dd45c1493b9f3aefff63936889
 DIST dolphin-plugins-22.08.3.tar.xz 260088 BLAKE2B 
2927d42a603776cc3b600606ff2f27a77c8bbbe6b089d3e691571c7594d0e4d53023064afbf07e02f546073823a873fd45f200ea13b9e2765b61046602d8239b
 SHA512 
2201858d9d349c28cced78dcfd9a31c3fde05b3ab107a28615af4cc5c32d4315074881f78dfb255638a13269de16ab68b7c53b68d013cf46ded091f8b059173e

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild
deleted file mode 100644
index 74ecc2e681b7..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 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.96.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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-11-01 Thread WANG Xuerui
commit: 03f79c00268c72790235ee6371349ad9d61dc141
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Nov  1 05:39:46 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Nov  1 06:19:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f79c00

app-cdr/dolphin-plugins-mountiso: keyword 22.08.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild
index 192bc98099fa..74ecc2e681b7 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-10-13 Thread Andreas Sturmlechner
commit: 71e603ac295f2719c8d561efeb05657ef1513f79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 13 12:17:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 13 13:15:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e603ac

app-cdr/dolphin-plugins-mountiso: drop 22.08.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.08.1.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 45754212a40c..bea404c80e65 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
-DIST dolphin-plugins-22.08.1.tar.xz 257836 BLAKE2B 
3ad0ebe22478b5540dbe4128df718cb428259e2c28d5586a2625c15f63fa9a1e8ca35d45397a9446e8a7bed66ecbc65f13137174a565792ba217158a2c71cd0f
 SHA512 
9eee9e33640dfba94530bd538a0915cdf49257dd68934835056f2e9b0906e7e5884a83bb5095fd6b66e7fb86d5ae5cc77d319439a491cd424fc4fd01fb9097c5
 DIST dolphin-plugins-22.08.2.tar.xz 259816 BLAKE2B 
0a7202e1a2397058b34d32976542e58a26602d4791bf2b6e1efcfb4fb5170393c768f7288dcdc00261e80f176c47ead3f299d8f6f2969d9ca36be338b85f7825
 SHA512 
8636ded42f0bed07cd26986032c111f98e6e5225176d6221cb7691fe4cc5cd29ba2512e741240c64ba7c4bd72cfdb5f21c4762dd45c1493b9f3aefff63936889

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.1.ebuild
deleted file mode 100644
index b2e29fdb7873..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 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.96.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" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-09-08 Thread Andreas Sturmlechner
commit: 1ededd0cb90a2e491318f66da062a20b4fb4c606
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  8 12:19:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  8 12:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ededd0c

app-cdr/dolphin-plugins-mountiso: drop 22.08.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.08.0.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 1e4f2e3cfe56..338561623bd8 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
-DIST dolphin-plugins-22.08.0.tar.xz 257872 BLAKE2B 
9108b5ac5051b822d8fedac83dab967bd2a344f7d8d3ca8da9a544e40a186ae65a2f6470efce1fe09392b7a998a8912842c0c31caf64a3e23b7e629ba184
 SHA512 
047997fa948d4a335495723946855964f6a652f9acf3ffd6f08f78dbfcb8c96a127861164f04f15de963e00295af226041ced7cdb25bd982a6a9f87c7c600855
 DIST dolphin-plugins-22.08.1.tar.xz 257836 BLAKE2B 
3ad0ebe22478b5540dbe4128df718cb428259e2c28d5586a2625c15f63fa9a1e8ca35d45397a9446e8a7bed66ecbc65f13137174a565792ba217158a2c71cd0f
 SHA512 
9eee9e33640dfba94530bd538a0915cdf49257dd68934835056f2e9b0906e7e5884a83bb5095fd6b66e7fb86d5ae5cc77d319439a491cd424fc4fd01fb9097c5

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
deleted file mode 100644
index b2e29fdb7873..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 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.96.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" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-08-22 Thread Andreas Sturmlechner
commit: b8e89cde87be9240b37a160c83fac60965dabacb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 22 18:31:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 22 20:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e89cde

app-cdr/dolphin-plugins-mountiso: 22.08.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-22.08.0.ebuild| 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index f51a82e4a71c..2cd240b278d7 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42
+DIST dolphin-plugins-22.08.0.tar.xz 257872 BLAKE2B 
9108b5ac5051b822d8fedac83dab967bd2a344f7d8d3ca8da9a544e40a186ae65a2f6470efce1fe09392b7a998a8912842c0c31caf64a3e23b7e629ba184
 SHA512 
047997fa948d4a335495723946855964f6a652f9acf3ffd6f08f78dbfcb8c96a127861164f04f15de963e00295af226041ced7cdb25bd982a6a9f87c7c600855

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
new file mode 100644
index ..b2e29fdb7873
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.08.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 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.96.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" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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
+   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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-07-25 Thread Andreas Sturmlechner
commit: b0531ad754f9bf691ef3b330209d5001ba9c1d3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 20 08:33:32 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 25 09:22:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0531ad7

app-cdr/dolphin-plugins-mountiso: drop 21.12.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.12.3.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 9304c475bac5..f51a82e4a71c 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
deleted file mode 100644
index 4577abd437c8..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.88.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-07-24 Thread Sam James
commit: 18c0bce6b9442937e31d04595a969e79100890b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 24 23:28:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 24 23:28:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c0bce6

app-cdr/dolphin-plugins-mountiso: Stabilize 22.04.3 x86, #856823

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
index 1af3059536c4..5367b936adee 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-07-19 Thread Sam James
commit: 6bc7734b4218a332bf79ce14c76d33ff12992e45
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 05:44:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 05:48:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc7734b

app-cdr/dolphin-plugins-mountiso: Stabilize 22.04.3 arm64, #856823

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
index 25a8aa34f4c2..1af3059536c4 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-07-07 Thread Andreas Sturmlechner
commit: 1dabff185a5d43f183fc7fb11aa51eb6c43a4d34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul  7 07:12:29 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  7 10:56:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dabff18

app-cdr/dolphin-plugins-mountiso: drop 22.04.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.04.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index b46f6f31a2b2..9304c475bac5 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
-DIST dolphin-plugins-22.04.2.tar.xz 256540 BLAKE2B 
97ac9f10e6085705397faacf82dd5787e1f346f9d44e6e310899c6b8c73df103f84c42f55e3a34a844fd29f6539298da71bd96b2d82c5c2fbff56402c079a0b2
 SHA512 
ec9ede9729194aeeaaefe2d83b219e1b2ee1b9eb8a7b64623bc08d58952adc906469f78d785add05d176461e6104fa806771b74497b8bc3f53c3822b8dedec94
 DIST dolphin-plugins-22.04.3.tar.xz 257356 BLAKE2B 
e3d084e628920a08c9e1173c754002f6b0ecfad07bd4d89a64f5b29a7e93362a814ead6aeff80412b01e7198adce78c36f36428560a1ea9e555027113f7d8e6f
 SHA512 
1b96511fbf8ec93b03a5f204c2e4cff232ca0d09e4d1599c89d4d514deb3fb889dfd3050a5cabe4e35b6e65a5283ad09635a13931c8484eebc98a22ba9057b42

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.2.ebuild
deleted file mode 100644
index d18b4d8d4104..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-06-09 Thread Andreas Sturmlechner
commit: 411dc33892a2ba4e6e457ff0e2a2162a8437032a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 19:21:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  9 11:26:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411dc338

app-cdr/dolphin-plugins-mountiso: drop 22.04.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.04.1.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 350c08bad483..3070803a95ce 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
-DIST dolphin-plugins-22.04.1.tar.xz 256196 BLAKE2B 
ae55ea9210f6a8b2ca33c6542af5cdc33b129b611ea3b7b20e98d96af9af99db954ec7560dae83a78be6857ca7c051d6a80d2e4201e5179d2918d98d82706a30
 SHA512 
0833311429857a6aeccb19736ac2d49e8b4e0e9f9d393b2835b33f8f17032382d07fbcf61dd03d37dccebcaea1b3a542c5478f24dd47b52749bd1259461caa2f
 DIST dolphin-plugins-22.04.2.tar.xz 256540 BLAKE2B 
97ac9f10e6085705397faacf82dd5787e1f346f9d44e6e310899c6b8c73df103f84c42f55e3a34a844fd29f6539298da71bd96b2d82c5c2fbff56402c079a0b2
 SHA512 
ec9ede9729194aeeaaefe2d83b219e1b2ee1b9eb8a7b64623bc08d58952adc906469f78d785add05d176461e6104fa806771b74497b8bc3f53c3822b8dedec94

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.1.ebuild
deleted file mode 100644
index d18b4d8d4104..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-05-13 Thread Andreas Sturmlechner
commit: e82c0deadf130b09cfd0304f6617f1448f456200
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 12 17:56:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 13 19:55:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82c0dea

app-cdr/dolphin-plugins-mountiso: drop 22.04.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-22.04.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index e69840f5a487..a246716ab4d5 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
-DIST dolphin-plugins-22.04.0.tar.xz 256164 BLAKE2B 
8980f3d7687b456edc81d69027c66f1e7801fa5876ef605a021caecae02b7b30596b1b9bdd8c0de2b5c6c98393eafb75bedc6f0d411d144fa430619778ff7f97
 SHA512 
3c7dcc1404cbfbb0a4805eb1116dae53b03fa1b49ee483b09009f32035d0939fc8bedd65866765e94d5294185f42bda4b6aaba6486c52ea2a524e5678e6b4c28
 DIST dolphin-plugins-22.04.1.tar.xz 256196 BLAKE2B 
ae55ea9210f6a8b2ca33c6542af5cdc33b129b611ea3b7b20e98d96af9af99db954ec7560dae83a78be6857ca7c051d6a80d2e4201e5179d2918d98d82706a30
 SHA512 
0833311429857a6aeccb19736ac2d49e8b4e0e9f9d393b2835b33f8f17032382d07fbcf61dd03d37dccebcaea1b3a542c5478f24dd47b52749bd1259461caa2f

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild
deleted file mode 100644
index dc115514595c..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-04-22 Thread Sam James
commit: 4a3e691ab3b86e53befa3821dc2dfe3ea8f0ce1f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 19:01:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 19:08:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3e691a

app-cdr/dolphin-plugins-mountiso: drop 21.08.3*

Signed-off-by: Sam James  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.08.3.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index c065d877d3fd..4b486bb40a2f 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
-DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
 DIST dolphin-plugins-22.04.0.tar.xz 256164 BLAKE2B 
8980f3d7687b456edc81d69027c66f1e7801fa5876ef605a021caecae02b7b30596b1b9bdd8c0de2b5c6c98393eafb75bedc6f0d411d144fa430619778ff7f97
 SHA512 
3c7dcc1404cbfbb0a4805eb1116dae53b03fa1b49ee483b09009f32035d0939fc8bedd65866765e94d5294185f42bda4b6aaba6486c52ea2a524e5678e6b4c28

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
deleted file mode 100644
index 972b1746dacc..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.84.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-04-22 Thread Sam James
commit: 7fa6c423934ec6036774dddc70ec0337c1100286
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 18:03:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 18:07:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa6c423

app-cdr/dolphin-plugins-mountiso: Stabilize 21.12.3 arm64, #834530

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
index f65fd9ddfb98..4577abd437c8 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-04-21 Thread Andreas Sturmlechner
commit: 2f668eefb75b129a2b515387c886ce09c19980b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 21 16:47:39 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 21 17:11:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f668eef

app-cdr/dolphin-plugins-mountiso: 22.04.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-22.04.0.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 8c100c3b719a..c065d877d3fd 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1,3 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23
+DIST dolphin-plugins-22.04.0.tar.xz 256164 BLAKE2B 
8980f3d7687b456edc81d69027c66f1e7801fa5876ef605a021caecae02b7b30596b1b9bdd8c0de2b5c6c98393eafb75bedc6f0d411d144fa430619778ff7f97
 SHA512 
3c7dcc1404cbfbb0a4805eb1116dae53b03fa1b49ee483b09009f32035d0939fc8bedd65866765e94d5294185f42bda4b6aaba6486c52ea2a524e5678e6b4c28

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild
new file mode 100644
index ..dc115514595c
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.92.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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
+   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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-04-07 Thread Sam James
commit: 2ae91e3f054540f5a98d9721cddd36ae79d24dbe
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr  7 21:22:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr  7 21:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae91e3f

app-cdr/dolphin-plugins-mountiso: Stabilize 21.12.3 x86, #834530

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
index b06a4e8f89cc..f65fd9ddfb98 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-03-03 Thread Andreas Sturmlechner
commit: 1bf5575c2a1a13cc10d40287a8dbd208be3e2868
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  3 11:48:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  3 14:54:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf5575c

app-cdr/dolphin-plugins-mountiso: drop 21.12.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.12.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 6dd2a3b6d539..8c100c3b719a 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
-DIST dolphin-plugins-21.12.2.tar.xz 254836 BLAKE2B 
1f8cdfc133a0c7e9083c8ab9fbd0e6dec5221ca89c5bff37d14aa6e4e286c0046512875f1d45544e11bde71f7cdd5d756996eea56e9dba29888dbfad821eb2aa
 SHA512 
44e93558802282f3a73aaac9443dcded8498499c4ab400dedb68572af4add007dcbae6424a99929da6c5ab03c7c125beee313fe4b14b5ee29147938418410dfc
 DIST dolphin-plugins-21.12.3.tar.xz 254696 BLAKE2B 
e669a8acbf8b5559a602dd3ae646e2384b89a672bb0ed42d2f094b75a1eaefd6994644daaa70d17f9baba8ea491cef632090050b93e0f5e0b50f203a6166338e
 SHA512 
3dad72b6e0283a8c825aded82e9d15bc5e03303bbfc6dd8f1e6af2cb3892ec9b04a3c97f01246e20abe6d86e5a91fa1c4f8fff48ed24186a3780009a78298d23

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.2.ebuild
deleted file mode 100644
index 79a49e47e56a..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.88.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-02-03 Thread Andreas Sturmlechner
commit: 932563e33c36ddad2d9428de134fe44959d79ca9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  3 13:08:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  3 17:13:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932563e3

app-cdr/dolphin-plugins-mountiso: drop 21.12.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.12.1.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 95eadf9c5e25..51b98f34afac 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
-DIST dolphin-plugins-21.12.1.tar.xz 254672 BLAKE2B 
ab30e233774bd4d1bcd2446e19180235ba04248cf636f2c3dbe8b0e0c4a5756a35fbde78f429d2daf03cff969d47023395958305c94b3ab05e614f1e004347f8
 SHA512 
4fc0eb757cc32a881c0f764a09acc7aa1b8be302b8b74608121151a3ddb4cd3a2b299c0eb1fe5d7dcdf702cc331dd2bbda986bef079f9110a6fb0b9274ce397b
 DIST dolphin-plugins-21.12.2.tar.xz 254836 BLAKE2B 
1f8cdfc133a0c7e9083c8ab9fbd0e6dec5221ca89c5bff37d14aa6e4e286c0046512875f1d45544e11bde71f7cdd5d756996eea56e9dba29888dbfad821eb2aa
 SHA512 
44e93558802282f3a73aaac9443dcded8498499c4ab400dedb68572af4add007dcbae6424a99929da6c5ab03c7c125beee313fe4b14b5ee29147938418410dfc

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.1.ebuild
deleted file mode 100644
index 79a49e47e56a..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.88.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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
-   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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2022-01-07 Thread Andreas Sturmlechner
commit: cd2ae6a07cda1461fa5861975fffbbbce64a748f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  7 11:21:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  7 13:51:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2ae6a0

app-cdr/dolphin-plugins-mountiso: drop 21.12.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.12.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index c20ad1f6909f..2148b98ba9f0 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
-DIST dolphin-plugins-21.12.0.tar.xz 254764 BLAKE2B 
7c73390bd2c26643dfbc5593ef896ca674e5a0b17ede78e68504727125ac07370fb4b4139e0058e2050fbf065a7945f441ed7198fcd43fa9ea5fd679ba1998cb
 SHA512 
c80f795dbb9a68a3d0f543a95386425289e9e2f8bd2c3bdf8644d05dd9ab651b8237528eee0535167448de165d7aac6f5f4bcc020d17d31d500a1958d7d0bcc2
 DIST dolphin-plugins-21.12.1.tar.xz 254672 BLAKE2B 
ab30e233774bd4d1bcd2446e19180235ba04248cf636f2c3dbe8b0e0c4a5756a35fbde78f429d2daf03cff969d47023395958305c94b3ab05e614f1e004347f8
 SHA512 
4fc0eb757cc32a881c0f764a09acc7aa1b8be302b8b74608121151a3ddb4cd3a2b299c0eb1fe5d7dcdf702cc331dd2bbda986bef079f9110a6fb0b9274ce397b

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild
deleted file mode 100644
index 2883eaf8adf4..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.88.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-12-09 Thread Andreas Sturmlechner
commit: 6c1da3bb54cd81796f0841dd7ad261d9ffd2e663
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec  9 10:47:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec  9 11:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1da3bb

app-cdr/dolphin-plugins-mountiso: 21.12.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-21.12.0.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 3c644ff083b6..59e3698db07f 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
+DIST dolphin-plugins-21.12.0.tar.xz 254764 BLAKE2B 
7c73390bd2c26643dfbc5593ef896ca674e5a0b17ede78e68504727125ac07370fb4b4139e0058e2050fbf065a7945f441ed7198fcd43fa9ea5fd679ba1998cb
 SHA512 
c80f795dbb9a68a3d0f543a95386425289e9e2f8bd2c3bdf8644d05dd9ab651b8237528eee0535167448de165d7aac6f5f4bcc020d17d31d500a1958d7d0bcc2

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild
new file mode 100644
index ..2883eaf8adf4
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.88.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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_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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-29 Thread Andreas Sturmlechner
commit: 29234a20a4aa4320b6311605298126fe460d4e5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 29 16:03:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 29 16:52:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29234a20

app-cdr/dolphin-plugins-mountiso: 21.11.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-21.11.90.ebuild   | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 3c644ff083b6..96a9eab41e7d 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076
+DIST dolphin-plugins-21.11.90.tar.xz 254640 BLAKE2B 
c6755fc407b523759c0ac6c362311ee12322efd47e7a5ea4765ee08bc948e532b8e476d35ad2a16390be5150e2f94a5ce6d8cb185718160856bedc081cb4abca
 SHA512 
7e2877666b41cf69dca6c4544a6bf9b6f0d6a09fbcc26c44ca0a3a4521caeda257af41a112ae6e26feb02d1ef7f63f7cd0f417b5b0f04367a65c83391f29dd64

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.11.90.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.11.90.ebuild
new file mode 100644
index ..2883eaf8adf4
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.11.90.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.88.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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_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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-29 Thread Andreas Sturmlechner
commit: 546f891d1dd314a2c6f2d0acd360d642de75a4d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 28 13:09:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 29 13:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546f891d

app-cdr/dolphin-plugins-mountiso: drop 21.04.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.04.3.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 1dbe76b0381d..3c644ff083b6 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
deleted file mode 100644
index 6ac829c57347..
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.80.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-28 Thread Sam James
commit: fcf61002ba694a906ba8cd82f4e6d3c525879fae
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 29 00:51:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 29 00:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf61002

app-cdr/dolphin-plugins-mountiso: Stabilize 21.08.3 x86, #822177

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
index a20885f20534..972b1746dacc 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-27 Thread Sam James
commit: 410073f1e770f5738e2d3f8da16366a143b1fdc9
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 28 01:54:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 28 01:54:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410073f1

app-cdr/dolphin-plugins-mountiso: Stabilize 21.08.3 amd64, #822177

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
index 4bc8606cf307..a20885f20534 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-27 Thread Sam James
commit: 4740cff7eb6d3df7dae9acb6564e323227338935
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 28 01:43:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 28 01:47:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4740cff7

app-cdr/dolphin-plugins-mountiso: Stabilize 21.08.3 arm64, #822177

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
index 189e5377f2fe..4bc8606cf307 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-11-04 Thread Andreas Sturmlechner
commit: bf979749eb13ffd3f732c896dcb0a4d594988f7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov  4 12:41:21 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov  4 13:24:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf979749

app-cdr/dolphin-plugins-mountiso: drop 21.08.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.08.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index b1c80c63392..1dbe76b0381 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
-DIST dolphin-plugins-21.08.2.tar.xz 253236 BLAKE2B 
a574e684b7433ea611994ea77ac1b70650760d39d5015cf364a684d4da2b7d7b1ba739f66856c15c3bb9b8d8cf58b2e652762c9844c7af3a2cd983ae8d60727f
 SHA512 
b7b16188dc649b86ffb39d948613b30ad77a3d941706d746bf81609ffa74bc75479abbaa4e5010abf1715cbf52d490145c65398ca91fadd5c31f330f4a1b9f1e
 DIST dolphin-plugins-21.08.3.tar.xz 254604 BLAKE2B 
9a7a9c7a1cf82d458c1fd0bbce6b47c233b8a7a20bd1d1696bc75d6b04c8e4a9d6464025d8ad39b3bb96b8dd428fb880a5d318f7c0d13ef3bc8bf24a42c24169
 SHA512 
2fb7fbd6490d768f3eb7d756429d858337b8088a7c87836ed4a54fc3f863f50c4973bbe2ae149d53d2769d7ce3c31fbd737bc4afc74fd14260a158da83992076

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.2.ebuild
deleted file mode 100644
index 189e5377f2f..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.84.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-10-07 Thread Andreas Sturmlechner
commit: c89040eea118abb51c45468a949e32e398ef19d2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  7 19:03:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  7 20:00:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89040ee

app-cdr/dolphin-plugins-mountiso: drop 21.08.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.08.1.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index d779211b335..60d9d7b0cc8 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
-DIST dolphin-plugins-21.08.1.tar.xz 252604 BLAKE2B 
9828c3cf690ce54d9ee0be682b7ebf6ac3bd1ec9fd5f73e14c355cf10a19e7e882d3b1a2f3fbdadec8b1f8df926c8bffd566b0cf53a0dafe126b7b70a80ebe6e
 SHA512 
71c0aa8f8207018192853714ca6612f7b56fed9b78d67f940381716ffe60357108a6993326ba67113f66783795d18fd5a68b3bc69b8c449da750d0316e091b52
 DIST dolphin-plugins-21.08.2.tar.xz 253236 BLAKE2B 
a574e684b7433ea611994ea77ac1b70650760d39d5015cf364a684d4da2b7d7b1ba739f66856c15c3bb9b8d8cf58b2e652762c9844c7af3a2cd983ae8d60727f
 SHA512 
b7b16188dc649b86ffb39d948613b30ad77a3d941706d746bf81609ffa74bc75479abbaa4e5010abf1715cbf52d490145c65398ca91fadd5c31f330f4a1b9f1e

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.1.ebuild
deleted file mode 100644
index 189e5377f2f..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.84.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-09-02 Thread Andreas Sturmlechner
commit: aeacb18473e87edd92cea583fdc9d199aed87392
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeacb184

app-cdr/dolphin-plugins-mountiso: drop 21.08.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.08.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index a1c67bf6442..2064e0b9129 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
-DIST dolphin-plugins-21.08.0.tar.xz 252708 BLAKE2B 
7e6d4c72b0527302737a9e636a6e672699868325af4ef763a7595677e4f0ba3dc1e8cbcbcbe4db92becf481f9746ac61257e1d2c91fb145059724c9e70497f0a
 SHA512 
46448d35e0d599c373f990a9cdc6bac91a6acb1bdd871e73ced298ae6be3c9187be12a3ffcc7734c9d87f8825adae472d5d923f46bf15d0b2c012b2d5b755a92
 DIST dolphin-plugins-21.08.1.tar.xz 252604 BLAKE2B 
9828c3cf690ce54d9ee0be682b7ebf6ac3bd1ec9fd5f73e14c355cf10a19e7e882d3b1a2f3fbdadec8b1f8df926c8bffd566b0cf53a0dafe126b7b70a80ebe6e
 SHA512 
71c0aa8f8207018192853714ca6612f7b56fed9b78d67f940381716ffe60357108a6993326ba67113f66783795d18fd5a68b3bc69b8c449da750d0316e091b52

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
deleted file mode 100644
index 85a23784c1a..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.84.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/files/

2021-08-22 Thread Andreas Sturmlechner
commit: 5e551cd036a132e8e0b2fb8497c510af83990e08
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Aug 20 18:23:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 22 22:47:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e551cd0

app-cdr/dolphin-plugins-mountiso: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22054
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...iso-20.12.3-dont-mount-ISO-multiple-times.patch | 41 --
 1 file changed, 41 deletions(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
 
b/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
deleted file mode 100644
index fc59e171850..000
--- 
a/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From f136702d2adc8643ea12f1b6e3bf97925f1b33f0 Mon Sep 17 00:00:00 2001
-From: Kwon-Young Choi 
-Date: Fri, 19 Mar 2021 17:10:31 +0100
-Subject: [PATCH] BackingFile property should be use with StorageVolume instead
- of StorageAccess
-
-BUG: 434617
-
-When mounting an iso with `udisksctl`, first a loop device is created
-`/dev/loop0` then a second device `/dev/loop0p1` is used to mount it on
-a filesystem location.
-
-Querying for StorageAccess devices sometimes only returns the `/dev/loop0p1`
-device without the `/dev/loop0` device and the BackingFile property does not
-work on `/dev/loop0p1`.
-
-Solution: query for StorageVolume instead which returns all loop devices:
-`/dev/loop0` and `/dev/loop1`.
-
-Warning: Because StorageVolume returns more devices, the function
-`getDeviceFromBackingFile` could be a little bit slower.

- mountiso/mountisoaction.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mountiso/mountisoaction.cpp b/mountiso/mountisoaction.cpp
-index e5575ae..d198a89 100644
 a/mountiso/mountisoaction.cpp
-+++ b/mountiso/mountisoaction.cpp
-@@ -78,7 +78,7 @@ MountIsoAction::MountIsoAction(QObject *parent, const 
QVariantList &)
- const Solid::Device getDeviceFromBackingFile(const QString )
- {
- const QList blockDevices =
--Solid::Device::listFromQuery("[ IS StorageAccess AND IS 
GenericInterface ]");
-+Solid::Device::listFromQuery("[ IS StorageVolume AND IS 
GenericInterface ]");
- 
- for (const Solid::Device  : blockDevices) {
- auto genericDevice = device.as();
--- 
-GitLab
-



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-08-12 Thread Andreas Sturmlechner
commit: 51b1b93263571bf0a3805258c3e6c077a46493a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 12 09:48:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 12 10:18:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b1b932

app-cdr/dolphin-plugins-mountiso: 21.08.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-21.08.0.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 7f0c6648b4b..1cb60bbf0ea 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
+DIST dolphin-plugins-21.08.0.tar.xz 252708 BLAKE2B 
7e6d4c72b0527302737a9e636a6e672699868325af4ef763a7595677e4f0ba3dc1e8cbcbcbe4db92becf481f9746ac61257e1d2c91fb145059724c9e70497f0a
 SHA512 
46448d35e0d599c373f990a9cdc6bac91a6acb1bdd871e73ced298ae6be3c9187be12a3ffcc7734c9d87f8825adae472d5d923f46bf15d0b2c012b2d5b755a92

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
new file mode 100644
index 000..85a23784c1a
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.84.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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_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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-08-11 Thread Andreas Sturmlechner
commit: def09139bb6b80285afc09c72324646c751ea6ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 11 06:20:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 11 06:51:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def09139

app-cdr/dolphin-plugins-mountiso: drop 20.12.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.12.3-r1.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index f6002974130..7f0c6648b4b 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild
deleted file mode 100644
index ba1a5e70120..000
--- 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.75.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-dont-mount-ISO-multiple-times.patch" # KDE-bug 434617
-)
-
-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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-08-10 Thread Sam James
commit: 559745e8045b0d853831c567bbf2952469a5babf
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 11 02:56:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 11 02:56:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559745e8

app-cdr/dolphin-plugins-mountiso: Stabilize 21.04.3 arm64, #805065

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
index c3170080a74..6ac829c5734 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-07-12 Thread Andreas Sturmlechner
commit: 4f932ad7c20212701d696ab546ed8191a66cf844
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 12 20:01:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 12 21:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f932ad7

app-cdr/dolphin-plugins-mountiso: drop 21.04.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.04.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 5a7e4e830fa..f6002974130 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b
-DIST dolphin-plugins-21.04.2.tar.xz 253184 BLAKE2B 
2ca0bdbdd1e658bd54a95790d722e23817aca2af1bff16b5056686e58b5ce60aeaecba05ec3a2faf69ccf4d1c4dd7ee91f59cec37da3693917ed9144c4e48ae2
 SHA512 
379e87f0ee28dd414c1ffe1f2e7775681cf639cda72a6357c357f2a7a30aefee77cfc8b52cb4030ff68555a38d0abf428ac155cbd2d3263ac55b4f41b9ae1fda
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.2.ebuild
deleted file mode 100644
index d0900ab81df..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.80.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-07-08 Thread Andreas Sturmlechner
commit: cc52ea6ff378e470e84b5dd784f11ea50c275068
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul  8 11:31:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  8 11:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc52ea6f

app-cdr/dolphin-plugins-mountiso: 21.04.3 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-21.04.3.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index bc403191484..5a7e4e830fa 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1,3 @@
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b
 DIST dolphin-plugins-21.04.2.tar.xz 253184 BLAKE2B 
2ca0bdbdd1e658bd54a95790d722e23817aca2af1bff16b5056686e58b5ce60aeaecba05ec3a2faf69ccf4d1c4dd7ee91f59cec37da3693917ed9144c4e48ae2
 SHA512 
379e87f0ee28dd414c1ffe1f2e7775681cf639cda72a6357c357f2a7a30aefee77cfc8b52cb4030ff68555a38d0abf428ac155cbd2d3263ac55b4f41b9ae1fda
+DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
new file mode 100644
index 000..d0900ab81df
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.80.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/dolphin_plugins/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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_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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-05-13 Thread Andreas Sturmlechner
commit: 6b520c0804eba9939f823a79c3086bac5cc610f9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 13 11:44:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 13 12:24:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b520c08

app-cdr/dolphin-plugins-mountiso: drop 21.04.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.04.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index de981d1bb6c..3a8110897e2 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b
-DIST dolphin-plugins-21.04.0.tar.xz 242608 BLAKE2B 
c12366f9a0d661e79b968ce375e2ea46dd8d90f322691755dc238d4dd08d07f6527711aa117fead2a3714d7f97c508e53c5ecd87a69c23c397e44033669fe5b1
 SHA512 
9f093133eba93615392a117f8184177f06bb117d4a3ad4691025ef26e4d83e251f966c157ae107f52447c78bf600ab586a175f57a02f78fec8e620aa5462138d
 DIST dolphin-plugins-21.04.1.tar.xz 247356 BLAKE2B 
9dae16c07b7f1bf1bc3d33f2a9b32f52f18efb5cb73e82f4b35099dc38b9ecb31a1ec7f06c403d498b7f8f949de23f4ba2289c9efb7f67c19bff6d59595bafe9
 SHA512 
62ccbc3d8870f3352073299762d4ec6b8faf15a77a3530a6a93562ee776aded3a73a4d767523371c22fb7dec6c2ec8a1e9263ba2399a8fee7b20fc14c10ecf3a

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild
deleted file mode 100644
index 27a4b3f28f9..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.80.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-04-24 Thread Andreas Sturmlechner
commit: 52e5719bcc980f8d5fc2839408543caf906d5d79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 24 10:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 24 13:46:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e5719b

app-cdr/dolphin-plugins-mountiso: 21.04.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 +
 .../dolphin-plugins-mountiso-21.04.0.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 5fc632221dd..dd4d1ef6228 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1 +1,2 @@
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b
+DIST dolphin-plugins-21.04.0.tar.xz 242608 BLAKE2B 
c12366f9a0d661e79b968ce375e2ea46dd8d90f322691755dc238d4dd08d07f6527711aa117fead2a3714d7f97c508e53c5ecd87a69c23c397e44033669fe5b1
 SHA512 
9f093133eba93615392a117f8184177f06bb117d4a3ad4691025ef26e4d83e251f966c157ae107f52447c78bf600ab586a175f57a02f78fec8e620aa5462138d

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild
new file mode 100644
index 000..27a4b3f28f9
--- /dev/null
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.04.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="false"
+KDE_GEAR="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.80.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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_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_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
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-04-06 Thread Andreas Sturmlechner
commit: 3340deac54c9ba9680430ba2c0429d967c931a58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 17:07:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  6 08:23:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3340deac

app-cdr/dolphin-plugins-mountiso: drop 20.08.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.08.3.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 5d7eec23222..5fc632221dd 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-20.08.3.tar.xz 230272 BLAKE2B 
1978ffebe88d95350cac0892c56e127507b6ddd6d5675bca8f420990552e20ff271e6f5742a2bdeff685c82464e70177ac83e5e9368547eb175a3e8133d77624
 SHA512 
2010be567ef025375caac92e90c0259faea1eb58bdbc55e441e42a10af68b6313391707a7f6b6b10285ba80dcbdee92468fa5088970eb98d4ea8afea145976d9
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
deleted file mode 100644
index 21fec5cbd09..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/, app-cdr/dolphin-plugins-mountiso/files/

2021-04-04 Thread Andreas Sturmlechner
commit: 54054bc3e52ebabee5dfb1e1dc5751751df7596c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 12:18:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 13:19:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54054bc3

app-cdr/dolphin-plugins-mountiso: Don't let ISO mount multiple times

Upstream commit f136702d2adc8643ea12f1b6e3bf97925f1b33f0

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=434617
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../dolphin-plugins-mountiso-20.12.3-r1.ebuild | 69 ++
 ...iso-20.12.3-dont-mount-ISO-multiple-times.patch | 41 +
 2 files changed, 110 insertions(+)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild
new file mode 100644
index 000..b174fa15d36
--- /dev/null
+++ 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="false"
+KDE_RELEASE_SERVICE="true"
+KDE_ORG_CATEGORY="sdk"
+KDE_ORG_NAME="dolphin-plugins"
+MY_PLUGIN_NAME="mountiso"
+KFMIN=5.75.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
+HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-dont-mount-ISO-multiple-times.patch" # KDE-bug 434617
+)
+
+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_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
+}

diff --git 
a/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
 
b/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
new file mode 100644
index 000..fc59e171850
--- /dev/null
+++ 
b/app-cdr/dolphin-plugins-mountiso/files/dolphin-plugins-mountiso-20.12.3-dont-mount-ISO-multiple-times.patch
@@ -0,0 +1,41 @@
+From f136702d2adc8643ea12f1b6e3bf97925f1b33f0 Mon Sep 17 00:00:00 2001
+From: Kwon-Young Choi 
+Date: Fri, 19 Mar 2021 17:10:31 +0100
+Subject: [PATCH] BackingFile property should be use with StorageVolume instead
+ of StorageAccess
+
+BUG: 434617
+
+When mounting an iso with `udisksctl`, first a loop device is created
+`/dev/loop0` then a second device `/dev/loop0p1` is used to mount it on
+a filesystem location.
+
+Querying for StorageAccess devices sometimes only returns the `/dev/loop0p1`
+device without the `/dev/loop0` device and the BackingFile property does not
+work on `/dev/loop0p1`.
+
+Solution: query for StorageVolume instead which returns all loop devices:
+`/dev/loop0` and `/dev/loop1`.
+
+Warning: Because StorageVolume returns more devices, the function
+`getDeviceFromBackingFile` could be a little bit slower.
+---
+ mountiso/mountisoaction.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mountiso/mountisoaction.cpp b/mountiso/mountisoaction.cpp
+index e5575ae..d198a89 100644
+--- a/mountiso/mountisoaction.cpp
 b/mountiso/mountisoaction.cpp
+@@ -78,7 +78,7 @@ MountIsoAction::MountIsoAction(QObject *parent, const 
QVariantList &)
+ const Solid::Device getDeviceFromBackingFile(const QString )
+ {
+ const QList blockDevices =
+-Solid::Device::listFromQuery("[ IS StorageAccess AND IS 
GenericInterface ]");
++Solid::Device::listFromQuery("[ IS StorageVolume AND IS 
GenericInterface ]");
+ 
+ for (const Solid::Device  : blockDevices) {
+ 

[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-04-04 Thread Andreas Sturmlechner
commit: 71ac1f73d052d415149d7c906f4383ef1efd5d1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 12:19:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 13:19:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ac1f73

app-cdr/dolphin-plugins-mountiso: Drop 20.12.3 (r0)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../dolphin-plugins-mountiso-20.12.3.ebuild| 65 --
 1 file changed, 65 deletions(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3.ebuild
deleted file mode 100644
index fc497549263..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.75.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-03-04 Thread Andreas Sturmlechner
commit: c33b6108af235aece4944252faa23a857acca9e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  4 10:21:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  4 21:28:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33b6108

app-cdr/dolphin-plugins-mountiso: drop 20.12.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.12.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 0e185cb1330..5d7eec23222 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-20.08.3.tar.xz 230272 BLAKE2B 
1978ffebe88d95350cac0892c56e127507b6ddd6d5675bca8f420990552e20ff271e6f5742a2bdeff685c82464e70177ac83e5e9368547eb175a3e8133d77624
 SHA512 
2010be567ef025375caac92e90c0259faea1eb58bdbc55e441e42a10af68b6313391707a7f6b6b10285ba80dcbdee92468fa5088970eb98d4ea8afea145976d9
-DIST dolphin-plugins-20.12.2.tar.xz 239368 BLAKE2B 
638491ab7e97768bfe99e8eea47d34721f9d952ff9a5c236b7ac71862d3912bf10afca67dc5e5e8e8b5f8f3b6c6eafa2e7dadea0e089ca1296078694dd4d069c
 SHA512 
b6d160c7aadddb332ef8d5440ef8171668a24e44eb837918557016272ad5e2e51456fcb2e155c93507737e341596c89621bdd0a35ac1d5f81e79afcfa89cd3ff
 DIST dolphin-plugins-20.12.3.tar.xz 239340 BLAKE2B 
141e5d2bb6190edaef98cec2a271e41b916966118300d69f4eb5e7da15e51730476f23a20312b76fca0fc1490501e83528b4f0cb62f9f6c64e4caf5ac5b2cd37
 SHA512 
1d5303e92d912bc80c5260263b081205d36372f1f15205ebd3e705697a114f8481edd1ad31004d7906c3088d43a74cb1e33dac6e1196c247e702a544d67db11b

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.2.ebuild
deleted file mode 100644
index fc497549263..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.75.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-02-04 Thread Andreas Sturmlechner
commit: c3a7c8a80813449d4fdc912a993a7b1400438704
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  4 13:37:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  4 14:05:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a7c8a8

app-cdr/dolphin-plugins-mountiso: drop 20.12.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.12.1.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 076b9c510f3..7fc9f7ff9ed 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-20.08.3.tar.xz 230272 BLAKE2B 
1978ffebe88d95350cac0892c56e127507b6ddd6d5675bca8f420990552e20ff271e6f5742a2bdeff685c82464e70177ac83e5e9368547eb175a3e8133d77624
 SHA512 
2010be567ef025375caac92e90c0259faea1eb58bdbc55e441e42a10af68b6313391707a7f6b6b10285ba80dcbdee92468fa5088970eb98d4ea8afea145976d9
-DIST dolphin-plugins-20.12.1.tar.xz 238592 BLAKE2B 
32b8e7e92e16b65f10255eff940496bd77fd544ba96e63db1a914ab97b3e9049cbec5c3136ddbc9d124c6d01e44b3d897e2e497ddd753c0c00960c17f503f91d
 SHA512 
fbccd9d6e276d37e7874c4dcc31ea209e4e17bcac8feeb2ede386bb3ce8510428eba1e5fe58a1551fe81f61810454f177db61ce8607faa45a03509bafd303aad
 DIST dolphin-plugins-20.12.2.tar.xz 239368 BLAKE2B 
638491ab7e97768bfe99e8eea47d34721f9d952ff9a5c236b7ac71862d3912bf10afca67dc5e5e8e8b5f8f3b6c6eafa2e7dadea0e089ca1296078694dd4d069c
 SHA512 
b6d160c7aadddb332ef8d5440ef8171668a24e44eb837918557016272ad5e2e51456fcb2e155c93507737e341596c89621bdd0a35ac1d5f81e79afcfa89cd3ff

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.1.ebuild
deleted file mode 100644
index d19413eb48b..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.75.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-01-07 Thread Andreas Sturmlechner
commit: da94de211c7cc53fcc5d031c8ba1e921c99935ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  7 13:36:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  7 17:30:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da94de21

app-cdr/dolphin-plugins-mountiso: drop 20.12.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.12.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 9fc222f3786..ba853d93410 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-20.08.3.tar.xz 230272 BLAKE2B 
1978ffebe88d95350cac0892c56e127507b6ddd6d5675bca8f420990552e20ff271e6f5742a2bdeff685c82464e70177ac83e5e9368547eb175a3e8133d77624
 SHA512 
2010be567ef025375caac92e90c0259faea1eb58bdbc55e441e42a10af68b6313391707a7f6b6b10285ba80dcbdee92468fa5088970eb98d4ea8afea145976d9
-DIST dolphin-plugins-20.12.0.tar.xz 236436 BLAKE2B 
ed8b525c8934b3f1b41f53a9c22a1db211632b58a015e93d507eb46943920fc22e245b81e360bf30d75fe066a2a6ed36857bd3b446faf07b32132ef5755c1eb1
 SHA512 
a5ed5ae83ba8d2f0af5521f2219191acee2693aae656d829d425a8f9d7d21857511fdda3730dcc88e910ab5a2b6b76817a324498cffa390be3fa616bc57dd106
 DIST dolphin-plugins-20.12.1.tar.xz 238592 BLAKE2B 
32b8e7e92e16b65f10255eff940496bd77fd544ba96e63db1a914ab97b3e9049cbec5c3136ddbc9d124c6d01e44b3d897e2e497ddd753c0c00960c17f503f91d
 SHA512 
fbccd9d6e276d37e7874c4dcc31ea209e4e17bcac8feeb2ede386bb3ce8510428eba1e5fe58a1551fe81f61810454f177db61ce8607faa45a03509bafd303aad

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.0.ebuild
deleted file mode 100644
index 8382f72ba86..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.12.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.75.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-11-25 Thread Mikle Kolyada
commit: 8d8cab16746696339dcd980062823f1457748c5d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 25 16:25:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 25 16:37:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8cab16

app-cdr/dolphin-plugins-mountiso: Stabilize 20.08.3 arm64, #753242

Signed-off-by: Mikle Kolyada  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
index 1f61075fad5..21fec5cbd09 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-11-25 Thread Mikle Kolyada
commit: 1c5981dc9ebace54d48e3e2e7bacbbb25ee5cfdb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 25 16:21:17 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 25 16:22:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5981dc

app-cdr/dolphin-plugins-mountiso: Stabilize 20.08.3 x86, #753242

Signed-off-by: Mikle Kolyada  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
index c66a970e9c5..1f61075fad5 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-11-25 Thread Mikle Kolyada
commit: 6a181a6e026df1c40436bc1814e74b49625ccefc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 25 16:18:44 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 25 16:18:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a181a6e

app-cdr/dolphin-plugins-mountiso: Stabilize 20.08.3 amd64, #753242

Signed-off-by: Mikle Kolyada  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
index b3a107999f7..c66a970e9c5 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-11-05 Thread Andreas Sturmlechner
commit: 546649c9ac3be176760510b3967136af4d59e05c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov  5 12:59:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov  5 17:59:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546649c9

app-cdr/dolphin-plugins-mountiso: drop 20.08.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.08.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index ef12cb01045..56d9c906a4c 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-20.08.2.tar.xz 229440 BLAKE2B 
53d8c1c16a9ba5abcb3164cd4d30769506c4dfaaab148eed070185b17d00fc5583b5dbb28b163794e187da8e0d64435d904fb8ffc99e8625b8096bd96dbd94ab
 SHA512 
c854c3a7c918c9a8be1da41d9d4f8039b9c8e38ba4782ae064ea688fed51966b9749ce009b2f96bcac0f92dbe36e5f826a45265eb29e3f2ec4740902485099d7
 DIST dolphin-plugins-20.08.3.tar.xz 230272 BLAKE2B 
1978ffebe88d95350cac0892c56e127507b6ddd6d5675bca8f420990552e20ff271e6f5742a2bdeff685c82464e70177ac83e5e9368547eb175a3e8133d77624
 SHA512 
2010be567ef025375caac92e90c0259faea1eb58bdbc55e441e42a10af68b6313391707a7f6b6b10285ba80dcbdee92468fa5088970eb98d4ea8afea145976d9

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.2.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.2.ebuild
deleted file mode 100644
index 5ab9d1786cc..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.72.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/en/dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-10-09 Thread Andreas Sturmlechner
commit: 12bbe317b68f5d4307aa6a23d549168a36bef160
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  9 08:57:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  9 19:03:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bbe317

app-cdr/dolphin-plugins-mountiso: drop 20.08.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.08.1.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index e32b61d6f9d..39d905585ff 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-20.08.1.tar.xz 228072 BLAKE2B 
f6d0b0945eb1d9872ef20468e7e8df308d240909eda12bda00181f088c0ede3462f5b8560416500c1f199c1587a544cb65b41b5f89b89f2d493e57d077fc5b73
 SHA512 
e4f0a8899fd26055a80081236e4a9e14ea5d73c011ee0bf6cc934f599d24047adf86b16ff7164edcc59e101f11ad5364d9381f6852a11d6d36571366ff135e7b
 DIST dolphin-plugins-20.08.2.tar.xz 229440 BLAKE2B 
53d8c1c16a9ba5abcb3164cd4d30769506c4dfaaab148eed070185b17d00fc5583b5dbb28b163794e187da8e0d64435d904fb8ffc99e8625b8096bd96dbd94ab
 SHA512 
c854c3a7c918c9a8be1da41d9d4f8039b9c8e38ba4782ae064ea688fed51966b9749ce009b2f96bcac0f92dbe36e5f826a45265eb29e3f2ec4740902485099d7

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.1.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.1.ebuild
deleted file mode 100644
index b95d370e5ed..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.72.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-09-03 Thread Andreas Sturmlechner
commit: 27a0a2273b2517972f1d69c1f4c3a6d842821f40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  3 12:00:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  3 12:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a0a227

app-cdr/dolphin-plugins-mountiso: drop 20.08.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-20.08.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index 9e5cff5bda9..0eed0dd8af8 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,2 +1 @@
-DIST dolphin-plugins-20.08.0.tar.xz 227076 BLAKE2B 
363636a0ad68b702e905cea14ca06311372b3fb647c57ea59375a859ad95d32cb2dbd851d209b991ffa143b85dcf1594cfd6493defa4886ebad6d201cf63d256
 SHA512 
4a9578bc9c20c9bcbb282369b7ac6955bdf1de20609762c2d0b396bd24a0a561422eda961f44761f59a2741db8b5191c8c6feb972d4a54a386ebb0fde67de5cb
 DIST dolphin-plugins-20.08.1.tar.xz 228072 BLAKE2B 
f6d0b0945eb1d9872ef20468e7e8df308d240909eda12bda00181f088c0ede3462f5b8560416500c1f199c1587a544cb65b41b5f89b89f2d493e57d077fc5b73
 SHA512 
e4f0a8899fd26055a80081236e4a9e14ea5d73c011ee0bf6cc934f599d24047adf86b16ff7164edcc59e101f11ad5364d9381f6852a11d6d36571366ff135e7b

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
deleted file mode 100644
index b95d370e5ed..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_RELEASE_SERVICE="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.72.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin_plugins;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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_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_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
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-08-17 Thread Sam James
commit: be782eb38b53c19bdf5724dc2b7c08950542389c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 18 05:30:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 18 05:30:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be782eb3

app-cdr/dolphin-plugins-mountiso: Keyword 20.08.0 arm64, #736986

Signed-off-by: Sam James  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
index baae6e0aaed..b95d370e5ed 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
@@ -18,7 +18,7 @@ 
HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin_plugins;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2020-08-13 Thread Georgy Yakovlev
commit: 8a7d12d16b65ad5f78c3c8b7afcc1b6855e2aa34
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 14 05:11:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Aug 14 05:23:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7d12d1

app-cdr/dolphin-plugins-mountiso: add ~ppc64 keyword

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
index 6b6696c9726..baae6e0aaed 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-20.08.0.ebuild
@@ -18,7 +18,7 @@ 
HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin_plugins;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="