[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-05-21 Thread Andreas Sturmlechner
commit: 2dc31ffdf7eeaccd51251cb9aa26829c8fc9e29f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:25:29 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:05:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc31ffd

kde-plasma/plasma-integration: drop 6.0.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-6.0.4.ebuild| 87 --
 2 files changed, 88 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 7e5b0b0d5b0e..1176bc3449ed 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
-DIST plasma-integration-6.0.4.tar.xz 92584 BLAKE2B 
61545df5f849812e745be6098842e1a7847e231077b316df03d0d4f5dcec7de32d7bc0ab5e8d000145f089137a19d54df5a593cd3b4eeab8d802a452c83cc142
 SHA512 
80bd8d44ceb920109d971027f71eafbdc682972d7b0eb737504c840befd47ccd6dc1536e67e173d1df11b38bb91bd493351159de853fdd2b5035800846004833
 DIST plasma-integration-6.0.5.tar.xz 92464 BLAKE2B 
7bf1ae70de4e0eeb9402eeeb37e2a29735b97476d673974e30f90d50ca06612d341184e811b1ff86c4d6f12b99e4b5c341f74b92f96264b5f16cc36927ead3f1
 SHA512 
54c1dd96610cfa479cf4edf2b937ef1543a42ec3edec29c515ed3db49093b7ea2e5ec425d70142e47e9bcf95c28747fb1e28cd0e5dba28ba4a7515a146c0ff0c

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.0.4.ebuild
deleted file mode 100644
index 1f740140256d..
--- a/kde-plasma/plasma-integration/plasma-integration-6.0.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KF5MIN=5.115.0
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QT5MIN=5.15.12
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="qt5"
-
-# requires running kde environment
-RESTRICT="test"
-
-# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtwayland-${QTMIN}:6
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kguiaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   x11-libs/libXcursor
-   x11-libs/libxcb
-   qt5? (
-   >=dev-qt/qtdbus-${QT5MIN}:5
-   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
-   >=dev-qt/qtwayland-${QT5MIN}:5
-   >=dev-qt/qtwidgets-${QT5MIN}:5
-   >=dev-qt/qtx11extras-${QT5MIN}:5
-   >=kde-frameworks/kcompletion-${KF5MIN}:5
-   >=kde-frameworks/kconfig-${KF5MIN}:5
-   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
-   >=kde-frameworks/kguiaddons-${KF5MIN}:5
-   >=kde-frameworks/ki18n-${KF5MIN}:5
-   >=kde-frameworks/kiconthemes-${KF5MIN}:5
-   >=kde-frameworks/kio-${KF5MIN}:5
-   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
-   >=kde-frameworks/knotifications-${KF5MIN}:5
-   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
-   >=kde-frameworks/kxmlgui-${KF5MIN}:5
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.11.1
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-   media-fonts/noto-emoji
-"
-PDEPEND="
-   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
-"
-BDEPEND="
-   >=dev-qt/qtwayland-${QTMIN}:6
-   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_QT6=ON
-   -DBUILD_QT5=$(usex qt5)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-04-16 Thread Andreas Sturmlechner
commit: 9dd11059d2ea5cd35a29315caec0c45342afcf0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 16 19:27:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 16 19:50:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd11059

kde-plasma/plasma-integration: drop 6.0.3

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-6.0.3.ebuild| 87 --
 2 files changed, 88 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 083f578da2c2..0efd849ea295 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
-DIST plasma-integration-6.0.3.tar.xz 92996 BLAKE2B 
fe769e48c41583e901c0b4f934d7922532f1209916677513b267f2d3ab2176369016991c75c40924168d7d1e0c9043f5d8d3dcec8ce5d55ae5643b8a845c1bb8
 SHA512 
cc8de168240b45fef9056fb9bc58d4471f510b47c1d572e063abdd1830d8a2f61e93c39cd3603f1ef9a09fae627791d2d9eff456b2cb94de7ee3467af6d8c5f0
 DIST plasma-integration-6.0.4.tar.xz 92584 BLAKE2B 
61545df5f849812e745be6098842e1a7847e231077b316df03d0d4f5dcec7de32d7bc0ab5e8d000145f089137a19d54df5a593cd3b4eeab8d802a452c83cc142
 SHA512 
80bd8d44ceb920109d971027f71eafbdc682972d7b0eb737504c840befd47ccd6dc1536e67e173d1df11b38bb91bd493351159de853fdd2b5035800846004833

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.0.3.ebuild
deleted file mode 100644
index 1f740140256d..
--- a/kde-plasma/plasma-integration/plasma-integration-6.0.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KF5MIN=5.115.0
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QT5MIN=5.15.12
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="qt5"
-
-# requires running kde environment
-RESTRICT="test"
-
-# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtwayland-${QTMIN}:6
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kguiaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   x11-libs/libXcursor
-   x11-libs/libxcb
-   qt5? (
-   >=dev-qt/qtdbus-${QT5MIN}:5
-   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
-   >=dev-qt/qtwayland-${QT5MIN}:5
-   >=dev-qt/qtwidgets-${QT5MIN}:5
-   >=dev-qt/qtx11extras-${QT5MIN}:5
-   >=kde-frameworks/kcompletion-${KF5MIN}:5
-   >=kde-frameworks/kconfig-${KF5MIN}:5
-   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
-   >=kde-frameworks/kguiaddons-${KF5MIN}:5
-   >=kde-frameworks/ki18n-${KF5MIN}:5
-   >=kde-frameworks/kiconthemes-${KF5MIN}:5
-   >=kde-frameworks/kio-${KF5MIN}:5
-   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
-   >=kde-frameworks/knotifications-${KF5MIN}:5
-   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
-   >=kde-frameworks/kxmlgui-${KF5MIN}:5
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.11.1
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-   media-fonts/noto-emoji
-"
-PDEPEND="
-   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
-"
-BDEPEND="
-   >=dev-qt/qtwayland-${QTMIN}:6
-   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_QT6=ON
-   -DBUILD_QT5=$(usex qt5)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-26 Thread Andreas Sturmlechner
commit: ba1071b4cf03a2519af66442834a27f520559dc0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 26 19:52:00 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 26 19:56:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1071b4

kde-plasma/plasma-integration: drop 6.0.2

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-6.0.2.ebuild| 86 --
 2 files changed, 87 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 31add6833100..90dbf11f05f1 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
-DIST plasma-integration-6.0.2.tar.xz 92848 BLAKE2B 
24c91841dcc5fd5f8c9a1f3208e6fbabf85d0c20f563f35f286a53ee8b7bbbe2fb85ef5f4c961c7b7d1eb778e491a6c9924e10c0f0d130a115838bafe9354dd2
 SHA512 
bcf378f1c384a7c755acd8f5460cb6bc7560eae3dbd9c0268a0efd837bbf974947ad9c68e0f64357037390798caf31496d38ed9ceeb2ec62eeebd5cfe81e8364
 DIST plasma-integration-6.0.3.tar.xz 92996 BLAKE2B 
fe769e48c41583e901c0b4f934d7922532f1209916677513b267f2d3ab2176369016991c75c40924168d7d1e0c9043f5d8d3dcec8ce5d55ae5643b8a845c1bb8
 SHA512 
cc8de168240b45fef9056fb9bc58d4471f510b47c1d572e063abdd1830d8a2f61e93c39cd3603f1ef9a09fae627791d2d9eff456b2cb94de7ee3467af6d8c5f0

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.0.2.ebuild
deleted file mode 100644
index 7f0167abcb66..
--- a/kde-plasma/plasma-integration/plasma-integration-6.0.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KF5MIN=5.115.0
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QT5MIN=5.15.12
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="qt5"
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtwayland-${QTMIN}:6
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kguiaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   x11-libs/libXcursor
-   x11-libs/libxcb
-   qt5? (
-   >=dev-qt/qtdbus-${QT5MIN}:5
-   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
-   >=dev-qt/qtwayland-${QT5MIN}:5
-   >=dev-qt/qtwidgets-${QT5MIN}:5
-   >=dev-qt/qtx11extras-${QT5MIN}:5
-   >=kde-frameworks/kcompletion-${KF5MIN}:5
-   >=kde-frameworks/kconfig-${KF5MIN}:5
-   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
-   >=kde-frameworks/kguiaddons-${KF5MIN}:5
-   >=kde-frameworks/ki18n-${KF5MIN}:5
-   >=kde-frameworks/kiconthemes-${KF5MIN}:5
-   >=kde-frameworks/kio-${KF5MIN}:5
-   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
-   >=kde-frameworks/knotifications-${KF5MIN}:5
-   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
-   >=kde-frameworks/kxmlgui-${KF5MIN}:5
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.11.1
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-   media-fonts/noto-emoji
-"
-PDEPEND="
-   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
-"
-BDEPEND="
-   >=dev-qt/qtwayland-${QTMIN}:6
-   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_QT6=ON
-   -DBUILD_QT5=$(usex qt5)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-12 Thread Andreas Sturmlechner
commit: c3a141cea6fbdfeca82d617a30c942e3dcf67e56
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 12 14:45:32 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 12 16:31:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a141ce

kde-plasma/plasma-integration: drop 5.27.10

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.10.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 5a2b4dcf678b..c635c1863104 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 
9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7
 SHA512 
a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
 DIST plasma-integration-6.0.2.tar.xz 92848 BLAKE2B 
24c91841dcc5fd5f8c9a1f3208e6fbabf85d0c20f563f35f286a53ee8b7bbbe2fb85ef5f4c961c7b7d1eb778e491a6c9924e10c0f0d130a115838bafe9354dd2
 SHA512 
bcf378f1c384a7c755acd8f5460cb6bc7560eae3dbd9c0268a0efd837bbf974947ad9c68e0f64357037390798caf31496d38ed9ceeb2ec62eeebd5cfe81e8364

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
deleted file mode 100644
index 056b3049e30b..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-11 Thread Arthur Zamarin
commit: d7d2fdb6d5bcd5c7413f275f3bd5dc6a39c51754
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 11 20:55:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 11 20:55:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d2fdb6

kde-plasma/plasma-integration: Stabilize 5.27.11 x86, #926285

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

 kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
index 7feace2a57b3..056b3049e30b 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-11 Thread Arthur Zamarin
commit: db5154e56bababa55b94a2ba4c8562836d0ea4fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 11 13:15:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 11 13:15:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5154e5

kde-plasma/plasma-integration: Stabilize 5.27.11 arm64, #926285

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

 kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
index d8980cac8de2..7feace2a57b3 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-06 Thread Andreas Sturmlechner
commit: 52ccd02467fb7375fd554846d8a5bcea04ad26ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 16:29:14 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 19:31:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ccd024

kde-plasma/plasma-integration: 5.27.11 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.11.ebuild  | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 953cf5270446..22586bdb884c 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 
9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7
 SHA512 
a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b
+DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
 DIST plasma-integration-6.0.1.tar.xz 92828 BLAKE2B 
bf00ac6833a4976dac3532961fbf52e41701c1d19a6d6ab7d5a9530f3e82441b8d2df09975551c389e56f9afb4b1f4508b6e2d1f2fbc6ab9ff5f67149571cd4c
 SHA512 
717045db603328f52d7da38439efd56879dd6567021d0b98d0efe9626b9e53c832a9a413542849f370b875d6000ddd266e2282995666395685c45a1be5a8cba0

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
new file mode 100644
index ..fe357fcc8b2c
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-03-06 Thread Andreas Sturmlechner
commit: 2e367d3122bf61ec579e109eea49eacd0e5dd074
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 15:21:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 15:46:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e367d31

kde-plasma/plasma-integration: drop 6.0.0

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-6.0.0.ebuild| 86 --
 2 files changed, 87 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f53f9c89dcad..953cf5270446 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 
9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7
 SHA512 
a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b
-DIST plasma-integration-6.0.0.tar.xz 92988 BLAKE2B 
e4700de62fdd4a48baaede973b1ea82116b06074154da010717fe1b1c269532fdda3409531166c3c55360cae858e4470877a2719997a30fb13806f015057620a
 SHA512 
547af81e99a3360a243b569e3fd70b6ffd8626eb0b3f7381eb834d487d1dd9d11de5a9157dc51b783b04027a4a50c8b36581e0c2178f57d94c35135e
 DIST plasma-integration-6.0.1.tar.xz 92828 BLAKE2B 
bf00ac6833a4976dac3532961fbf52e41701c1d19a6d6ab7d5a9530f3e82441b8d2df09975551c389e56f9afb4b1f4508b6e2d1f2fbc6ab9ff5f67149571cd4c
 SHA512 
717045db603328f52d7da38439efd56879dd6567021d0b98d0efe9626b9e53c832a9a413542849f370b875d6000ddd266e2282995666395685c45a1be5a8cba0

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.0.0.ebuild
deleted file mode 100644
index 33f9d47c4a62..
--- a/kde-plasma/plasma-integration/plasma-integration-6.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KF5MIN=5.113.0
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QT5MIN=5.15.9
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="qt5"
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtwayland-${QTMIN}:6
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kguiaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   x11-libs/libXcursor
-   x11-libs/libxcb
-   qt5? (
-   >=dev-qt/qtdbus-${QT5MIN}:5
-   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
-   >=dev-qt/qtwayland-${QT5MIN}:5
-   >=dev-qt/qtwidgets-${QT5MIN}:5
-   >=dev-qt/qtx11extras-${QT5MIN}:5
-   >=kde-frameworks/kcompletion-${KF5MIN}:5
-   >=kde-frameworks/kconfig-${KF5MIN}:5
-   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
-   >=kde-frameworks/kguiaddons-${KF5MIN}:5
-   >=kde-frameworks/ki18n-${KF5MIN}:5
-   >=kde-frameworks/kiconthemes-${KF5MIN}:5
-   >=kde-frameworks/kio-${KF5MIN}:5
-   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
-   >=kde-frameworks/knotifications-${KF5MIN}:5
-   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
-   >=kde-frameworks/kxmlgui-${KF5MIN}:5
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.11.1
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-   media-fonts/noto-emoji
-"
-PDEPEND="
-   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
-"
-BDEPEND="
-   >=dev-qt/qtwayland-${QTMIN}:6
-   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_QT6=ON
-   -DBUILD_QT5=$(usex qt5)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-02-16 Thread Sam James
commit: a0bc3edbf44370f1ff549c79ac253823b0c63e5b
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 05:10:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 05:24:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bc3edb

kde-plasma/plasma-integration: Bump QTMIN to 6.6.2

There was an ABI break which means 6.6.2->6.6.1 can't be done but we want

people using latest anyway as there's a lot of churn still.

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

 kde-plasma/plasma-integration/plasma-integration-5.93.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.93.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.93.0.ebuild
index 77f3531adadd..3533bb76a89d 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.93.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.93.0.ebuild
@@ -7,7 +7,7 @@ KF5MIN=5.113.0
 KFMIN=5.249.0
 PVCUT=$(ver_cut 1-3)
 QT5MIN=5.15.9
-QTMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma.kde.org
 
 DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-12-23 Thread Andreas Sturmlechner
commit: 8b0f4a941b183eba86a823b08aee5d7bed50cd98
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 22 20:37:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 18:29:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0f4a94

kde-plasma/plasma-integration: 5.91.0 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.91.0.ebuild   | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 61ef18f2e0bb..50f8e4287e0f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 
9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7
 SHA512 
a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b
 DIST plasma-integration-5.27.9.tar.xz 89796 BLAKE2B 
081c36fe46bf60b50a7691bd87c40ba1c85fd5fa7adc1918da6ea0d4327ed51f29771525acd33bc2688c10fab5c766a5edc81af528fedb4a35b760ee1d0f5dea
 SHA512 
d1f028962eb421896a6db885e126b8fd2b21f61c84018404c428f0fd9beb78e37af45ee4099ac11f4ce0df199de7820e3f6683a7e1c34e1a6d79c55a8d9a3625
+DIST plasma-integration-5.91.0.tar.xz 91732 BLAKE2B 
5e8345f98593538cdb9758dce464563376926cd51f58a1d200a42b436bf1a79aaed669cea5cba06ef38a24c6a77390baa617254ef9916140ea9c3e66e3eadf25
 SHA512 
984573e7353a1d66f6791143d0b054fc282ecc1709ce4bc67d1368d38d86583b2e4b34e3eb99621f25c65363d0a3afe2fb365a8754a215b7ed8e44f83d8bb4ea

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.91.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.91.0.ebuild
new file mode 100644
index ..5b21991b74e7
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.91.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KF5MIN=5.106.0
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QT5MIN=5.15.9
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="qt5"
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=dev-qt/qtwayland-${QTMIN}:6
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kjobwidgets-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   x11-libs/libXcursor
+   x11-libs/libxcb
+   qt5? (
+   >=dev-qt/qtdbus-${QT5MIN}:5
+   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
+   >=dev-qt/qtwayland-${QT5MIN}:5
+   >=dev-qt/qtwidgets-${QT5MIN}:5
+   >=dev-qt/qtx11extras-${QT5MIN}:5
+   >=kde-frameworks/kcompletion-${KF5MIN}:5
+   >=kde-frameworks/kconfig-${KF5MIN}:5
+   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
+   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
+   >=kde-frameworks/kguiaddons-${KF5MIN}:5
+   >=kde-frameworks/ki18n-${KF5MIN}:5
+   >=kde-frameworks/kiconthemes-${KF5MIN}:5
+   >=kde-frameworks/kio-${KF5MIN}:5
+   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
+   >=kde-frameworks/knotifications-${KF5MIN}:5
+   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
+   >=kde-frameworks/kxmlgui-${KF5MIN}:5
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.11.1
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+   media-fonts/noto-emoji
+"
+PDEPEND="
+   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
+"
+BDEPEND="
+   >=dev-qt/qtwayland-${QTMIN}:6
+   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_QT6=ON
+   -DBUILD_QT5=$(usex qt5)
+   )
+   ecm_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-12-20 Thread Arthur Zamarin
commit: 245e311ee482a7f84b08143da06a64b4ad55815b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 20 08:44:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 20 08:44:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245e311e

kde-plasma/plasma-integration: Stabilize 5.27.10 arm64, #919763

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

 kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
index d0868f0ca786..5117daa5dc76 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-12-07 Thread Andreas Sturmlechner
commit: 23ff66da4b93b2f24220078d4791cce8a1c9eadf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  6 22:18:44 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec  7 09:06:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ff66da

kde-plasma/plasma-integration: 5.27.10 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.10.ebuild  | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 0d054d70e85f..61ef18f2e0bb 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
+DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 
9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7
 SHA512 
a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b
 DIST plasma-integration-5.27.9.tar.xz 89796 BLAKE2B 
081c36fe46bf60b50a7691bd87c40ba1c85fd5fa7adc1918da6ea0d4327ed51f29771525acd33bc2688c10fab5c766a5edc81af528fedb4a35b760ee1d0f5dea
 SHA512 
d1f028962eb421896a6db885e126b8fd2b21f61c84018404c428f0fd9beb78e37af45ee4099ac11f4ce0df199de7820e3f6683a7e1c34e1a6d79c55a8d9a3625

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
new file mode 100644
index ..948e0e94a4e1
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.10.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-11-23 Thread Sam James
commit: 99ba447ab5e72aa7ee8c2957db1de50e261754b2
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 16:49:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 16:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ba447a

kde-plasma/plasma-integration: Stabilize 5.27.9 x86, #916753

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

 kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
index 5117daa5dc76..36dfeff8c176 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-11-23 Thread Sam James
commit: 6142899bbfb911796b5588eab254b9addf5a2646
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 16:34:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 16:37:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6142899b

kde-plasma/plasma-integration: Stabilize 5.27.9 arm64, #916753

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

 kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
index d0868f0ca786..5117daa5dc76 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-11-23 Thread Sam James
commit: bc5168f4ad5b36963ae8f190cfaf12bd4b07cd2f
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 14:47:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 15:16:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5168f4

kde-plasma/plasma-integration: Stabilize 5.27.9 amd64, #916753

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

 kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
index 948e0e94a4e1..d0868f0ca786 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-10-24 Thread Sam James
commit: a602cf99bd9344e64221922d53c100f43e0c89f3
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 24 22:14:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 24 22:35:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a602cf99

kde-plasma/plasma-integration: 5.27.9 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.9.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 086d97c7794c..0fa1952aeb65 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.27.8.tar.xz 89908 BLAKE2B 
2c7c5f357d4df0617bf7717363569d737cb298293453ceb335b3fdc2fe81fd33cb603d8f87adbfa3a5c5eb6229f3c0cb1b017f752f64e684858af852302a78a5
 SHA512 
a0405c6bac7606421892bef65b010a9113b02add115cf654d84a7903d2930eb0ee9da4af18d0ef6e4a7f4c09b1594eed4a8ea552a17ce38dd7c86f98c556b543
+DIST plasma-integration-5.27.9.tar.xz 89796 BLAKE2B 
081c36fe46bf60b50a7691bd87c40ba1c85fd5fa7adc1918da6ea0d4327ed51f29771525acd33bc2688c10fab5c766a5edc81af528fedb4a35b760ee1d0f5dea
 SHA512 
d1f028962eb421896a6db885e126b8fd2b21f61c84018404c428f0fd9beb78e37af45ee4099ac11f4ce0df199de7820e3f6683a7e1c34e1a6d79c55a8d9a3625

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
new file mode 100644
index ..948e0e94a4e1
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-09-26 Thread Arthur Zamarin
commit: 02415ed642b791f98962527e2a83fbd13abe638c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 18:10:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 18:10:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02415ed6

kde-plasma/plasma-integration: Stabilize 5.27.8 x86, #913934

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

 kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
index 5117daa5dc76..36dfeff8c176 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-09-26 Thread Arthur Zamarin
commit: 3dbcc9d702faef8a0201733d802224a144d032da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 15:34:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 15:34:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbcc9d7

kde-plasma/plasma-integration: Stabilize 5.27.8 amd64, #913934

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

 kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
index 78cebe56c557..5117daa5dc76 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-09-26 Thread Arthur Zamarin
commit: 7039566c25597cfdd5ea4b7cacfb7f598fcd569c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 15:26:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 15:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7039566c

kde-plasma/plasma-integration: Stabilize 5.27.8 arm64, #913934

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

 kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
index 948e0e94a4e1..78cebe56c557 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-09-13 Thread Andreas Sturmlechner
commit: 46aa3744e1ad8705a18620e4582849d478a7985c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 13 13:44:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 13 17:43:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46aa3744

kde-plasma/plasma-integration: 5.27.8 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.8.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 6386f14a357f..26518f1072dd 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.27.7.tar.xz 89868 BLAKE2B 
fa7ebb82a4327950f56ad4df3eabce3e2d21243371b471c579b5ccffc8d1e441f6f7102a64619aba57bb4c9a232b4548e9372a830002edb18d377b630cf68ea1
 SHA512 
d24b5d73e6e86967b0b2435e082c3be1433c161c20826ccc68d08777a1acb2d606c3afa89bf2f097f393448bb66d50b93eb0631790fd0990bd270306239a6ac6
+DIST plasma-integration-5.27.8.tar.xz 89908 BLAKE2B 
2c7c5f357d4df0617bf7717363569d737cb298293453ceb335b3fdc2fe81fd33cb603d8f87adbfa3a5c5eb6229f3c0cb1b017f752f64e684858af852302a78a5
 SHA512 
a0405c6bac7606421892bef65b010a9113b02add115cf654d84a7903d2930eb0ee9da4af18d0ef6e4a7f4c09b1594eed4a8ea552a17ce38dd7c86f98c556b543

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
new file mode 100644
index ..948e0e94a4e1
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-08-16 Thread Andreas Sturmlechner
commit: 43ad61e49be3c3d28296d04d6670a42f242838fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 16 14:16:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 16 16:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ad61e4

kde-plasma/plasma-integration: drop 5.27.6

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.6.ebuild   | 52 --
 2 files changed, 53 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 1e74b1d823bc..6386f14a357f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.27.6.tar.xz 89864 BLAKE2B 
2d74409f09384011885a96b26c00a7ea4ddeedbdbe214cb8840b141cb3f223e3d5f4006225dbdd1b11109c53ee4b90adde2c6b8590c72519d658f9832dfc5e39
 SHA512 
8e86166970f0d2abe60e74492cb98f0230b6b9142880f297f1357fc6aa0be749b1209e95eb646e2955fd183f87c284bdd08e1b2711b50b7766d00eaf9673cf84
 DIST plasma-integration-5.27.7.tar.xz 89868 BLAKE2B 
fa7ebb82a4327950f56ad4df3eabce3e2d21243371b471c579b5ccffc8d1e441f6f7102a64619aba57bb4c9a232b4548e9372a830002edb18d377b630cf68ea1
 SHA512 
d24b5d73e6e86967b0b2435e082c3be1433c161c20826ccc68d08777a1acb2d606c3afa89bf2f097f393448bb66d50b93eb0631790fd0990bd270306239a6ac6

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild
deleted file mode 100644
index 36dfeff8c176..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-08-01 Thread Andreas Sturmlechner
commit: 4a5557e246396138cc6ad3aa20e0ab1cc2f63b70
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  1 10:07:00 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  1 10:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5557e2

kde-plasma/plasma-integration: 5.27.7 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.7.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 33851d33a1d3..1e74b1d823bc 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.27.6.tar.xz 89864 BLAKE2B 
2d74409f09384011885a96b26c00a7ea4ddeedbdbe214cb8840b141cb3f223e3d5f4006225dbdd1b11109c53ee4b90adde2c6b8590c72519d658f9832dfc5e39
 SHA512 
8e86166970f0d2abe60e74492cb98f0230b6b9142880f297f1357fc6aa0be749b1209e95eb646e2955fd183f87c284bdd08e1b2711b50b7766d00eaf9673cf84
+DIST plasma-integration-5.27.7.tar.xz 89868 BLAKE2B 
fa7ebb82a4327950f56ad4df3eabce3e2d21243371b471c579b5ccffc8d1e441f6f7102a64619aba57bb4c9a232b4548e9372a830002edb18d377b630cf68ea1
 SHA512 
d24b5d73e6e86967b0b2435e082c3be1433c161c20826ccc68d08777a1acb2d606c3afa89bf2f097f393448bb66d50b93eb0631790fd0990bd270306239a6ac6

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.7.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.7.ebuild
new file mode 100644
index ..948e0e94a4e1
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-06-20 Thread Andreas Sturmlechner
commit: ba04c40995405855bee71ecbc02b9d397a563a76
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 20 22:07:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 20 22:07:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba04c409

kde-plasma/plasma-integration: 5.27.6 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.6.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index ebc431abc1ea..fd39cb4ed148 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.27.5.tar.xz 89436 BLAKE2B 
1757501436016e16cceab80ef482e0335438de82a80cbd40e2e1af2ec419ca476fd33994cadcc3c0d68091a9511d3af71f9febdf60b7babc67c3f4cf7ef0bdc9
 SHA512 
854c35b6159f91c838494912f2defc87b0044845ba98ca2fda83ac141f4214c6d4648e258e2839e01eb9263171896a5686a29d27b95c264026f99756e4aa8268
+DIST plasma-integration-5.27.6.tar.xz 89864 BLAKE2B 
2d74409f09384011885a96b26c00a7ea4ddeedbdbe214cb8840b141cb3f223e3d5f4006225dbdd1b11109c53ee4b90adde2c6b8590c72519d658f9832dfc5e39
 SHA512 
8e86166970f0d2abe60e74492cb98f0230b6b9142880f297f1357fc6aa0be749b1209e95eb646e2955fd183f87c284bdd08e1b2711b50b7766d00eaf9673cf84

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild
new file mode 100644
index ..948e0e94a4e1
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-05-22 Thread Andreas Sturmlechner
commit: 6119c93130f851ba21ccaf064d60a9831513cfee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 22 08:44:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 22 12:53:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6119c931

kde-plasma/plasma-integration: drop 5.27.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.4.ebuild   | 53 --
 2 files changed, 54 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index bce775a9f838..ebc431abc1ea 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 
0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b
 SHA512 
6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b
 DIST plasma-integration-5.27.5.tar.xz 89436 BLAKE2B 
1757501436016e16cceab80ef482e0335438de82a80cbd40e2e1af2ec419ca476fd33994cadcc3c0d68091a9511d3af71f9febdf60b7babc67c3f4cf7ef0bdc9
 SHA512 
854c35b6159f91c838494912f2defc87b0044845ba98ca2fda83ac141f4214c6d4648e258e2839e01eb9263171896a5686a29d27b95c264026f99756e4aa8268

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
deleted file mode 100644
index cd1ef3a01a4a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-05-09 Thread Andreas Sturmlechner
commit: e442342ef809364f75fd977696c0bbcd7001dad6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 14:07:12 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 14:23:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e442342e

kde-plasma/plasma-integration: 5.27.5 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.5.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 7edd256097b2..bce775a9f838 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 
0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b
 SHA512 
6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b
+DIST plasma-integration-5.27.5.tar.xz 89436 BLAKE2B 
1757501436016e16cceab80ef482e0335438de82a80cbd40e2e1af2ec419ca476fd33994cadcc3c0d68091a9511d3af71f9febdf60b7babc67c3f4cf7ef0bdc9
 SHA512 
854c35b6159f91c838494912f2defc87b0044845ba98ca2fda83ac141f4214c6d4648e258e2839e01eb9263171896a5686a29d27b95c264026f99756e4aa8268

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild
new file mode 100644
index ..11eb3f2cd21c
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-04-10 Thread Andreas Sturmlechner
commit: 823874f623becb250f9bb14e34876f2c730ed7e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  8 22:39:21 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 10 18:23:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823874f6

kde-plasma/plasma-integration: drop 5.27.3

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.3.ebuild   | 53 --
 2 files changed, 54 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index d2714753da68..b0519dcca55a 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
-DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B 
a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf
 SHA512 
757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9
 DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 
0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b
 SHA512 
6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild
deleted file mode 100644
index 11eb3f2cd21c..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-04-04 Thread Andreas Sturmlechner
commit: 68c6d1b338871aea7bf5c9b07f5b935c6a871b62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  4 18:44:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  4 19:06:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c6d1b3

kde-plasma/plasma-integration: 5.27.4 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.27.4.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index eaa4b46e2f55..d2714753da68 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
 DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B 
a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf
 SHA512 
757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9
+DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 
0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b
 SHA512 
6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
new file mode 100644
index ..11eb3f2cd21c
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-03-14 Thread Andreas Sturmlechner
commit: 89e295a924c9a23949f260e755477fc769e12ffd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 19:47:49 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:14:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e295a9

kde-plasma/plasma-integration: drop 5.27.2

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.2.ebuild   | 56 --
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f7796989c210..eaa4b46e2f55 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
-DIST plasma-integration-5.27.2.tar.xz 90412 BLAKE2B 
868bf576db86e7c65e86e735cac327f6f605563133384addf141d1f626c851796e61a8eab6ea50d9fc447d835dee27687cf9fb27eecb42cdc907e7bf561ec892
 SHA512 
b6e253a3e0658dd92fa63a222429e339787823c048f690018c2f5c63a5b0310d74830e083b0d63ae20ad1e2ce0b9a45cadcf06b70a790277626c78da9d1d485f
 DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B 
a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf
 SHA512 
757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild
deleted file mode 100644
index 9681f63d4a3a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-02-28 Thread Andreas Sturmlechner
commit: 17cb924df2e7ca6cc3cddd4b0da492f122452b38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 28 15:38:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 28 15:43:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cb924d

kde-plasma/plasma-integration: drop 5.27.1

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.1.ebuild   | 56 --
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 196041f21be1..eae470861446 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
-DIST plasma-integration-5.27.1.tar.xz 90436 BLAKE2B 
7f564621a4a682bdcacfdf0ff618bb42c49c43a4263d1e039ad2fbeab22d039c27f6290bcac1fa0b02ceac162a180d6183c3cbc2a810c7f8c4f46fc6d563cb74
 SHA512 
5d5da8f519bc0ca4ea93400429cc3069a3793e54664c36e2cda8ab4b304c3c35b693f8a6cc4b00502a31444b4e92336cebae0afb1877b2a4a98ac3cb112dc282
 DIST plasma-integration-5.27.2.tar.xz 90412 BLAKE2B 
868bf576db86e7c65e86e735cac327f6f605563133384addf141d1f626c851796e61a8eab6ea50d9fc447d835dee27687cf9fb27eecb42cdc907e7bf561ec892
 SHA512 
b6e253a3e0658dd92fa63a222429e339787823c048f690018c2f5c63a5b0310d74830e083b0d63ae20ad1e2ce0b9a45cadcf06b70a790277626c78da9d1d485f

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.1.ebuild
deleted file mode 100644
index 9681f63d4a3a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-02-22 Thread Andreas Sturmlechner
commit: c388c41d03b07fc27874994d3bbec4a25d7b3e27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 22 10:14:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 22 10:23:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c388c41d

kde-plasma/plasma-integration: drop 5.27.0

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.27.0.ebuild   | 56 --
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 6401bea690db..790bbde2 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
-DIST plasma-integration-5.27.0.tar.xz 90404 BLAKE2B 
4739f09590fd39f968db8dc63611712646b21a97f761f5632c4e069a20589722ffee959ea0b0e164eee1b33788ba4f5cdfe2f09e70d8bbb64ed6336c484abeaf
 SHA512 
a8039f74a2f75df220ffee9190dde041b48087e03cc1c94905ef4e60d0ca797b0cfcf4dc336398274443cbdfd18418992308aadd3a7c160c30144d871e45ed1f
 DIST plasma-integration-5.27.1.tar.xz 90436 BLAKE2B 
7f564621a4a682bdcacfdf0ff618bb42c49c43a4263d1e039ad2fbeab22d039c27f6290bcac1fa0b02ceac162a180d6183c3cbc2a810c7f8c4f46fc6d563cb74
 SHA512 
5d5da8f519bc0ca4ea93400429cc3069a3793e54664c36e2cda8ab4b304c3c35b693f8a6cc4b00502a31444b4e92336cebae0afb1877b2a4a98ac3cb112dc282

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild
deleted file mode 100644
index 9681f63d4a3a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-02-14 Thread Andreas Sturmlechner
commit: 0c8fe91d1a2e4519a78916fd09bb40d4fab6fce0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:48:54 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 14 11:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8fe91d

kde-plasma/plasma-integration: drop 5.26.90

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.90.ebuild  | 56 --
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 94af0bc7ef51..561488eb21f5 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
-DIST plasma-integration-5.26.90.tar.xz 90368 BLAKE2B 
ac812ed83aa0f8c1ae3475b3f5151d471229aab818bde3229855b7b306c3663de699563ca5d5250932797effd02ed3a000698dd21fbb0d1d23021cb5c6581cfd
 SHA512 
b04d9328eb119f2e3059b4c175088bfc9b83091c6c6c2c9a871a13e7530c58702380464ede61da5b39117b32e9f6d022cf9193c7579be3116f1c328145aa5063
 DIST plasma-integration-5.27.0.tar.xz 90404 BLAKE2B 
4739f09590fd39f968db8dc63611712646b21a97f761f5632c4e069a20589722ffee959ea0b0e164eee1b33788ba4f5cdfe2f09e70d8bbb64ed6336c484abeaf
 SHA512 
a8039f74a2f75df220ffee9190dde041b48087e03cc1c94905ef4e60d0ca797b0cfcf4dc336398274443cbdfd18418992308aadd3a7c160c30144d871e45ed1f

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
deleted file mode 100644
index 9681f63d4a3a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-02-05 Thread Andreas Sturmlechner
commit: 13d419d420a9cf7c9df1541ed4516910dd783cc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 18:29:35 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  5 18:32:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d419d4

kde-plasma/plasma-integration: keyword 5.26.90

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

 kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
index da52b6c39414..9681f63d4a3a 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-02-01 Thread Andreas Sturmlechner
commit: e76af1006ed7d21ebe9067f73d6b807977255d4f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  1 08:31:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 09:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76af100

kde-plasma/plasma-integration: drop 5.25.5

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.5.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index c6f52cbfff23..d21ffccfc175 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
 DIST plasma-integration-5.26.90.tar.xz 90368 BLAKE2B 
ac812ed83aa0f8c1ae3475b3f5151d471229aab818bde3229855b7b306c3663de699563ca5d5250932797effd02ed3a000698dd21fbb0d1d23021cb5c6581cfd
 SHA512 
b04d9328eb119f2e3059b4c175088bfc9b83091c6c6c2c9a871a13e7530c58702380464ede61da5b39117b32e9f6d022cf9193c7579be3116f1c328145aa5063

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.5.ebuild
deleted file mode 100644
index 626b6ffa50bf..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-01-20 Thread Andreas Sturmlechner
commit: d11ac5e8293b60d3c18a34df97a06341104c2d63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 12:55:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 13:10:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11ac5e8

kde-plasma/plasma-integration: 5.26.90 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.26.90.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 6177dddbb676..c6f52cbfff23 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
+DIST plasma-integration-5.26.90.tar.xz 90368 BLAKE2B 
ac812ed83aa0f8c1ae3475b3f5151d471229aab818bde3229855b7b306c3663de699563ca5d5250932797effd02ed3a000698dd21fbb0d1d23021cb5c6581cfd
 SHA512 
b04d9328eb119f2e3059b4c175088bfc9b83091c6c6c2c9a871a13e7530c58702380464ede61da5b39117b32e9f6d022cf9193c7579be3116f1c328145aa5063

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
new file mode 100644
index ..da52b6c39414
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.26.90.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND="
+   >=dev-qt/qtwaylandscanner-${QTMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2023-01-04 Thread Andreas Sturmlechner
commit: c0d885ae3b4d34eac3504e6811c690c8f7afeb23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 09:37:10 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 15:20:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d885ae

kde-plasma/plasma-integration: drop 5.26.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.4.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 93c45546d365..6177dddbb676 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
-DIST plasma-integration-5.26.4.tar.xz 88912 BLAKE2B 
a748bf97f5aff438a565b49d8dcbd36593f13d6fb05d0731db09fc7f761909a53322ed40f5982dca358114725f4c9140d8f2c4b7eb3a6b573c3a3ada1405b7b3
 SHA512 
9992312cbd3be785b2fed259244117358ca1eeffbae5251070f6a8c02d4adec09034324fec36b12decdd90db86ae5b6cb1c0cb9e9e1ca8bad30068342f18c999
 DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 
47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d
 SHA512 
9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.4.ebuild
deleted file mode 100644
index a6178b902832..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-11-29 Thread Andreas Sturmlechner
commit: f7eb703146e62c4df947be04cc740621ecfdc80c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 29 18:38:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 29 18:58:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7eb7031

kde-plasma/plasma-integration: drop 5.26.3

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.3.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index a199c946d2c6..0c820a522959 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
-DIST plasma-integration-5.26.3.tar.xz 88916 BLAKE2B 
632dddb7dadf1720f9284eb5e0e6861aca56c81169de59d2d9f4c9ddcb2eeba20fc0289d27874f70aad35130ab55c8f5fb62c55efd87b33753233315e4d52a53
 SHA512 
429c1d7819e262e2b1e980a85bdd67dd474e6459610031360d2b8d69eb8ed99d3679204c9386bde83153a77cb19a0d43cb0877696ac783087e3bd3ea690e296f
 DIST plasma-integration-5.26.4.tar.xz 88912 BLAKE2B 
a748bf97f5aff438a565b49d8dcbd36593f13d6fb05d0731db09fc7f761909a53322ed40f5982dca358114725f4c9140d8f2c4b7eb3a6b573c3a3ada1405b7b3
 SHA512 
9992312cbd3be785b2fed259244117358ca1eeffbae5251070f6a8c02d4adec09034324fec36b12decdd90db86ae5b6cb1c0cb9e9e1ca8bad30068342f18c999

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild
deleted file mode 100644
index 4038bdc6e05c..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-11-08 Thread Andreas Sturmlechner
commit: 82c027e5ce18955c491b17775d2e7e4fd8478363
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  8 16:04:29 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov  8 16:10:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c027e5

kde-plasma/plasma-integration: drop 5.26.2

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.2.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f2f1a1098059..e68dcc349411 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
-DIST plasma-integration-5.26.2.tar.xz 88904 BLAKE2B 
7b1be4f254401de336ef3f8fac5d149c361677651e71ea95a3a36998e652cced538e5aa404b491970e7211f5ef640853203569ff8b7083044e416059ffd76348
 SHA512 
0c7506dc0620883930ac01aa0f914a808000335f5877c1a37cf8d8d208659754e4c33fbf301ecc44a1b08e8c35c1002b201bfce45d35fe6434ca429407198d03
 DIST plasma-integration-5.26.3.tar.xz 88916 BLAKE2B 
632dddb7dadf1720f9284eb5e0e6861aca56c81169de59d2d9f4c9ddcb2eeba20fc0289d27874f70aad35130ab55c8f5fb62c55efd87b33753233315e4d52a53
 SHA512 
429c1d7819e262e2b1e980a85bdd67dd474e6459610031360d2b8d69eb8ed99d3679204c9386bde83153a77cb19a0d43cb0877696ac783087e3bd3ea690e296f

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.2.ebuild
deleted file mode 100644
index a475d4d67cf5..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-10-26 Thread Andreas Sturmlechner
commit: 7146c0f0f690774aa901c1959859a55dbc96523a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 26 13:33:11 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 26 13:50:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146c0f0

kde-plasma/plasma-integration: drop 5.26.1

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.1.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 79e9f239f907..be9e81bdf8ac 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
-DIST plasma-integration-5.26.1.tar.xz 0 BLAKE2B 
3a5371f4c1b75fea6458450a35650dc10483a354457994b63d8ba0c2119e99e0a0f800849c880188b5524ccf1b6203d9700408dc248d51106f6345352eb44cc2
 SHA512 
61319b9be8e2b5f833fdba408c527b1d6f85770b5730ba2a37bba30a48974efe7e93fc73aa6b00d4c1a3785064f99168d5d77ca26f1e7351efca415b80d9135e
 DIST plasma-integration-5.26.2.tar.xz 88904 BLAKE2B 
7b1be4f254401de336ef3f8fac5d149c361677651e71ea95a3a36998e652cced538e5aa404b491970e7211f5ef640853203569ff8b7083044e416059ffd76348
 SHA512 
0c7506dc0620883930ac01aa0f914a808000335f5877c1a37cf8d8d208659754e4c33fbf301ecc44a1b08e8c35c1002b201bfce45d35fe6434ca429407198d03

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.1.ebuild
deleted file mode 100644
index 9bba538aa0e1..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-10-18 Thread Andreas Sturmlechner
commit: a19509d08da2babb49e4bb3a167fdac066d1956d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 18 12:48:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 18 13:47:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19509d0

kde-plasma/plasma-integration: drop 5.26.0

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.26.0.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 812d3bd24fa5..fb9d7a0baebf 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
-DIST plasma-integration-5.26.0.tar.xz 88916 BLAKE2B 
4d008336f5655234a0ec0f958c365b8351aaf6729328cd2f5a0b77139ce459105b34dd7fff81c57508e72551d0217ac60161c9473d2a82e9343dd00a35f783ec
 SHA512 
c1b74368eee3a41ddc58caf9202e6ab00e032b91d976951cf64706d56c58031a3be43d95419a611c5624cec872389c68d8b5e2fc7c2c4bccb5481180de8b0e5f
 DIST plasma-integration-5.26.1.tar.xz 0 BLAKE2B 
3a5371f4c1b75fea6458450a35650dc10483a354457994b63d8ba0c2119e99e0a0f800849c880188b5524ccf1b6203d9700408dc248d51106f6345352eb44cc2
 SHA512 
61319b9be8e2b5f833fdba408c527b1d6f85770b5730ba2a37bba30a48974efe7e93fc73aa6b00d4c1a3785064f99168d5d77ca26f1e7351efca415b80d9135e

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild
deleted file mode 100644
index cd11319277fc..
--- a/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-10-11 Thread Andreas Sturmlechner
commit: 25a1395122e48820a4179830dc7fe983e7a8eae5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 18:15:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:39:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a13951

kde-plasma/plasma-integration: add 5.26.0

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.26.0.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f243d96a1c5c..9afc5fb60ad2 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
+DIST plasma-integration-5.26.0.tar.xz 88916 BLAKE2B 
4d008336f5655234a0ec0f958c365b8351aaf6729328cd2f5a0b77139ce459105b34dd7fff81c57508e72551d0217ac60161c9473d2a82e9343dd00a35f783ec
 SHA512 
c1b74368eee3a41ddc58caf9202e6ab00e032b91d976951cf64706d56c58031a3be43d95419a611c5624cec872389c68d8b5e2fc7c2c4bccb5481180de8b0e5f

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild
new file mode 100644
index ..cd11319277fc
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.26.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.99.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND="
+   >=dev-qt/qtwaylandscanner-${QTMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-10-10 Thread Andreas Sturmlechner
commit: 35516ec673aac3e3a7269266c0a2fc3fa8f50b2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 12:13:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 09:47:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35516ec6

kde-plasma/plasma-integration: drop 5.24.6

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.6.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 1b29abf5fc21..f243d96a1c5c 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B 
b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427
 SHA512 
9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
deleted file mode 100644
index 3f73d81b0739..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-09-06 Thread Andreas Sturmlechner
commit: 2bb6b7b6bb4357fb498a3eff73a422691b5e8745
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:20:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb6b7b6

kde-plasma/plasma-integration: drop 5.25.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.4.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index cbc783d912c6..1b29abf5fc21 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B 
b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427
 SHA512 
9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
-DIST plasma-integration-5.25.4.tar.xz 86428 BLAKE2B 
f2a2c628ffb63324101ef654a592b2c88f8fdb412333c0fcb567278b8fef98d9b0d8bfc7bf24cf428d03cfecbf5a8b2d2cd6ab3e9397eba4e312540265c2bac3
 SHA512 
a683bb374fb2b28329104e309cb401b9198a5a2a665faf23bd26292840d9292177cb2f631510d633fb598093dffd4af0340fdef35635d1d20d8e63aed4a1ec85
 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B 
dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956
 SHA512 
8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild
deleted file mode 100644
index 30438f7830b3..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-08-07 Thread Andreas Sturmlechner
commit: 6d0094cbdf2a981b3905d281351cad864ad5d413
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  2 20:01:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  7 15:43:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0094cb

kde-plasma/plasma-integration: drop 5.24.5

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.5.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index ddb40ce7a8d9..c0cb02de3df9 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
 DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B 
b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427
 SHA512 
9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
 DIST plasma-integration-5.25.4.tar.xz 86428 BLAKE2B 
f2a2c628ffb63324101ef654a592b2c88f8fdb412333c0fcb567278b8fef98d9b0d8bfc7bf24cf428d03cfecbf5a8b2d2cd6ab3e9397eba4e312540265c2bac3
 SHA512 
a683bb374fb2b28329104e309cb401b9198a5a2a665faf23bd26292840d9292177cb2f631510d633fb598093dffd4af0340fdef35635d1d20d8e63aed4a1ec85

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
deleted file mode 100644
index d598ad5a2941..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-08-02 Thread Andreas Sturmlechner
commit: 6da57024d48b1e2f20c9867c8b3e4ce89758749e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  2 12:41:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  2 18:38:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da57024

kde-plasma/plasma-integration: drop 5.25.3

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.3.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 83c6ec0b5b4f..ddb40ce7a8d9 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
 DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B 
b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427
 SHA512 
9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
-DIST plasma-integration-5.25.3.tar.xz 86448 BLAKE2B 
72b46b729d0fe27438501c8a472c7aae337dfda98567d308b96262ab9c5dadc49f36df1987dfc883f70fd851fbbb71ba3babd05f2377a007dfcb5a0135bc717a
 SHA512 
632228da5ecb55042fd280ad2757712bd898e3a3ea41f26e4602e2c7dc8d6ed1c94c92d8375b4fc44bf1916118fccbc71989fb89334ea173dc7c9e0c6a8f0963
 DIST plasma-integration-5.25.4.tar.xz 86428 BLAKE2B 
f2a2c628ffb63324101ef654a592b2c88f8fdb412333c0fcb567278b8fef98d9b0d8bfc7bf24cf428d03cfecbf5a8b2d2cd6ab3e9397eba4e312540265c2bac3
 SHA512 
a683bb374fb2b28329104e309cb401b9198a5a2a665faf23bd26292840d9292177cb2f631510d633fb598093dffd4af0340fdef35635d1d20d8e63aed4a1ec85

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.3.ebuild
deleted file mode 100644
index 30438f7830b3..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-07-30 Thread Agostino Sarubbo
commit: 05d5dca8a709037f91bc6340e3155d6785232544
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d5dca8

kde-plasma/plasma-integration: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
index b557b7df040a..024d62360d26 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-07-28 Thread Agostino Sarubbo
commit: 48bade951e474c0a6d974aa431f38079420e68dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 28 11:01:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 28 11:01:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bade95

kde-plasma/plasma-integration: amd64 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
index 7a672179c892..b557b7df040a 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-07-13 Thread Andreas Sturmlechner
commit: b519c7817a28851d50d9323009526e96dcc25f30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 12 15:42:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 13 09:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b519c781

kde-plasma/plasma-integration: drop 5.25.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.2.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 29d5aec22b95..5e8a6611a7f6 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
 DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B 
b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427
 SHA512 
9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
-DIST plasma-integration-5.25.2.tar.xz 86096 BLAKE2B 
0e24d17a4adccb80df9deb2fc7567a4bfea35feb6ee71e57fc65860b1a0b04b4b7bc3fac0bbef8ee4e2e591992879c56b676b943e415b3db32511bcb34118d63
 SHA512 
2f51a0cc2e64475eb0e506c05af89e5299f5fa5ecb63d825f79a445db0d0ca7101c5aac0c1fb3737045fc60d3599bb862ca06963d79ad30a113679dd5f01
 DIST plasma-integration-5.25.3.tar.xz 86448 BLAKE2B 
72b46b729d0fe27438501c8a472c7aae337dfda98567d308b96262ab9c5dadc49f36df1987dfc883f70fd851fbbb71ba3babd05f2377a007dfcb5a0135bc717a
 SHA512 
632228da5ecb55042fd280ad2757712bd898e3a3ea41f26e4602e2c7dc8d6ed1c94c92d8375b4fc44bf1916118fccbc71989fb89334ea173dc7c9e0c6a8f0963

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.2.ebuild
deleted file mode 100644
index b4abee4133b4..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-06-28 Thread Andreas Sturmlechner
commit: 95023b82dabfa433cf6e4df170ca4b11aa59d412
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 28 17:53:31 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 28 17:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95023b82

kde-plasma/plasma-integration: drop 5.25.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.1.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index b9f5ccfcf762..44409ea17cea 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
-DIST plasma-integration-5.25.1.tar.xz 86152 BLAKE2B 
784d875fee0ad6c72e55edff81a92a5ad954571657f53d7b099151af4a5495f1349359c82acd95426414c206105ba49dadba04c1469384b92df040b175c15bbd
 SHA512 
1a50c2a37497bc85e7ed2329df1f4f4458a962dedb847532e1390ea77f089c912b807a3b70c945354a21bd508a829a4202692724e38317a7b58b893536d9529b
 DIST plasma-integration-5.25.2.tar.xz 86096 BLAKE2B 
0e24d17a4adccb80df9deb2fc7567a4bfea35feb6ee71e57fc65860b1a0b04b4b7bc3fac0bbef8ee4e2e591992879c56b676b943e415b3db32511bcb34118d63
 SHA512 
2f51a0cc2e64475eb0e506c05af89e5299f5fa5ecb63d825f79a445db0d0ca7101c5aac0c1fb3737045fc60d3599bb862ca06963d79ad30a113679dd5f01

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild
deleted file mode 100644
index f092b3d907be..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-06-21 Thread Andreas Sturmlechner
commit: 83ea38bc7cb0dcf3547545f69ab8f138205d870d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 21 21:20:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 21 21:28:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ea38bc

kde-plasma/plasma-integration: drop 5.25.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.25.0.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index e3bae8a8772f..b60943d50846 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
-DIST plasma-integration-5.25.0.tar.xz 86088 BLAKE2B 
794901b180f6bdcc387ffda09cd08ba20d7f64860068b7ad55574f2fb1301a64c83f3b16312208903093322edd9f0f82ea093ae48c51234c7c28e1942c131328
 SHA512 
df3d04c90c07b648bbb470a9b99ee5b5f2861207212e42ec10db760430e99adc9ab6488ddafd4483a4136c424ddb3e498d8467a5e01b874982421fc2b0580e39
 DIST plasma-integration-5.25.1.tar.xz 86152 BLAKE2B 
784d875fee0ad6c72e55edff81a92a5ad954571657f53d7b099151af4a5495f1349359c82acd95426414c206105ba49dadba04c1469384b92df040b175c15bbd
 SHA512 
1a50c2a37497bc85e7ed2329df1f4f4458a962dedb847532e1390ea77f089c912b807a3b70c945354a21bd508a829a4202692724e38317a7b58b893536d9529b

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
deleted file mode 100644
index dc82d8e50c1e..
--- a/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/wayland
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-BDEPEND="
-   >=dev-qt/qtwaylandscanner-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-06-14 Thread Andreas Sturmlechner
commit: d5392df15654258940e61aa411e5069e4afffdc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:23:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5392df1

kde-plasma/plasma-integration: 5.25.0 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.25.0.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 2b895123a835..be6d214310a1 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
+DIST plasma-integration-5.25.0.tar.xz 86088 BLAKE2B 
794901b180f6bdcc387ffda09cd08ba20d7f64860068b7ad55574f2fb1301a64c83f3b16312208903093322edd9f0f82ea093ae48c51234c7c28e1942c131328
 SHA512 
df3d04c90c07b648bbb470a9b99ee5b5f2861207212e42ec10db760430e99adc9ab6488ddafd4483a4136c424ddb3e498d8467a5e01b874982421fc2b0580e39

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
new file mode 100644
index ..dc82d8e50c1e
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND="
+   >=dev-qt/qtwaylandscanner-${QTMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-05-29 Thread Andreas Sturmlechner
commit: 1e1b139d30dd131b72d15668e55a49f79e03273f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1b139d

kde-plasma/plasma-integration: Drop 5.24.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f2cdbe17c054..2b895123a835 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.24.4.tar.xz 83744 BLAKE2B 
4784ccde0eb5f9075cc47c1b9c718971a36b025f9e7a2c404af96dad07d71300ca1b7a0bfdf9a2c30391526f8fb2a2156d4a96e9cf098d09a649f94e665366d7
 SHA512 
a4262cca85bac798c5afd29543cae7a670b346347f00f29a693d3263cde669931fdf981fa64c8632bb0ab447b758a24795c343b99b5b7acc166da14db66543a1
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
deleted file mode 100644
index d598ad5a2941..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-05-28 Thread Agostino Sarubbo
commit: fc5d87c25bfc6ae7e26b59feaf548598a609fccd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 28 07:02:48 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 28 07:04:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5d87c2

kde-plasma/plasma-integration: x86 stable wrt bug #845075

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
index a77a92c6763a..ebe41207ab23 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-05-03 Thread Sam James
commit: f5bb78ab587dcf845b5c847d2c4f6510070f5a60
Author: Sam James  gentoo  org>
AuthorDate: Tue May  3 22:38:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  3 22:41:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bb78ab

kde-plasma/plasma-integration: 5.24.5 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.24.5.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 090c0ef98b0b..f070431071c9 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
 DIST plasma-integration-5.24.4.tar.xz 83744 BLAKE2B 
4784ccde0eb5f9075cc47c1b9c718971a36b025f9e7a2c404af96dad07d71300ca1b7a0bfdf9a2c30391526f8fb2a2156d4a96e9cf098d09a649f94e665366d7
 SHA512 
a4262cca85bac798c5afd29543cae7a670b346347f00f29a693d3263cde669931fdf981fa64c8632bb0ab447b758a24795c343b99b5b7acc166da14db66543a1
+DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
new file mode 100644
index ..3e4edfe68b7a
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-04-29 Thread Agostino Sarubbo
commit: 49b66b870ea823e0c431612656f6358d8cce7ecd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:32:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:32:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b66b87

kde-plasma/plasma-integration: x86 stable wrt bug #839297

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
index 308737b204cd..d598ad5a2941 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-04-29 Thread Agostino Sarubbo
commit: 1cf2de24cc6c2ae032eacf133b494d02d5272f65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:28:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:28:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf2de24

kde-plasma/plasma-integration: amd64 stable wrt bug #839297

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
index b0357127b93d..308737b204cd 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-03-29 Thread Andreas Sturmlechner
commit: 65dd94259d02714067a259ecf0be7d9265f85c32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 29 15:48:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 29 15:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dd9425

kde-plasma/plasma-integration: drop 5.24.3*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.3.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 0791049285b6..090c0ef98b0b 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
-DIST plasma-integration-5.24.3.tar.xz 83740 BLAKE2B 
799b1630f770785ad241a25b5a50851f24093ce7cebf44a3659160c436d98a0dfcce6a5b8bd7b1e12dd0ba300df8b953a141f25fb1c26b91075d2fc99956ab04
 SHA512 
a188afb6454caec5577d180568eaa9149fee6658d98a325d32f2d3b4ca1e275b3428ca6db8b8498672a9acfad23df4718291556c1edb249eb19d3255aa54ac42
 DIST plasma-integration-5.24.4.tar.xz 83744 BLAKE2B 
4784ccde0eb5f9075cc47c1b9c718971a36b025f9e7a2c404af96dad07d71300ca1b7a0bfdf9a2c30391526f8fb2a2156d4a96e9cf098d09a649f94e665366d7
 SHA512 
a4262cca85bac798c5afd29543cae7a670b346347f00f29a693d3263cde669931fdf981fa64c8632bb0ab447b758a24795c343b99b5b7acc166da14db66543a1

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild
deleted file mode 100644
index 3e4edfe68b7a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-03-08 Thread Andreas Sturmlechner
commit: 4227dac563eb5481ea1cbe14648d86e1d3991f1b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  8 13:00:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  8 17:16:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4227dac5

kde-plasma/plasma-integration: drop 5.24.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 66ac2e517b3a..9589e58036bf 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
-DIST plasma-integration-5.24.2.tar.xz 83676 BLAKE2B 
4539b32c64b3748177401a1b69e88de2ef2c7e427cb011fe6752fc52ba42b48d65f3ed756ea9f45ee0075b073463488e74b1e2dbde678e2408d096f1ee909155
 SHA512 
588d2d16d742dc9329770a9b009646f1756e92446dab0bb3ab63732f3ee469b010ae8209882aab4709084ecc88222e993906ffaa5dff3a30851808fefab99baa
 DIST plasma-integration-5.24.3.tar.xz 83740 BLAKE2B 
799b1630f770785ad241a25b5a50851f24093ce7cebf44a3659160c436d98a0dfcce6a5b8bd7b1e12dd0ba300df8b953a141f25fb1c26b91075d2fc99956ab04
 SHA512 
a188afb6454caec5577d180568eaa9149fee6658d98a325d32f2d3b4ca1e275b3428ca6db8b8498672a9acfad23df4718291556c1edb249eb19d3255aa54ac42

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.2.ebuild
deleted file mode 100644
index 3e4edfe68b7a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-02-22 Thread Andreas Sturmlechner
commit: 6d4e487a1f0db1acfe891e1d5ef7d79f96fc9b22
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 22 16:54:27 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 22 16:54:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4e487a

kde-plasma/plasma-integration: drop 5.24.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 52fc55e4a75d..31dafec78c85 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
-DIST plasma-integration-5.24.1.tar.xz 83712 BLAKE2B 
7e9b2e8911d897be04bd0d8afbdbdabf0c26a502311a1d0e3a2fcc108ce9a94b32a72d0305e5ff865d4927fc765f67a9aa85c9c06f39b6b38da805b6c45b3d84
 SHA512 
837d35202ba7607cd514c5ab254ef2e024a926e593f360330b934eb2027ebff44c8ba8d38f108d3ca198e92b40a1db4e2cffdf92177f5324dd2f9873c5de09a8
 DIST plasma-integration-5.24.2.tar.xz 83676 BLAKE2B 
4539b32c64b3748177401a1b69e88de2ef2c7e427cb011fe6752fc52ba42b48d65f3ed756ea9f45ee0075b073463488e74b1e2dbde678e2408d096f1ee909155
 SHA512 
588d2d16d742dc9329770a9b009646f1756e92446dab0bb3ab63732f3ee469b010ae8209882aab4709084ecc88222e993906ffaa5dff3a30851808fefab99baa

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.1.ebuild
deleted file mode 100644
index 3e4edfe68b7a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-02-15 Thread Andreas Sturmlechner
commit: 86b9e6ecc9ce3fb5a1008da20d4b702e7a90a3ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 15 14:48:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 15 17:50:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b9e6ec

kde-plasma/plasma-integration: drop 5.24.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index c8ed561e7a59..aa07b5cf2cd5 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
-DIST plasma-integration-5.24.0.tar.xz 83664 BLAKE2B 
a316aea7e70f8774a4b82369e8de17cb9d6d732c9cd78e5fd6f2860d2a79aef4e2d827e0cdc94be09cdbaa2e3f5dcc519a2fb9bf7926ac25aa811bbd3f8f9196
 SHA512 
61a71c0deadd9b7778a72ad9eefb67b2c9101a3afd9ffc12a47be97ff8f9695e837283110d6cb297dfc3f784c0c2e98d0a8d5d734e9d726aec2c3bf2e8688b7b
 DIST plasma-integration-5.24.1.tar.xz 83712 BLAKE2B 
7e9b2e8911d897be04bd0d8afbdbdabf0c26a502311a1d0e3a2fcc108ce9a94b32a72d0305e5ff865d4927fc765f67a9aa85c9c06f39b6b38da805b6c45b3d84
 SHA512 
837d35202ba7607cd514c5ab254ef2e024a926e593f360330b934eb2027ebff44c8ba8d38f108d3ca198e92b40a1db4e2cffdf92177f5324dd2f9873c5de09a8

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild
deleted file mode 100644
index 3e4edfe68b7a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-02-08 Thread Andreas Sturmlechner
commit: d1c5c06beb75158f24919d1b33550a43f7c58333
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  8 13:05:23 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  8 13:10:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c5c06b

kde-plasma/plasma-integration: drop 5.23.90*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.90.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index cefd1336f42e..9ca6cca7532b 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
-DIST plasma-integration-5.23.90.tar.xz 83604 BLAKE2B 
fd84f6ffafe769467de6d0fde3b90816b975c8ca5c84c9dd4a524d5f1ad59ad0eee6a8bfe4ef7fa4d1265293a03eef06d46677e1de20b47cb3c14679673b1612
 SHA512 
bb08782723a8b421d24a28f0098c527c1e6be81e44275c5cdcf7ef278c366045f86669266bf1349a776b587355e4106a10c6d54c1e60ddbe4825fa9fe63b2e52
 DIST plasma-integration-5.24.0.tar.xz 83664 BLAKE2B 
a316aea7e70f8774a4b82369e8de17cb9d6d732c9cd78e5fd6f2860d2a79aef4e2d827e0cdc94be09cdbaa2e3f5dcc519a2fb9bf7926ac25aa811bbd3f8f9196
 SHA512 
61a71c0deadd9b7778a72ad9eefb67b2c9101a3afd9ffc12a47be97ff8f9695e837283110d6cb297dfc3f784c0c2e98d0a8d5d734e9d726aec2c3bf2e8688b7b

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild
deleted file mode 100644
index 3e4edfe68b7a..
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-01-25 Thread Andreas Sturmlechner
commit: 2888000acf2be6fe07bd5df9b3ec20915cef3923
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 19 08:41:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 25 09:43:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2888000a

kde-plasma/plasma-integration: drop 5.23.4*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 5c00594d3729..3d814b322ce6 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-integration-5.23.4.tar.xz 83040 BLAKE2B 
f557318d1668188bab80194a2f24d34fc15ad1a61febe9c95533e284fdc5b692f52bb05c092ce90a6b3531a92165d075343a634d1ff4ba955765106dfe4bf496
 SHA512 
cdeb6ba8263baf4af6296ac7717c42f634001bf1c1c57fbadc6b04f7ebd1b8de537f8b495c0fabdcba9a6c33f67596c38a3175ed977b04b262ad4e0e5f267927
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
 DIST plasma-integration-5.23.90.tar.xz 83604 BLAKE2B 
fd84f6ffafe769467de6d0fde3b90816b975c8ca5c84c9dd4a524d5f1ad59ad0eee6a8bfe4ef7fa4d1265293a03eef06d46677e1de20b47cb3c14679673b1612
 SHA512 
bb08782723a8b421d24a28f0098c527c1e6be81e44275c5cdcf7ef278c366045f86669266bf1349a776b587355e4106a10c6d54c1e60ddbe4825fa9fe63b2e52

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.4.ebuild
deleted file mode 100644
index aa8851b74590..
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-01-18 Thread Andreas Sturmlechner
commit: 9f574969e4fa7b737f4636572f30f00552f5a18f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 17:22:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 17:36:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f574969

kde-plasma/plasma-integration: 5.23.90 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.23.90.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 22611197e64f..5c00594d3729 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.23.4.tar.xz 83040 BLAKE2B 
f557318d1668188bab80194a2f24d34fc15ad1a61febe9c95533e284fdc5b692f52bb05c092ce90a6b3531a92165d075343a634d1ff4ba955765106dfe4bf496
 SHA512 
cdeb6ba8263baf4af6296ac7717c42f634001bf1c1c57fbadc6b04f7ebd1b8de537f8b495c0fabdcba9a6c33f67596c38a3175ed977b04b262ad4e0e5f267927
 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
+DIST plasma-integration-5.23.90.tar.xz 83604 BLAKE2B 
fd84f6ffafe769467de6d0fde3b90816b975c8ca5c84c9dd4a524d5f1ad59ad0eee6a8bfe4ef7fa4d1265293a03eef06d46677e1de20b47cb3c14679673b1612
 SHA512 
bb08782723a8b421d24a28f0098c527c1e6be81e44275c5cdcf7ef278c366045f86669266bf1349a776b587355e4106a10c6d54c1e60ddbe4825fa9fe63b2e52

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild
new file mode 100644
index ..3e4edfe68b7a
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-01-04 Thread Andreas Sturmlechner
commit: 4f69a388051873483a10d9f242faaa28c2a4df41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 12:05:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 15:09:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f69a388

kde-plasma/plasma-integration: 5.23.5 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.23.5.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 03eb8a4530e1..22611197e64f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.23.4.tar.xz 83040 BLAKE2B 
f557318d1668188bab80194a2f24d34fc15ad1a61febe9c95533e284fdc5b692f52bb05c092ce90a6b3531a92165d075343a634d1ff4ba955765106dfe4bf496
 SHA512 
cdeb6ba8263baf4af6296ac7717c42f634001bf1c1c57fbadc6b04f7ebd1b8de537f8b495c0fabdcba9a6c33f67596c38a3175ed977b04b262ad4e0e5f267927
+DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B 
b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372
 SHA512 
38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild
new file mode 100644
index ..9ce7eeed804d
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-12-14 Thread Andreas Sturmlechner
commit: b97a8bc33bfa7cd98e95d0b4bbf0123e838339f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 13 13:57:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 14 09:22:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97a8bc3

kde-plasma/plasma-integration: drop 5.22.5*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.5.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 1929ce1a0e40..03eb8a4530e1 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
 DIST plasma-integration-5.23.4.tar.xz 83040 BLAKE2B 
f557318d1668188bab80194a2f24d34fc15ad1a61febe9c95533e284fdc5b692f52bb05c092ce90a6b3531a92165d075343a634d1ff4ba955765106dfe4bf496
 SHA512 
cdeb6ba8263baf4af6296ac7717c42f634001bf1c1c57fbadc6b04f7ebd1b8de537f8b495c0fabdcba9a6c33f67596c38a3175ed977b04b262ad4e0e5f267927

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.5.ebuild
deleted file mode 100644
index 982f5b7d1b4b..
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-11-30 Thread Andreas Sturmlechner
commit: 3b081faf38b96ece11163640810c9ba7e37b34ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 14:20:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 14:32:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b081faf

kde-plasma/plasma-integration: drop 5.23.3*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.3.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index a6e7fb06a419..1929ce1a0e40 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
-DIST plasma-integration-5.23.3.tar.xz 83052 BLAKE2B 
41b533fb803a022b3878aaf438c14b9090a6152527de2dec69694b8e69e3eb477d07b6917b3356e557c3b27c0923e4eca464ca367d4c9ee31495c9fc1c1173fc
 SHA512 
f709c36c3416fd5e273d7de0836a533c0469ed880b19daecaf48e06e15091f1c2506e5e900b550aab1fc3f90e7815fd167f3e2e982298be0852733e47588e433
 DIST plasma-integration-5.23.4.tar.xz 83040 BLAKE2B 
f557318d1668188bab80194a2f24d34fc15ad1a61febe9c95533e284fdc5b692f52bb05c092ce90a6b3531a92165d075343a634d1ff4ba955765106dfe4bf496
 SHA512 
cdeb6ba8263baf4af6296ac7717c42f634001bf1c1c57fbadc6b04f7ebd1b8de537f8b495c0fabdcba9a6c33f67596c38a3175ed977b04b262ad4e0e5f267927

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.3.ebuild
deleted file mode 100644
index 2873e4f7febe..
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-11-09 Thread Andreas Sturmlechner
commit: 584c40d07f49deded248e4d84c88c4f4e180b652
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  9 14:37:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov  9 17:15:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584c40d0

kde-plasma/plasma-integration: drop 5.23.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 05e5cfa0213..e7da95282ab 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
-DIST plasma-integration-5.23.2.tar.xz 83056 BLAKE2B 
9291ababefbac09578409bed31a98208d62fa1178f857358f84c612416125a73eef7443d7c91b4c79cee0bc45af1818e43eda86218e24f6ba9b94f5ddc3afbaa
 SHA512 
a4cf75d7544f1a452318bbc80b4b07cc5208b73820f3ea9ca3a61de5efe73b6ab273a5be4ae5d0d4d76cc453c00eea93af29ae1a1954cd5e1c662512a16aedbd
 DIST plasma-integration-5.23.3.tar.xz 83052 BLAKE2B 
41b533fb803a022b3878aaf438c14b9090a6152527de2dec69694b8e69e3eb477d07b6917b3356e557c3b27c0923e4eca464ca367d4c9ee31495c9fc1c1173fc
 SHA512 
f709c36c3416fd5e273d7de0836a533c0469ed880b19daecaf48e06e15091f1c2506e5e900b550aab1fc3f90e7815fd167f3e2e982298be0852733e47588e433

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
deleted file mode 100644
index 2873e4f7feb..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-10-30 Thread Sam James
commit: b6bc9bdf86aca44d7b6ff8fb1d4e5abf6e865794
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 31 03:16:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 03:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bc9bdf

kde-plasma/plasma-integration: drop 5.23.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index aa94c00fe03..74711bbf265 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
-DIST plasma-integration-5.23.1.tar.xz 83076 BLAKE2B 
97d8581e172fc0f95d31b77faf7a91c132791001ede9059981aeccd633b18951dd93522369c47856be466428bebf81a04e3d72cf9063b3f55a2c267973ef8992
 SHA512 
7876c4c5aa63b1d521223a61530f6181725efbdf78fafb668c5817ced7b5710d30846b51c9e073be1bd4e048b645719bee59b34b32acda17a29c2a19668f984d
 DIST plasma-integration-5.23.2.tar.xz 83056 BLAKE2B 
9291ababefbac09578409bed31a98208d62fa1178f857358f84c612416125a73eef7443d7c91b4c79cee0bc45af1818e43eda86218e24f6ba9b94f5ddc3afbaa
 SHA512 
a4cf75d7544f1a452318bbc80b4b07cc5208b73820f3ea9ca3a61de5efe73b6ab273a5be4ae5d0d4d76cc453c00eea93af29ae1a1954cd5e1c662512a16aedbd

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.1.ebuild
deleted file mode 100644
index 2873e4f7feb..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-10-26 Thread Sam James
commit: b8665fe5801851bc274485833696c50a45181d7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8665fe5

kde-plasma/plasma-integration: 5.23.2 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.23.2.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index e0ad626e95b..aa94c00fe03 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
 DIST plasma-integration-5.23.1.tar.xz 83076 BLAKE2B 
97d8581e172fc0f95d31b77faf7a91c132791001ede9059981aeccd633b18951dd93522369c47856be466428bebf81a04e3d72cf9063b3f55a2c267973ef8992
 SHA512 
7876c4c5aa63b1d521223a61530f6181725efbdf78fafb668c5817ced7b5710d30846b51c9e073be1bd4e048b645719bee59b34b32acda17a29c2a19668f984d
+DIST plasma-integration-5.23.2.tar.xz 83056 BLAKE2B 
9291ababefbac09578409bed31a98208d62fa1178f857358f84c612416125a73eef7443d7c91b4c79cee0bc45af1818e43eda86218e24f6ba9b94f5ddc3afbaa
 SHA512 
a4cf75d7544f1a452318bbc80b4b07cc5208b73820f3ea9ca3a61de5efe73b6ab273a5be4ae5d0d4d76cc453c00eea93af29ae1a1954cd5e1c662512a16aedbd

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
new file mode 100644
index 000..2873e4f7feb
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-10-20 Thread Andreas Sturmlechner
commit: 4978dd7b88264e40fccabe6630093868af0575b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 20 06:48:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 20 06:51:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4978dd7b

kde-plasma/plasma-integration: drop 5.23.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.23.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 7bb79c01212..e0ad626e95b 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
-DIST plasma-integration-5.23.0.tar.xz 83036 BLAKE2B 
0b2dad6f6646f37c5b71f788b72de003e132aa6edf27e6841ab7948c7273e5fa18b1f6436292a0b71fea1c7ef0f241a7ba464a3fc5ecdbea11a97ef4237a2581
 SHA512 
65cf1d5b733e8b1a77be57c58984ee472d0a5b0db37bc02559d90a96ded2a949ed2eb1ec39db9e12ff6797efa4a8b363fc23c6a899e2b5ffd5c7378fe5429629
 DIST plasma-integration-5.23.1.tar.xz 83076 BLAKE2B 
97d8581e172fc0f95d31b77faf7a91c132791001ede9059981aeccd633b18951dd93522369c47856be466428bebf81a04e3d72cf9063b3f55a2c267973ef8992
 SHA512 
7876c4c5aa63b1d521223a61530f6181725efbdf78fafb668c5817ced7b5710d30846b51c9e073be1bd4e048b645719bee59b34b32acda17a29c2a19668f984d

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.0.ebuild
deleted file mode 100644
index 2873e4f7feb..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-10-14 Thread Andreas Sturmlechner
commit: 1feb28f3799e850292c18200ec1311ca2d0fc7fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 14 10:05:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 14 10:29:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1feb28f3

kde-plasma/plasma-integration: drop 5.22.90*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.90.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 35114445652..8c9fce007ec 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
-DIST plasma-integration-5.22.90.tar.xz 83032 BLAKE2B 
47b4cf4375ac38a57314cbe564f6a1c3f24e10b82166f0d34b2af6ac0b70176547ecd7c641c4342abf86caeef63a37172751f19eb893d34571d3be7b9742c947
 SHA512 
1e2b49560144be363f42d37d288b1c88a5fe9338a8d5259ee83fb077348890020fb30824fdb273670d0485c04408471e800526c6f209347a98ccbb1375e2c091
 DIST plasma-integration-5.23.0.tar.xz 83036 BLAKE2B 
0b2dad6f6646f37c5b71f788b72de003e132aa6edf27e6841ab7948c7273e5fa18b1f6436292a0b71fea1c7ef0f241a7ba464a3fc5ecdbea11a97ef4237a2581
 SHA512 
65cf1d5b733e8b1a77be57c58984ee472d0a5b0db37bc02559d90a96ded2a949ed2eb1ec39db9e12ff6797efa4a8b363fc23c6a899e2b5ffd5c7378fe5429629

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild
deleted file mode 100644
index 2873e4f7feb..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-10-01 Thread Andreas Sturmlechner
commit: 4c2594738983fd0bbdefb316d20f1290517ae6ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  1 06:28:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  1 06:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c259473

kde-plasma/plasma-integration: 5.22.90 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.22.90.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 155ce8cffba..9e8363b4a1b 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
+DIST plasma-integration-5.22.90.tar.xz 83032 BLAKE2B 
47b4cf4375ac38a57314cbe564f6a1c3f24e10b82166f0d34b2af6ac0b70176547ecd7c641c4342abf86caeef63a37172751f19eb893d34571d3be7b9742c947
 SHA512 
1e2b49560144be363f42d37d288b1c88a5fe9338a8d5259ee83fb077348890020fb30824fdb273670d0485c04408471e800526c6f209347a98ccbb1375e2c091

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild
new file mode 100644
index 000..2873e4f7feb
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.90.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-09-16 Thread Andreas Sturmlechner
commit: 12bf3c334aeb7e10b799d63b72e9c2a4bbc3c385
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 11:59:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 16 11:09:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bf3c33

kde-plasma/plasma-integration: drop 5.21.5*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.5.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 5524bdc1e1f..155ce8cffba 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild
deleted file mode 100644
index b4955ae97b2..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-07-29 Thread Andreas Sturmlechner
commit: b5126795a7cf7ca5ba9d9cbe037a68021049021a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 29 17:59:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 29 18:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5126795

kde-plasma/plasma-integration: drop 5.22.3*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.3.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index ba37a3ee546..950b97a0ce3 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
-DIST plasma-integration-5.22.3.tar.xz 65596 BLAKE2B 
ab5efadad2248ea8f56a604785b4cebffa92d2bedfa5a6d70ca8e159124dd6032adad71ee82ba58cb7bf502071ddaafd03c1d5ef9c0dc62fe72b225bc7ae4278
 SHA512 
d8a852955e52e42aea5e4e963edc052c2a778e33e2031817112ddcca2a4dffd626042460a377e5aae6f697fb2868220df9fe4f1eccee2799c713d02739d0f001
 DIST plasma-integration-5.22.4.tar.xz 65560 BLAKE2B 
e0e3409300c73fa17c4eadba0de1bc9ae5fb3741e5818959f4b8d3053aca916e1b0b34c818a2408165b9b9e58ba4f994099807025996bc910820de5dff4a3fec
 SHA512 
1106e8e76391f79dad89483fa8db2d185119ac383213bb5f9597aad82642d7454822f54bbb249aba26800cfb4408e45fd4b9a7af354f2b1cee27c86afe3a25e8

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.3.ebuild
deleted file mode 100644
index 02ab146b45d..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-07-27 Thread Andreas Sturmlechner
commit: 01e6f4910b20232d4b2480f607c0798f704171a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 27 18:52:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 27 19:14:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e6f491

kde-plasma/plasma-integration: 5.22.4 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.22.4.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index b0ed6ee6a2e..ba37a3ee546 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
 DIST plasma-integration-5.22.3.tar.xz 65596 BLAKE2B 
ab5efadad2248ea8f56a604785b4cebffa92d2bedfa5a6d70ca8e159124dd6032adad71ee82ba58cb7bf502071ddaafd03c1d5ef9c0dc62fe72b225bc7ae4278
 SHA512 
d8a852955e52e42aea5e4e963edc052c2a778e33e2031817112ddcca2a4dffd626042460a377e5aae6f697fb2868220df9fe4f1eccee2799c713d02739d0f001
+DIST plasma-integration-5.22.4.tar.xz 65560 BLAKE2B 
e0e3409300c73fa17c4eadba0de1bc9ae5fb3741e5818959f4b8d3053aca916e1b0b34c818a2408165b9b9e58ba4f994099807025996bc910820de5dff4a3fec
 SHA512 
1106e8e76391f79dad89483fa8db2d185119ac383213bb5f9597aad82642d7454822f54bbb249aba26800cfb4408e45fd4b9a7af354f2b1cee27c86afe3a25e8

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.4.ebuild
new file mode 100644
index 000..02ab146b45d
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-07-06 Thread Andreas Sturmlechner
commit: d4182f97ceb80cb8738e98be32f20d652c16d688
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  6 17:03:46 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  6 17:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4182f97

kde-plasma/plasma-integration: drop 5.22.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index b1cacea00a3..b0ed6ee6a2e 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
-DIST plasma-integration-5.22.2.tar.xz 65116 BLAKE2B 
54342bc91b10d21a855424665b649669f20edc4fba4f66333ff5721fdd1c376b15b63083c1464427375afb895987f0b699bf63521d914dee204b9a3cedbc120b
 SHA512 
39ae7074426ac7685d25090536d95c41eff4e3c51cdaaeb9692dd1d1583a7931e9ff3dd3af88763d1a1b36bbee397ea6b564820f882dad94b47df191f8962965
 DIST plasma-integration-5.22.3.tar.xz 65596 BLAKE2B 
ab5efadad2248ea8f56a604785b4cebffa92d2bedfa5a6d70ca8e159124dd6032adad71ee82ba58cb7bf502071ddaafd03c1d5ef9c0dc62fe72b225bc7ae4278
 SHA512 
d8a852955e52e42aea5e4e963edc052c2a778e33e2031817112ddcca2a4dffd626042460a377e5aae6f697fb2868220df9fe4f1eccee2799c713d02739d0f001

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.2.ebuild
deleted file mode 100644
index 02ab146b45d..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-23 Thread Andreas Sturmlechner
commit: 00e7ffa642fcf77cfdccaa5d7bf82489d65d4081
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 23 00:25:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 23 06:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e7ffa6

kde-plasma/plasma-integration: drop 5.22.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 3708bd9c0b5..4429e249997 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
-DIST plasma-integration-5.22.1.tar.xz 65132 BLAKE2B 
474cba63d42597f9bed26bd962ea7c8dffeaa19262bb1846282458bff19ca7ec5a71aa4e3130588d1525e550a5569b549d7f200b24690976d033df0fb9048f75
 SHA512 
840bce02c7d03d490905aef7831ff46d967c0a7e08c2377cc5c0556e955cb12de55aa2f4095925bd3b5ba64658d933022e49801e4a27b8458158a88d0c2edbe3
 DIST plasma-integration-5.22.2.tar.xz 65116 BLAKE2B 
54342bc91b10d21a855424665b649669f20edc4fba4f66333ff5721fdd1c376b15b63083c1464427375afb895987f0b699bf63521d914dee204b9a3cedbc120b
 SHA512 
39ae7074426ac7685d25090536d95c41eff4e3c51cdaaeb9692dd1d1583a7931e9ff3dd3af88763d1a1b36bbee397ea6b564820f882dad94b47df191f8962965

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild
deleted file mode 100644
index 02ab146b45d..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-16 Thread Sam James
commit: 918e53685e8b89bb6938cf9e9612854d14cef25c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 16 14:11:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 16 14:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918e5368

kde-plasma/plasma-integration: drop 5.22.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.22.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 2f89ec54b68..de6a0738e8e 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
-DIST plasma-integration-5.22.0.tar.xz 65148 BLAKE2B 
e67304ac62c744bee30e7e1ef38bb65d652aa05719169ff0c034e3af1d8b3ab9f4580d5f78a2ee6bf958f0267b8cae916c094e840ae3b0915a3a8391636af034
 SHA512 
0383d3c014c294c31e2dac3ef299288a6c67aeaec3e3367784add413c38edb16c96552fe315a4b77ded516c9e8efe246ae49dd98ab42efa13476dcafffe91315
 DIST plasma-integration-5.22.1.tar.xz 65132 BLAKE2B 
474cba63d42597f9bed26bd962ea7c8dffeaa19262bb1846282458bff19ca7ec5a71aa4e3130588d1525e550a5569b549d7f200b24690976d033df0fb9048f75
 SHA512 
840bce02c7d03d490905aef7831ff46d967c0a7e08c2377cc5c0556e955cb12de55aa2f4095925bd3b5ba64658d933022e49801e4a27b8458158a88d0c2edbe3

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
deleted file mode 100644
index 02ab146b45d..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-16 Thread Sam James
commit: ade512ca702a8a803b67f4d21a5f75db2f1ed33f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 16 12:27:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 16 12:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade512ca

kde-plasma/plasma-integration: 5.22.1 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.22.1.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 874e2e9d4b6..2f89ec54b68 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92
 DIST plasma-integration-5.22.0.tar.xz 65148 BLAKE2B 
e67304ac62c744bee30e7e1ef38bb65d652aa05719169ff0c034e3af1d8b3ab9f4580d5f78a2ee6bf958f0267b8cae916c094e840ae3b0915a3a8391636af034
 SHA512 
0383d3c014c294c31e2dac3ef299288a6c67aeaec3e3367784add413c38edb16c96552fe315a4b77ded516c9e8efe246ae49dd98ab42efa13476dcafffe91315
+DIST plasma-integration-5.22.1.tar.xz 65132 BLAKE2B 
474cba63d42597f9bed26bd962ea7c8dffeaa19262bb1846282458bff19ca7ec5a71aa4e3130588d1525e550a5569b549d7f200b24690976d033df0fb9048f75
 SHA512 
840bce02c7d03d490905aef7831ff46d967c0a7e08c2377cc5c0556e955cb12de55aa2f4095925bd3b5ba64658d933022e49801e4a27b8458158a88d0c2edbe3

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild
new file mode 100644
index 000..02ab146b45d
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-12 Thread Sam James
commit: 9e7b72505294cacde7a3c4ec0adb7c5ad1a7bfb0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 12:07:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 12:51:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7b7250

kde-plasma/plasma-integration: arm64 keyworded

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
index 3bcaa73582f..02ab146b45d 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-12 Thread Sam James
commit: ff2d83bfbcce822dd7bba35bf474c0f932d93e10
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 06:03:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 06:25:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2d83bf

kde-plasma/plasma-integration: ~arm keyworded

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
index 7c83bb4eb61..3bcaa73582f 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-11 Thread Sam James
commit: b00c4fde88136a0326e8a9c0286887f8ef7323af
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:55:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:55:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00c4fde

kde-plasma/plasma-integration: x86 keyworded

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
index 1dc95c5283b..7c83bb4eb61 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-10 Thread Georgy Yakovlev
commit: 90327339fe393aea0cdfdebe6fbdf248914fed78
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jun 10 17:58:26 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jun 10 18:04:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90327339

kde-plasma/plasma-integration: keyword 5.22.0 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
index be95988540c..1dc95c5283b 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-06-05 Thread Mikle Kolyada
commit: 1d5e577f495a4e1d9e44c0cace28917c550efcc5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 10:57:15 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 10:57:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5e577f

kde-plasma/plasma-integration: Stabilize 5.21.5 arm64, #788820

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

 kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild
index 5fe6dc66a6d..b4955ae97b2 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.21.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-05-09 Thread Andreas Sturmlechner
commit: 5d4e4a04c50ffdfe99d8536b732134c3d7614d2c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 00:04:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 12:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4e4a04

kde-plasma/plasma-integration: drop 5.21.4*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index b3c7657fc16..fe422cb3369 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
-DIST plasma-integration-5.21.4.tar.xz 60944 BLAKE2B 
c8ba267425e6617f8ac2fc46b716cd196eaf44671c37d79fd41a17e84c704767df245cc31bb9241ce9750e877fccf5d2cffea007afe58af22ce04d373c77bbc4
 SHA512 
49f34235863e331cef273037472c9b95fe865b1f353c1c070c03e9e0cdfd8ad9c3b555eb5b12d62b31c12de58d645d221cc3f6930bcd0a886991a689bb6b87cf
 DIST plasma-integration-5.21.5.tar.xz 60972 BLAKE2B 
2122d64fa98dcd65936b18a5f8c09939680566770468817ab14d9116c92d226f234811952fd61222ca5e000fe213735c0da26ce73f3c5587cff4d61fcf88d902
 SHA512 
655fee4335569325431e9fb7d368bdf82b43f1e0e0f727f95f11f481a81e8dbdcdc43470c1768b9ab5701159ffaf571b551edc57510a653e1c7fedc1c4216d92

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.4.ebuild
deleted file mode 100644
index 30c2bb013da..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-04-06 Thread Andreas Sturmlechner
commit: dd3af65351d7bc2799f548a15798055a6c12b684
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  6 13:32:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  6 14:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3af653

kde-plasma/plasma-integration: drop 5.21.3*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.3.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index c7508cd1217..56e25a720f2 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
-DIST plasma-integration-5.21.3.tar.xz 60952 BLAKE2B 
447bb473f6e540bab59cd45348511f717bd8eec63eedce050c1905bde13831b8aa2e27e9d546224cd72094b90c843edced0f7e455b9e0166f07e05957e2952e3
 SHA512 
3ddf4b100caf026bd01c1f2898a0c0bfb73d98a2fc7254f0a217dd4983ec4cacd518b9e42ee3794ab972a79898a5c1be62affb23530c80614d0f688073ce
 DIST plasma-integration-5.21.4.tar.xz 60944 BLAKE2B 
c8ba267425e6617f8ac2fc46b716cd196eaf44671c37d79fd41a17e84c704767df245cc31bb9241ce9750e877fccf5d2cffea007afe58af22ce04d373c77bbc4
 SHA512 
49f34235863e331cef273037472c9b95fe865b1f353c1c070c03e9e0cdfd8ad9c3b555eb5b12d62b31c12de58d645d221cc3f6930bcd0a886991a689bb6b87cf

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.3.ebuild
deleted file mode 100644
index 30c2bb013da..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-03-16 Thread Andreas Sturmlechner
commit: d82c93e0bff0e271cfdf2c107e563aac94cae37e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 16 13:20:54 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 16 14:40:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82c93e0

kde-plasma/plasma-integration: drop 5.21.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 93a826e270a..9e09aa0ec10 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
-DIST plasma-integration-5.21.2.tar.xz 60928 BLAKE2B 
4ca415b8a0e1cbf7ec9e0fef58aecc03839be2609dcea1b3de5263ac1d173a8b63ea20ab59526d29f80d934f817095dc9404d7946985e3771a42fd4a931274e4
 SHA512 
18011cda7785fa99e6921c0a163758a1de76a8b641fafcfeba9919f551eeea9cbb61156349fd47333ba9e1794cf6feaf795a2d4bfcb260982e86656ffe62d774
 DIST plasma-integration-5.21.3.tar.xz 60952 BLAKE2B 
447bb473f6e540bab59cd45348511f717bd8eec63eedce050c1905bde13831b8aa2e27e9d546224cd72094b90c843edced0f7e455b9e0166f07e05957e2952e3
 SHA512 
3ddf4b100caf026bd01c1f2898a0c0bfb73d98a2fc7254f0a217dd4983ec4cacd518b9e42ee3794ab972a79898a5c1be62affb23530c80614d0f688073ce

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.2.ebuild
deleted file mode 100644
index 30c2bb013da..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-03-02 Thread Andreas Sturmlechner
commit: 0dc0e6dc4feaa3a7da87aaae4b1db95dbb476e7b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  2 18:29:14 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  2 20:24:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc0e6dc

kde-plasma/plasma-integration: drop 5.21.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 45e1565adc9..c8b97df1417 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
-DIST plasma-integration-5.21.1.tar.xz 60940 BLAKE2B 
588998b0abeec08fa81ad50c94ee429638502d15f1b773af97946ea1e7d4a6f3cd339a7754141d16fbeffaaf8c1408d3854a0a1eb307821b2c7f79d438d3
 SHA512 
b9200484f2a649c541c0b8a733f2801ff77e75c67abb58b3756140604fbe94bcfbd4137f3df1d5ec1c8d4586e0da73325a43ced4cfa98f4b25e05b033a4cd02e
 DIST plasma-integration-5.21.2.tar.xz 60928 BLAKE2B 
4ca415b8a0e1cbf7ec9e0fef58aecc03839be2609dcea1b3de5263ac1d173a8b63ea20ab59526d29f80d934f817095dc9404d7946985e3771a42fd4a931274e4
 SHA512 
18011cda7785fa99e6921c0a163758a1de76a8b641fafcfeba9919f551eeea9cbb61156349fd47333ba9e1794cf6feaf795a2d4bfcb260982e86656ffe62d774

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.1.ebuild
deleted file mode 100644
index 30c2bb013da..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-02-23 Thread Andreas Sturmlechner
commit: c71600feae19e0529376a8c1394d62e7c8340458
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 23 21:14:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 23 21:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71600fe

kde-plasma/plasma-integration: drop 5.21.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.21.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 021db3bfae1..090a839cbdf 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
-DIST plasma-integration-5.21.0.tar.xz 60936 BLAKE2B 
8f1cde5275dafc8e19a40205df459db74b4d452e6069bb5af19eb408b859eb6456fd5ee1aad24bab6137f921ede2aabbcb6a34e7423a2bdd604884aa45d11852
 SHA512 
723338e7cdc4e62199f0d1eb30d2e08ef6c0faac98d90a7503c77a336bc07c7341acb886bb7f6ea412ea094c785b70bb2a343bfe056508eae2ef257ccfd8
 DIST plasma-integration-5.21.1.tar.xz 60940 BLAKE2B 
588998b0abeec08fa81ad50c94ee429638502d15f1b773af97946ea1e7d4a6f3cd339a7754141d16fbeffaaf8c1408d3854a0a1eb307821b2c7f79d438d3
 SHA512 
b9200484f2a649c541c0b8a733f2801ff77e75c67abb58b3756140604fbe94bcfbd4137f3df1d5ec1c8d4586e0da73325a43ced4cfa98f4b25e05b033a4cd02e

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild
deleted file mode 100644
index 30c2bb013da..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-02-16 Thread Andreas Sturmlechner
commit: 815052a66d806d6f62bfd5d538ca98b755930b4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 09:59:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:37:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815052a6

kde-plasma/plasma-integration: 5.21.0 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.21.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 574dfc2c6a6..3c95b8caa3f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604
+DIST plasma-integration-5.21.0.tar.xz 60936 BLAKE2B 
8f1cde5275dafc8e19a40205df459db74b4d452e6069bb5af19eb408b859eb6456fd5ee1aad24bab6137f921ede2aabbcb6a34e7423a2bdd604884aa45d11852
 SHA512 
723338e7cdc4e62199f0d1eb30d2e08ef6c0faac98d90a7503c77a336bc07c7341acb886bb7f6ea412ea094c785b70bb2a343bfe056508eae2ef257ccfd8

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild
new file mode 100644
index 000..30c2bb013da
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.21.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/, kde-plasma/plasma-integration/files/

2021-01-24 Thread Andreas Sturmlechner
commit: a5058f771b87b83e2064b32de86e3ace063f43a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  7 11:48:10 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 24 19:42:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5058f77

kde-plasma/plasma-integration: drop 5.19.5*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 ...e-standard-kde-shortcut-for-move-to-trash.patch | 34 ---
 .../plasma-integration-5.19.5-r1.ebuild| 50 --
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 7d7c14e860c..574dfc2c6a6 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604

diff --git 
a/kde-plasma/plasma-integration/files/plasma-integration-5.19.5-use-standard-kde-shortcut-for-move-to-trash.patch
 
b/kde-plasma/plasma-integration/files/plasma-integration-5.19.5-use-standard-kde-shortcut-for-move-to-trash.patch
deleted file mode 100644
index 7405dace6be..000
--- 
a/kde-plasma/plasma-integration/files/plasma-integration-5.19.5-use-standard-kde-shortcut-for-move-to-trash.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 15c7926377065da0fea111be303816dca91d087a Mon Sep 17 00:00:00 2001
-From: Nate Graham 
-Date: Tue, 15 Sep 2020 13:31:48 -0600
-Subject: [PATCH] Use KDE shortcuts for "move to trash" action coming from
- QStandardKey
-
-QKeySequence::Delete is the Qt "Move to trash" action, which, by
-default, includes Ctrl+D as a shortcut. This is something we don't want
-in KDE software, so we need to intercept this action in our integration
-plugin and give it the standard KDE shortcuts instead, as we do for
-other actions.
-
-BUG: 426573
-FIXED-IN: 5.20

- src/platformtheme/kdeplatformtheme.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/platformtheme/kdeplatformtheme.cpp 
b/src/platformtheme/kdeplatformtheme.cpp
-index 24ac7e7..18b3f6f 100644
 a/src/platformtheme/kdeplatformtheme.cpp
-+++ b/src/platformtheme/kdeplatformtheme.cpp
-@@ -257,6 +257,8 @@ QList 
KdePlatformTheme::keyBindings(QKeySequence::StandardKey key)
- return KStandardShortcut::shortcut(KStandardShortcut::TabNext);
- case QKeySequence::PreviousChild:
- return KStandardShortcut::shortcut(KStandardShortcut::TabPrev);
-+case QKeySequence::Delete:
-+return KStandardShortcut::shortcut(KStandardShortcut::MoveToTrash);
- default:
- return QPlatformTheme::keyBindings(key);
- }
--- 
-GitLab
-

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
deleted file mode 100644
index ad56b885e44..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-01-24 Thread Sam James
commit: ac7245bb329ea343050a4193d8684045b24ace30
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 24 19:34:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 24 19:34:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7245bb

kde-plasma/plasma-integration: Stabilize 5.20.5 arm64, #764200

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

 kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
index 2a91ab62ef4..cce645201cf 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-01-21 Thread Agostino Sarubbo
commit: dbc8d2340538b7277d52f3914fb7afa9021e6f86
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 21 13:36:07 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 21 13:36:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc8d234

kde-plasma/plasma-integration: amd64 stable wrt bug #764200

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
index ec30933363c..ac71b5a677e 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.20.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2021-01-05 Thread Andreas Sturmlechner
commit: c5bdf80fca7e28b1821385a24c81e6e18005fdf7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  5 16:32:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  5 17:36:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bdf80f

kde-plasma/plasma-integration: drop 5.20.4*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.20.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 7ed5d2e9a62..7d7c14e860c 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
-DIST plasma-integration-5.20.4.tar.xz 59748 BLAKE2B 
4878ea35edba2007c4d975c4bc1d78eddce65069b05af606bba61a0969b87600e4712c0c7273e92540d1a488c737e56269e44f1c71c1600f160a359451e1916c
 SHA512 
994069e4fd3d70a2d1d89a06dacf42eea99fa7e9b6dd43adaabbc96e40ec28a0bf30fe34dc0076556f8008ac15155b448540e2991250447f0d8c53d500bdd4e3
 DIST plasma-integration-5.20.5.tar.xz 59740 BLAKE2B 
8c6e054db3047093556ac9549ebe28e6270001838f28eea92138f4acc02c79235f6c0ab8d82de764dae16efa81cc7ff7519736935bd77153612ee035f7abf337
 SHA512 
fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce9520229c215d2ff45a24604

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.4.ebuild
deleted file mode 100644
index 06aad18a281..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-12-01 Thread Andreas Sturmlechner
commit: bc06b2ddcb52b87e112c5500d1c545378524fbc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  1 14:56:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  1 16:07:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc06b2dd

kde-plasma/plasma-integration: drop 5.20.3*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.20.3.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index e0c4be3782d..27947dde2b0 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
-DIST plasma-integration-5.20.3.tar.xz 59664 BLAKE2B 
d14ebc27edc211a285316b02e9b40962e27199be6b9bc285491945956fe523568f0e1576fae5468cfa09b3ccb7c6b919f7d955bba89292750d4518d9d9aad0b6
 SHA512 
277848ad4e4fd4579bc4a2f6dd7af59d710fd1f283b9d9c8286d6ee6b26fc9af5694bc84488afa52413b00043c855eeb334f3619cb3e7f16135dcf25a4e5c961
 DIST plasma-integration-5.20.4.tar.xz 59748 BLAKE2B 
4878ea35edba2007c4d975c4bc1d78eddce65069b05af606bba61a0969b87600e4712c0c7273e92540d1a488c737e56269e44f1c71c1600f160a359451e1916c
 SHA512 
994069e4fd3d70a2d1d89a06dacf42eea99fa7e9b6dd43adaabbc96e40ec28a0bf30fe34dc0076556f8008ac15155b448540e2991250447f0d8c53d500bdd4e3

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.3.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.3.ebuild
deleted file mode 100644
index 06aad18a281..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-11-11 Thread Andreas Sturmlechner
commit: 32348cc1a1546e7dbadde0a92117b542f5299d0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 11 13:05:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 11 14:21:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32348cc1

kde-plasma/plasma-integration: drop 5.20.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.20.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 06f616739a5..8cd7869aa5c 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
-DIST plasma-integration-5.20.2.tar.xz 59716 BLAKE2B 
719c1dd669c4929b58e38abdf7381cc9dee40a6c9f35572953ab4a4ead2ec4a9e03f934c086503c870cdf6c7ccd3b4d6b97afa6566d88fb6f26b26288d3131b4
 SHA512 
f605b3e6b5594a68b87cc0ebd34eb4f6926afea28cff77200251cc4b0a8cab647c7bd85f0f554b7ee21ace563732f8170952c5d949822f7176ea35723c5b7326
 DIST plasma-integration-5.20.3.tar.xz 59664 BLAKE2B 
d14ebc27edc211a285316b02e9b40962e27199be6b9bc285491945956fe523568f0e1576fae5468cfa09b3ccb7c6b919f7d955bba89292750d4518d9d9aad0b6
 SHA512 
277848ad4e4fd4579bc4a2f6dd7af59d710fd1f283b9d9c8286d6ee6b26fc9af5694bc84488afa52413b00043c855eeb334f3619cb3e7f16135dcf25a4e5c961

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.2.ebuild
deleted file mode 100644
index 06aad18a281..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-27 Thread Andreas Sturmlechner
commit: 05bbce2d4cb9a043693972136b5b8c92a8ab9704
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 20:21:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 21:25:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bbce2d

kde-plasma/plasma-integration: drop 5.20.1*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.20.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index e053f7b2057..1b3fbbc9b5d 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
-DIST plasma-integration-5.20.1.tar.xz 59956 BLAKE2B 
93d3bef7925fb81653195885e47aaf0e6d085e3d98fecfa3037154851a7b163dccd3c30f3e3223effec17733c64d8707751037044aadee790e86c18e65aa07cb
 SHA512 
1b9b2692b283250ea829f29d272336a36ddc14fe1e8d3f4b92807a61822f4dd71d1fc5ef4c706db26bee6d54191f836a4c1c91726b6e90c8f22b502d69317ee2
 DIST plasma-integration-5.20.2.tar.xz 59716 BLAKE2B 
719c1dd669c4929b58e38abdf7381cc9dee40a6c9f35572953ab4a4ead2ec4a9e03f934c086503c870cdf6c7ccd3b4d6b97afa6566d88fb6f26b26288d3131b4
 SHA512 
f605b3e6b5594a68b87cc0ebd34eb4f6926afea28cff77200251cc4b0a8cab647c7bd85f0f554b7ee21ace563732f8170952c5d949822f7176ea35723c5b7326

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.1.ebuild
deleted file mode 100644
index 06aad18a281..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-20 Thread Andreas Sturmlechner
commit: 2b1d354e53aec883b42f5937304d807beac8d863
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 20 18:51:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 20 19:56:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1d354e

kde-plasma/plasma-integration: drop 5.20.0*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.20.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 5035fec413a..8a877b15049 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
-DIST plasma-integration-5.20.0.tar.xz 59856 BLAKE2B 
6e28dfeed9abe7362522fc7d429caeb6011cd89d19c2d50d79b7dd39f2d3f169fb85e90ed556928e96933458d3ecd00a7ded60f47d762fa7f6b41a1323048114
 SHA512 
fd6d00e14bff37e14b407c9e6d6f5c1b4fe7a98218f714e8b79924862b8c1d0a83b367509a5924587f29f6ea5d1d8dc32643621e17ba01a0b682d2775653bbc3
 DIST plasma-integration-5.20.1.tar.xz 59956 BLAKE2B 
93d3bef7925fb81653195885e47aaf0e6d085e3d98fecfa3037154851a7b163dccd3c30f3e3223effec17733c64d8707751037044aadee790e86c18e65aa07cb
 SHA512 
1b9b2692b283250ea829f29d272336a36ddc14fe1e8d3f4b92807a61822f4dd71d1fc5ef4c706db26bee6d54191f836a4c1c91726b6e90c8f22b502d69317ee2

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
deleted file mode 100644
index 06aad18a281..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-13 Thread Andreas Sturmlechner
commit: 8782da4422b600fd3ebe5d55abd83483e8874ada
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 13 11:38:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 13 11:50:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8782da44

kde-plasma/plasma-integration: 5.20.0 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.20.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index bb7c7664000..8503270bfec 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.19.5.tar.xz 57464 BLAKE2B 
ef5ec9f849087ae738a1ff1de14a77994b4486f89b632777caa8e0aad67cad8553bdf1d0553893361ab4c11ddba0caf32464cb49f08047cf2d40375f789c166e
 SHA512 
9e17e1720e5d5c1d3cada3f1eb891d27fd189eb65378c2e0be6547c79d93d5df2f785a3c67d35a4a374d320b118ad3b7d3fb7d968a7f5b629e505d21c83cfe36
+DIST plasma-integration-5.20.0.tar.xz 59856 BLAKE2B 
6e28dfeed9abe7362522fc7d429caeb6011cd89d19c2d50d79b7dd39f2d3f169fb85e90ed556928e96933458d3ecd00a7ded60f47d762fa7f6b41a1323048114
 SHA512 
fd6d00e14bff37e14b407c9e6d6f5c1b4fe7a98218f714e8b79924862b8c1d0a83b367509a5924587f29f6ea5d1d8dc32643621e17ba01a0b682d2775653bbc3

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
new file mode 100644
index 000..06aad18a281
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+
+# requires running kde environment
+RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-07 Thread Sam James
commit: 452e49cbf66311ca963a51cec22b16b0e7ccf5b7
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452e49cb

kde-plasma/plasma-integration: Stabilize 5.19.5-r1 arm64, #741861

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

 kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
index d4f648250e5..ad56b885e44 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-07 Thread Agostino Sarubbo
commit: 4466df6374a05f8f5f9778765f40d9bf5ff15557
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  7 11:04:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  7 11:04:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4466df63

kde-plasma/plasma-integration: x86 stable wrt bug #741861

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
index 689645ee078..d4f648250e5 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



  1   2   >