public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-07-02 12:07 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2024-07-02 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4ec6d25d07d126873371a77f7968c7aa524768a2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 12:07:37 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 12:07:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec6d25d

kde-plasma/plasma-sdk: Keyword 6.1.1 riscv, #934215

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
index fb73de90f986..542adb0ec2a4 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-09-10 16:36 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7ffb8f5847c08fdb96f5cc1834f52de5e4814b2c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 15:41:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:34:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffb8f58

kde-plasma/plasma-sdk: 6.1.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-6.1.5.ebuild | 42 +++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index aa04e67694c3..e1ea217bafe1 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
 DIST plasma-sdk-6.1.4.tar.xz 327276 BLAKE2B 49a59b9872adf749cd3beffa7c9ba114b0c6eeb778dbd07e217acc9b619f3d52be218fd5c5e334098cc80c5782c7177ef08cd07b6465fb03b3c260368f4cb573 SHA512 0cd5f55c4489ef76377d40459832409f919634d61d5830d72ec52e60dac8642b8d0592bf6a07382ebe4bb84a2b6427d7aa8c8e9b4b55033ddbae07af6c9d932e
+DIST plasma-sdk-6.1.5.tar.xz 327588 BLAKE2B a070974456044b206ed9ee58ee3814b21c6e4dc289ebb1430f8eed1fff6a2517ea90423590731ae6d2af8a1405b76bac50b04834e010959255ec407e010a0b79 SHA512 85810581c8a094848cbdfa4f7a3dbeda94f83918988cb36e741fece0d4eb21f4d5e018eeb957f6c373b1c25cba85826f17d0b79e04d650610eec1cf3c380bc41

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.5.ebuild
new file mode 100644
index 000000000000..c2adfe96addf
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.5.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kpackage-${KFMIN}:6
+	>=kde-frameworks/ksvg-${KFMIN}:6
+	>=kde-frameworks/ktexteditor-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
+	>=kde-frameworks/kirigami-${KFMIN}:6
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-08-06 14:26 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-08-06 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b71e052bec5ecec78793ad03aedce5e2df0f4b46
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 14:19:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 14:24:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71e052b

kde-plasma/plasma-sdk: drop 6.1.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 423bdc79923b..aa04e67694c3 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.1.3.tar.xz 327148 BLAKE2B 20fddc07523154e68b66e2b1d845f9fc749d5d1b0250cb7fba3956e012a5b73af944a49042fb8a606c1d42157a8f9f1f8e8660aa52fd2d3df5962c33430a7691 SHA512 a14e08e8a2ebc5360bceb43266513927b13ead3a0814e6f70ab10c5c46b68c3f1a5cfc7f31fd1df278e67b5e47d1a49c08042bf37c6c673e3c3ec37d1db59b3d
 DIST plasma-sdk-6.1.4.tar.xz 327276 BLAKE2B 49a59b9872adf749cd3beffa7c9ba114b0c6eeb778dbd07e217acc9b619f3d52be218fd5c5e334098cc80c5782c7177ef08cd07b6465fb03b3c260368f4cb573 SHA512 0cd5f55c4489ef76377d40459832409f919634d61d5830d72ec52e60dac8642b8d0592bf6a07382ebe4bb84a2b6427d7aa8c8e9b4b55033ddbae07af6c9d932e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild
deleted file mode 100644
index fd651fdb3247..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-07-26 11:17 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2024-07-26 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d12e2c0acce9c3532d0ff28553bb12a95f4db8ee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 11:12:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 11:12:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12e2c0a

kde-plasma/plasma-sdk: Keyword 6.1.3 ppc64, #934215

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild
index 30b1bef60680..fd651fdb3247 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-07-16 16:32 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-07-16 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     95322deaae1f3e5e80e7c5bf713bf2440066681c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 15:36:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 16:31:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95322dea

kde-plasma/plasma-sdk: drop 6.1.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 001e56017863..02f7b60400f7 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.1.2.tar.xz 327040 BLAKE2B f28ad414be6636e994a644ad276c4be96ce68d7ff21edeb6183bde6dfe499072da24f573cd5a378413d710a2a1242d86bae9bd53d32092f1843151e0eebb6119 SHA512 efd01bb9ab66bcd30c1b5b1d69a497fe1a459e5867b388fe16ea30c1cb8e739498f9f475d65834aa9c14913321611e2ff4ba97b18271d0af99da6257690b606f
 DIST plasma-sdk-6.1.3.tar.xz 327148 BLAKE2B 20fddc07523154e68b66e2b1d845f9fc749d5d1b0250cb7fba3956e012a5b73af944a49042fb8a606c1d42157a8f9f1f8e8660aa52fd2d3df5962c33430a7691 SHA512 a14e08e8a2ebc5360bceb43266513927b13ead3a0814e6f70ab10c5c46b68c3f1a5cfc7f31fd1df278e67b5e47d1a49c08042bf37c6c673e3c3ec37d1db59b3d

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild
deleted file mode 100644
index 30b1bef60680..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-07-12 15:24 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2024-07-12 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     58b022a466d045d70fa20e6168ffcabd002484d9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 15:23:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 15:23:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b022a4

kde-plasma/plasma-sdk: Keyword 6.1.2 x86, #934215

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild
index 542adb0ec2a4..30b1bef60680 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-07-02 17:57 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-07-02 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c6c2122bf570fe431a490ec5a3fb32349dce0dcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 17:43:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 17:55:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c2122b

kde-plasma/plasma-sdk: drop 6.1.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 4c309822712a..5064bc6e4909 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.1.1.tar.xz 327316 BLAKE2B b48c069bb34c4579c3918c88bc0c0c77cacf307d51b7196fd6111b8177158e79bd006497116d5524e41c1c67497586de5a64eb49bfc8c5a78e089e4e1acbd4a5 SHA512 fc22eac288819ae1195923175f32a03d0e32a04ce6da98a52e4375c3d3e3c6b93f577ef1ff160d73ad0788b471f154ea7a5111c4dea96eff65075ebd5a08b871
 DIST plasma-sdk-6.1.2.tar.xz 327040 BLAKE2B f28ad414be6636e994a644ad276c4be96ce68d7ff21edeb6183bde6dfe499072da24f573cd5a378413d710a2a1242d86bae9bd53d32092f1843151e0eebb6119 SHA512 efd01bb9ab66bcd30c1b5b1d69a497fe1a459e5867b388fe16ea30c1cb8e739498f9f475d65834aa9c14913321611e2ff4ba97b18271d0af99da6257690b606f

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
deleted file mode 100644
index 542adb0ec2a4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-06-27 17:18 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-06-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f69ad5d959dd4c93a0d79af2dddf392d9635c485
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 16:55:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69ad5d9

kde-plasma/plasma-sdk: drop 6.1.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index e390f020c6a6..76881547a0b0 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.1.0.tar.xz 328404 BLAKE2B 642028bb611ee9650366ab3836070dd8d95364e05263d0976ffee47a4e900763736633e4145b23c91eca86282414347c58cba83cf42aace18a4fd55f843b826d SHA512 bc950a82cfd3605a3e0e9f7769f707cc2cd10fc763c800e022100ad5999cf34fa12ba5b4fb3ff127235705de11999aa72464bc17a3606c46cb65428c2fb7349c
 DIST plasma-sdk-6.1.1.tar.xz 327316 BLAKE2B b48c069bb34c4579c3918c88bc0c0c77cacf307d51b7196fd6111b8177158e79bd006497116d5524e41c1c67497586de5a64eb49bfc8c5a78e089e4e1acbd4a5 SHA512 fc22eac288819ae1195923175f32a03d0e32a04ce6da98a52e4375c3d3e3c6b93f577ef1ff160d73ad0788b471f154ea7a5111c4dea96eff65075ebd5a08b871

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
deleted file mode 100644
index fb73de90f986..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-06-27 10:04 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2024-06-27 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9065ebdd97a7d20726b8e60de4f2fbd6ddbd41f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 10:02:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 10:02:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9065ebdd

kde-plasma/plasma-sdk: Keyword 6.1.1 arm64, #934215

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
index 402387af6feb..fb73de90f986 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-06-27  9:43 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2024-06-27  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cb75f8aaccd38df4ef408400d6e5c6b9b1c37c91
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 09:43:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 09:43:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb75f8aa

kde-plasma/plasma-sdk: Keyword 6.1.0 arm64, #934215

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
index 402387af6feb..fb73de90f986 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-06-25 22:33 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2024-06-25 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5bc0b3dcab4d5b81015093d6d4906c229171ba43
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:26:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:31:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc0b3dc

kde-plasma/plasma-sdk: 6.1.1 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild | 42 +++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fcaf751cf0d5..e390f020c6a6 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
 DIST plasma-sdk-6.1.0.tar.xz 328404 BLAKE2B 642028bb611ee9650366ab3836070dd8d95364e05263d0976ffee47a4e900763736633e4145b23c91eca86282414347c58cba83cf42aace18a4fd55f843b826d SHA512 bc950a82cfd3605a3e0e9f7769f707cc2cd10fc763c800e022100ad5999cf34fa12ba5b4fb3ff127235705de11999aa72464bc17a3606c46cb65428c2fb7349c
+DIST plasma-sdk-6.1.1.tar.xz 327316 BLAKE2B b48c069bb34c4579c3918c88bc0c0c77cacf307d51b7196fd6111b8177158e79bd006497116d5524e41c1c67497586de5a64eb49bfc8c5a78e089e4e1acbd4a5 SHA512 fc22eac288819ae1195923175f32a03d0e32a04ce6da98a52e4375c3d3e3c6b93f577ef1ff160d73ad0788b471f154ea7a5111c4dea96eff65075ebd5a08b871

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
new file mode 100644
index 000000000000..402387af6feb
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kpackage-${KFMIN}:6
+	>=kde-frameworks/ksvg-${KFMIN}:6
+	>=kde-frameworks/ktexteditor-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
+	>=kde-frameworks/kirigami-${KFMIN}:6
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-06-18 14:52 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     bab1c1c0b99b352948d6587c397da02b9ea746cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 21:26:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 14:51:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab1c1c0

kde-plasma/plasma-sdk: drop 6.0.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.0.90.ebuild | 42 --------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index c6d2e35ec604..fcaf751cf0d5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.0.90.tar.xz 326428 BLAKE2B a0dff4b66d6f09307534ec90b5a73138486c02922fe997e2d4c396be08e71c2e5b5fcc9ea964c8d3d065c7e09fee5345bce66f6e75c9073ca0e98fe76a9c858b SHA512 8c2fd3f277d6052fb40ce7fa94759b498aefe13eb5aecaab5b8114690ca05f8e3b19171f6c234df74b74f8f6e9ad7704fc07f32a36779d75014666302dc2a348
 DIST plasma-sdk-6.1.0.tar.xz 328404 BLAKE2B 642028bb611ee9650366ab3836070dd8d95364e05263d0976ffee47a4e900763736633e4145b23c91eca86282414347c58cba83cf42aace18a4fd55f843b826d SHA512 bc950a82cfd3605a3e0e9f7769f707cc2cd10fc763c800e022100ad5999cf34fa12ba5b4fb3ff127235705de11999aa72464bc17a3606c46cb65428c2fb7349c

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.90.ebuild
deleted file mode 100644
index bade385c8e2c..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.90.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-05-21 19:05 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-05-21 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1712be72c9bb4de8c62728480f9e1947449c4ff1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:26:19 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:05:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1712be72

kde-plasma/plasma-sdk: drop 6.0.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild | 43 ---------------------------
 2 files changed, 44 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 86ea704e0b25..25534a49004d 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.0.4.tar.xz 326412 BLAKE2B 8be1288c3953fd6b77c0f4b3e5ee1ff5eb4c969e56f6cdaf570ee7e8810a4f2abf185786aeed3eeb6e0e84b6c54de27e5241a5a71ca953dee6659bafbca25d33 SHA512 ca150c1985950831fff091306281cf2aa7a6a60b75329af3187955532452a42bcb8baef3c2f7f736c32ef2a83e9a12fb49173571f3395154a4a34e7ed8b64442
 DIST plasma-sdk-6.0.5.tar.xz 327928 BLAKE2B c26aa96ba00598e1a229f170b3b88d48dffd1fe15a73c3f0e7fc3b1a48950fd390a537c9897dd6f0b49a0886ea0c8ae9b77d11e05dbfb77c0354260a9d0f6698 SHA512 4c28df3ffdeafc40e14626eb2c29ef102ac6d8a47ff0d8b3da78a764876326907de521aa5cbd441b491457b78aa57a17c9520534758cfe6a3a71edb2f6ec1235

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild
deleted file mode 100644
index 85077df74840..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-04-25 20:43 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-04-25 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     64b3289fb2c39dd6ae1f85fe7f045238e27cfd97
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 19:36:48 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:42:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b3289f

kde-plasma/plasma-sdk: Set ECM_TEST=true

Build system is using BUILD_TESTING.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild
index 6ca142b6e5f5..85077df74840 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_TEST="optional"
+ECM_TEST="true"
 KFMIN=6.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.2


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-04-16 19:54 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-04-16 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fa8dbd430930ed808e3f83e250a783cb565378db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 19:28:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 19:50:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8dbd43

kde-plasma/plasma-sdk: drop 6.0.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.0.3.ebuild | 43 ---------------------------
 2 files changed, 44 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 7354af579838..eec68e4a7a10 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.0.3.tar.xz 326492 BLAKE2B 0575dbd8f59e7ad240f09409179902f85916784c7f4c08e460d1101d98c0eb158f476f2a4414ae7160e056d29f95f0d68eb02c35e24b78ad8636b142e1daa7f5 SHA512 094f5fb9f806b97aaccdc9471d16ccd4817250d04576e5c8c93e2f919a39e9aca8a962de01c0a743f4feb1b35b44645045c6fb022a79c63ebbc996ca2e586023
 DIST plasma-sdk-6.0.4.tar.xz 326412 BLAKE2B 8be1288c3953fd6b77c0f4b3e5ee1ff5eb4c969e56f6cdaf570ee7e8810a4f2abf185786aeed3eeb6e0e84b6c54de27e5241a5a71ca953dee6659bafbca25d33 SHA512 ca150c1985950831fff091306281cf2aa7a6a60b75329af3187955532452a42bcb8baef3c2f7f736c32ef2a83e9a12fb49173571f3395154a4a34e7ed8b64442

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.3.ebuild
deleted file mode 100644
index 6ca142b6e5f5..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-26 19:56 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-26 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c6d8ee1f7f8c4e793a9ba02368973d1336767877
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 19:52:17 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 19:56:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d8ee1f

kde-plasma/plasma-sdk: drop 6.0.2-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                   |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild | 43 ------------------------
 2 files changed, 44 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 46b65b0d1b8c..e370018a9715 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.0.2.tar.xz 327728 BLAKE2B f20cd0855f6779e6ba34cbf0e7121de965a858b08d4502917bc53ba08c9fbbb8f4057351e08034b2e7b75348eb5144a2614d9e1d7e9ac9c5521a881f876796bf SHA512 9446cd150cf87536685de3a19803cc37dedc22cc26d3d2ecffcec8cb3e8363bf2e4aec73863b726b858d872ee80d6023319bf010796cb00cc51ceea61b2d1f41
 DIST plasma-sdk-6.0.3.tar.xz 326492 BLAKE2B 0575dbd8f59e7ad240f09409179902f85916784c7f4c08e460d1101d98c0eb158f476f2a4414ae7160e056d29f95f0d68eb02c35e24b78ad8636b142e1daa7f5 SHA512 094f5fb9f806b97aaccdc9471d16ccd4817250d04576e5c8c93e2f919a39e9aca8a962de01c0a743f4feb1b35b44645045c6fb022a79c63ebbc996ca2e586023

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
deleted file mode 100644
index 6ca142b6e5f5..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-13 21:17 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-13 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3b355677edada90f1a86a24cbf49c12522152d41
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 20:26:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 21:16:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b355677

kde-plasma/plasma-sdk: Add missing RDEPEND, drop obsolete in 9999

Upstream commit 6a3dfae1f74aa1d62cfdf24513a0c69dfde5c5b6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-sdk/{plasma-sdk-6.0.2.ebuild => plasma-sdk-6.0.2-r1.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
similarity index 96%
rename from kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild
rename to kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
index 4540f66f8de7..6ca142b6e5f5 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
@@ -38,5 +38,6 @@ DEPEND="
 	>=kde-plasma/plasma5support-${PVCUT}:6
 "
 RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
 	>=kde-frameworks/kirigami-${KFMIN}:6
 "


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-12 16:32 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-12 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7f14efd7edcc7b13d635213392bd88290edbe057
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 14:45:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 16:31:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f14efd7

kde-plasma/plasma-sdk: drop 5.27.10

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild | 45 -------------------------
 2 files changed, 46 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index b0fbe69cc442..0b612d2c6e85 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
 DIST plasma-sdk-6.0.2.tar.xz 327728 BLAKE2B f20cd0855f6779e6ba34cbf0e7121de965a858b08d4502917bc53ba08c9fbbb8f4057351e08034b2e7b75348eb5144a2614d9e1d7e9ac9c5521a881f876796bf SHA512 9446cd150cf87536685de3a19803cc37dedc22cc26d3d2ecffcec8cb3e8363bf2e4aec73863b726b858d872ee80d6023319bf010796cb00cc51ceea61b2d1f41

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
deleted file mode 100644
index 8bd539f2e20e..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-plasma/libplasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-11 20:57 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2024-03-11 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1d711344e30bacc823b0fe647a5f1b3dce6e68
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 20:55:13 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 20:55:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1d7113

kde-plasma/plasma-sdk: Stabilize 5.27.11.1 x86, #926285

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
index 2b936f1801d8..8bd539f2e20e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-11 13:17 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2024-03-11 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     caaf1950e21b650c44b76cf3eef90a57199c1656
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 13:15:59 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 13:15:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caaf1950

kde-plasma/plasma-sdk: Stabilize 5.27.11.1 arm64, #926285

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
index 6dc74f8a3946..2b936f1801d8 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-07 10:26 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     15548c35f72e0f32555ee1afe85fff9b1aa00195
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 10:24:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 10:26:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15548c35

kde-plasma/plasma-sdk: add 5.27.11.1, drop 5.27.11

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                                          | 2 +-
 .../{plasma-sdk-5.27.11.ebuild => plasma-sdk-5.27.11.1.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 13af80dbbe4e..cf66c9c3b223 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,3 @@
 DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
-DIST plasma-sdk-5.27.11.tar.xz 322312 BLAKE2B 6888bdd4af8acba7d9c858dd044b1234a4378ae157d802d721a4be3c49c260797d5e47b80e372acbec8c68f62fee8671914e3d79a9a0ebfb64e971c71d2dad82 SHA512 c8c52368e1a2948a06b9c06b0be027aec6bf7200a307563892541c76247d378c1370b875a819c1117639a2b995fd92758593c1f1d2caa2e0cde2e3c0ee65a3a0
+DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
 DIST plasma-sdk-6.0.1.tar.xz 327588 BLAKE2B c391197deaa5a3227e813f434bd7992c0115aa2ba3660eb321e9a24bc1dd59592104a6976fb85987db5fd77e5a5cc99058725eda84ebbe9885f64310458437cb SHA512 29162ef428dff5779bffb1b971107b4c68ae7d74ad0a01ea9ec125a6e198116db74d8d5029d511767a618151466d840bba6be231b0858698a1f74f3763cd571b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild
similarity index 100%
rename from kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild
rename to kde-plasma/plasma-sdk/plasma-sdk-5.27.11.1.ebuild


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-06 19:34 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-06 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e9855340957e80a710946fa634f9e8516f03ecbd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 16:29:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 19:31:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9855340

kde-plasma/plasma-sdk: 5.27.11 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 6584643c3d25..13af80dbbe4e 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
+DIST plasma-sdk-5.27.11.tar.xz 322312 BLAKE2B 6888bdd4af8acba7d9c858dd044b1234a4378ae157d802d721a4be3c49c260797d5e47b80e372acbec8c68f62fee8671914e3d79a9a0ebfb64e971c71d2dad82 SHA512 c8c52368e1a2948a06b9c06b0be027aec6bf7200a307563892541c76247d378c1370b875a819c1117639a2b995fd92758593c1f1d2caa2e0cde2e3c0ee65a3a0
 DIST plasma-sdk-6.0.1.tar.xz 327588 BLAKE2B c391197deaa5a3227e813f434bd7992c0115aa2ba3660eb321e9a24bc1dd59592104a6976fb85987db5fd77e5a5cc99058725eda84ebbe9885f64310458437cb SHA512 29162ef428dff5779bffb1b971107b4c68ae7d74ad0a01ea9ec125a6e198116db74d8d5029d511767a618151466d840bba6be231b0858698a1f74f3763cd571b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild
new file mode 100644
index 000000000000..6c54321386de
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.11.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-plasma/libplasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-03-06 15:47 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-03-06 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     cc1415da997663fde8a9d68664d3c44376f72e5f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 15:22:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 15:46:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1415da

kde-plasma/plasma-sdk: drop 6.0.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-6.0.0.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 89177950c982..6584643c3d25 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
-DIST plasma-sdk-6.0.0.tar.xz 325924 BLAKE2B c3feab9d5fcb9092c69b3b462646cf0f703ebb4e1e72ee3772ba63d3a7deb6b39d90382b0249aaefa387e59d2e037a754b29dadcfc60ccc85a6591708a052769 SHA512 4bc23526aeae4af7b5021049fcb9f6ca269db8231558669dee675228b416a6cff602515ae30a12d92ed862822d4190f9ab4a43e8c822a7e54e1a175e87eaa5f8
 DIST plasma-sdk-6.0.1.tar.xz 327588 BLAKE2B c391197deaa5a3227e813f434bd7992c0115aa2ba3660eb321e9a24bc1dd59592104a6976fb85987db5fd77e5a5cc99058725eda84ebbe9885f64310458437cb SHA512 29162ef428dff5779bffb1b971107b4c68ae7d74ad0a01ea9ec125a6e198116db74d8d5029d511767a618151466d840bba6be231b0858698a1f74f3763cd571b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.0.ebuild
deleted file mode 100644
index 4540f66f8de7..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-02-17  5:25 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2024-02-17  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f154d4e3060adc162e0d6e8b56e0b2d9cab16f99
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 05:11:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 05:24:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f154d4e3

kde-plasma/plasma-sdk: 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 <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.93.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.93.0.ebuild
index d87de0135055..d006a8fc2785 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.93.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.93.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="optional"
 KFMIN=5.249.0
 PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma.kde.org
 
 DESCRIPTION="Useful applications for Plasma development"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2024-01-10 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6005899f6db882995e2d022c5cd97b3a8b7686eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 22:34:53 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 23:17:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6005899f

kde-plasma/plasma-sdk: drop 5.91.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild | 42 --------------------------
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index d053418123f3..07a41dd859db 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
-DIST plasma-sdk-5.91.0.tar.xz 326376 BLAKE2B f5868c85f28f92a0d6c03e076332ff6f2e6de4a18631d55ba2e3daef7b0c45cffb1c6c1b94f1b550b6d6e82d443d1359ef182f729909fc5804bee10b945c44a8 SHA512 7308defd06e30d47395a498d65643a3de45dfa57c563b9d0ea30c531cc67b65cc3bf5607bb1b3faf7c14423a1b7e2545fee05e0197b11f61ebafa10e160d3fb7
 DIST plasma-sdk-5.92.0.tar.xz 326540 BLAKE2B 1334c83368f72c773225aa76a45a983f909bfc3512c6810b61e13b155f0b96eb13d614ed4a06400c11f9ab563f1cbf8192cb0c610259520c738e2d47d4f8c156 SHA512 c082eb4c5d445a91138d94cbce8d8caef035d50d4bb0a741fe9ebe5e14c99d61693136a10fadc5cd1fdb67ea6b2fe69d5880ddb082ff0efea2098a8a8d39b285

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild
deleted file mode 100644
index 29774402667c..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/ktexteditor-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-12-23 18:30 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     edbe80fb7e1a0643ea59afe50913df5b216b1bd5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 20:37:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:29:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbe80fb

kde-plasma/plasma-sdk: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild | 42 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ee0ebafe65dd..952792ac2c69 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
 DIST plasma-sdk-5.27.9.tar.xz 321192 BLAKE2B 830bd5193244c640c5413f962e350374a570f813212323c2778e1a52c89d67f0755ba8f49b382480ea5331d3e81c1bf20cea2fb2f5be74027e4d795097c5961a SHA512 b096a6b7da3db06b7a7411ac4faf4cae73afee4d126651d8fcc12bcdf07eba3ba7a407accb90c1c76a2c4207fed4144dec93a6095e3fee457191b891c6b32c9a
+DIST plasma-sdk-5.91.0.tar.xz 326376 BLAKE2B f5868c85f28f92a0d6c03e076332ff6f2e6de4a18631d55ba2e3daef7b0c45cffb1c6c1b94f1b550b6d6e82d443d1359ef182f729909fc5804bee10b945c44a8 SHA512 7308defd06e30d47395a498d65643a3de45dfa57c563b9d0ea30c531cc67b65cc3bf5607bb1b3faf7c14423a1b7e2545fee05e0197b11f61ebafa10e160d3fb7

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild
new file mode 100644
index 000000000000..29774402667c
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.91.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kpackage-${KFMIN}:6
+	>=kde-frameworks/ksvg-${KFMIN}:6
+	>=kde-frameworks/ktexteditor-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kirigami-${KFMIN}:6
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-12-20  8:45 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-12-20  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cdeebeb9e02544a63d25a8ab8dcea16777dcb13a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 08:44:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 08:44:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeebeb9

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
index d1e20bde7942..db181d6290ff 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-12-07  9:06 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-12-07  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     47b2667e031a694af2712616a4d0909676800ce1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 22:19:01 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 09:06:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b2667e

kde-plasma/plasma-sdk: 5.27.10 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 617d71f53a87..ee0ebafe65dd 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
+DIST plasma-sdk-5.27.10.tar.xz 320988 BLAKE2B ff2f7441b6ef99dde6783fc43085f989e0c963d175d7a16fb2efcb63568dbec58d231d7be4109961bd3c296a855a7c5ce0fd02e337b82765353100fc92cd20c0 SHA512 8459a981d7ed40ec84c02f45b595368e53f5ebf73b3943e25a57be402276e8fbc2541af4635456e1a9b7594cfa9ee2a180b5b617e2885b19660f8fb8da79386b
 DIST plasma-sdk-5.27.9.tar.xz 321192 BLAKE2B 830bd5193244c640c5413f962e350374a570f813212323c2778e1a52c89d67f0755ba8f49b382480ea5331d3e81c1bf20cea2fb2f5be74027e4d795097c5961a SHA512 b096a6b7da3db06b7a7411ac4faf4cae73afee4d126651d8fcc12bcdf07eba3ba7a407accb90c1c76a2c4207fed4144dec93a6095e3fee457191b891c6b32c9a

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
new file mode 100644
index 000000000000..a48587c40731
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.10.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-plasma/libplasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-11-23 16:51 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-11-23 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f479ed83f3714a338bf7e2c232e62137752215
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 16:49:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 16:51:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f479ed

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
index f64182530687..8550587ed619 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-11-23 16:38 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-11-23 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f1e740d4b0b216a2d3c7248c220dc101371f2527
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 16:34:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 16:37:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e740d4

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
index adf056cedcc9..f64182530687 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-11-23 15:16 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-11-23 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     cc03235188cabe5c4ac7f82d619418ff3e329bc9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 14:47:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 15:16:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc032351

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
index c54dad68faa1..adf056cedcc9 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-10-24 22:37 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-10-24 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     840742300553b063a5b6d6fa63165730e32624df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 22:14:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 22:36:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84074230

kde-plasma/plasma-sdk: 5.27.9 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index c0205a027e12..d5414a95671b 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.27.8.tar.xz 320828 BLAKE2B 506e7c64c9b8517dc18c5d13747b0c78df52fde9cc6904c4f038bd7935524840da091c112d02507612729c97e40d8e3f9120b5b0278793d97511997cb0171192 SHA512 d11d0c5e29e4026c88a743edb2de644800ff951dceb9741668ac7a8243848aecedd57961639eda31f395b8a61cae5fa288cfdfa4dc94fcfc8f0ff67bc347e393
+DIST plasma-sdk-5.27.9.tar.xz 321192 BLAKE2B 830bd5193244c640c5413f962e350374a570f813212323c2778e1a52c89d67f0755ba8f49b382480ea5331d3e81c1bf20cea2fb2f5be74027e4d795097c5961a SHA512 b096a6b7da3db06b7a7411ac4faf4cae73afee4d126651d8fcc12bcdf07eba3ba7a407accb90c1c76a2c4207fed4144dec93a6095e3fee457191b891c6b32c9a

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-09-26 20:16 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-09-26 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f049125501eb8aaac95663185b9a25c16aef005d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 20:15:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 20:16:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0491255

kde-plasma/plasma-sdk: drop 5.27.6.1, 5.27.7.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                   |  2 --
 kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild | 45 ------------------------
 kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild | 45 ------------------------
 3 files changed, 92 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ae0326acb04b..c0205a027e12 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1 @@
-DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
-DIST plasma-sdk-5.27.7.1.tar.xz 320908 BLAKE2B bf19d8b96148466d4fc464a95cbb9f332974e911a6ced3d2a96802e1194d483f68cb7797836b8e5d7e7d35bb9d9ab5d67b02659075daf6c76b6536005971e274 SHA512 f6464ef857932463a354f9f506ee8d5c1c0b0614e24aa8548cacde8ac586877a5755adf7ef7164a7e17c85e2e314649fd884fef16255be4cf3d98a0820842acd
 DIST plasma-sdk-5.27.8.tar.xz 320828 BLAKE2B 506e7c64c9b8517dc18c5d13747b0c78df52fde9cc6904c4f038bd7935524840da091c112d02507612729c97e40d8e3f9120b5b0278793d97511997cb0171192 SHA512 d11d0c5e29e4026c88a743edb2de644800ff951dceb9741668ac7a8243848aecedd57961639eda31f395b8a61cae5fa288cfdfa4dc94fcfc8f0ff67bc347e393

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
deleted file mode 100644
index 8550587ed619..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
deleted file mode 100644
index 8550587ed619..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-09-26 18:14 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-09-26 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0ba69b8641f016d982312e2196d70fdc022b178d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 18:10:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 18:10:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba69b86

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
index f64182530687..8550587ed619 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-09-26 15:35 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-09-26 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a69c549e6c121157d3944c2e11b559ff7dc93b40
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 15:34:51 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 15:34:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69c549e

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
index f9d0dcf1249a..f64182530687 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-09-26 15:28 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-09-26 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7ca5454d43161e961bfbd5b568874564743ac386
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 15:26:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 15:26:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca5454d

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
index c54dad68faa1..f9d0dcf1249a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-09-13 17:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-09-13 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     95f11923086c2891d992c4dd8febc012f7e5d463
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:45:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:43:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f11923

kde-plasma/plasma-sdk: 5.27.8 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 2874dd8492cd..ae0326acb04b 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
 DIST plasma-sdk-5.27.7.1.tar.xz 320908 BLAKE2B bf19d8b96148466d4fc464a95cbb9f332974e911a6ced3d2a96802e1194d483f68cb7797836b8e5d7e7d35bb9d9ab5d67b02659075daf6c76b6536005971e274 SHA512 f6464ef857932463a354f9f506ee8d5c1c0b0614e24aa8548cacde8ac586877a5755adf7ef7164a7e17c85e2e314649fd884fef16255be4cf3d98a0820842acd
+DIST plasma-sdk-5.27.8.tar.xz 320828 BLAKE2B 506e7c64c9b8517dc18c5d13747b0c78df52fde9cc6904c4f038bd7935524840da091c112d02507612729c97e40d8e3f9120b5b0278793d97511997cb0171192 SHA512 d11d0c5e29e4026c88a743edb2de644800ff951dceb9741668ac7a8243848aecedd57961639eda31f395b8a61cae5fa288cfdfa4dc94fcfc8f0ff67bc347e393

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-08-16 13:33 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-08-16 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     833a4d01865d5a28d267dd1e93ef41a8b2cacb30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 13:32:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 13:32:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833a4d01

kde-plasma/plasma-sdk: Stabilize 5.27.7.1 arm64, #911788

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
index 39c5f4048468..8550587ed619 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-08-16 13:23 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-08-16 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2b5a884bc6ab35bb66f85c858808042347fe13be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 13:22:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 13:22:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5a884b

kde-plasma/plasma-sdk: Stabilize 5.27.7.1 amd64, #911788

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
index 6f5f442e733a..39c5f4048468 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-08-01 14:07 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-08-01 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     153a398a2c3f1df153500fb43e9f514e5eb641d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 14:07:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 14:07:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153a398a

kde-plasma/plasma-sdk: add 5.27.7.1, drop 5.27.7

Closes: https://bugs.gentoo.org/911558
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                                          | 2 +-
 .../plasma-sdk/{plasma-sdk-5.27.7.ebuild => plasma-sdk-5.27.7.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 96fb902d526c..2874dd8492cd 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,2 @@
 DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
-DIST plasma-sdk-5.27.7.tar.xz 320904 BLAKE2B c1c9122ffc7d64ad8e6743b2698b10a417cfe729947ba084f75907e818782878ea6d82c4f660fe7883ec35a4601797dcb62eda8e1674c2713d1cf440ea9f395f SHA512 b0eb88de804f00fd14e981557e1d1e916b4c54bfc68e75f5890bd1feb742dfbf0a8e4b7d7b43983a7e3b7b473bc960d54bad15b03709873996af1b9e02d97c2b
+DIST plasma-sdk-5.27.7.1.tar.xz 320908 BLAKE2B bf19d8b96148466d4fc464a95cbb9f332974e911a6ced3d2a96802e1194d483f68cb7797836b8e5d7e7d35bb9d9ab5d67b02659075daf6c76b6536005971e274 SHA512 f6464ef857932463a354f9f506ee8d5c1c0b0614e24aa8548cacde8ac586877a5755adf7ef7164a7e17c85e2e314649fd884fef16255be4cf3d98a0820842acd

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild
similarity index 100%
rename from kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild
rename to kde-plasma/plasma-sdk/plasma-sdk-5.27.7.1.ebuild


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-08-01 10:58 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-08-01 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c0db0b691788ae8e03f600f43d8256d73d786e36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 10:07:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 10:57:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0db0b69

kde-plasma/plasma-sdk: 5.27.7 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 5d73d271e7ac..96fb902d526c 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
+DIST plasma-sdk-5.27.7.tar.xz 320904 BLAKE2B c1c9122ffc7d64ad8e6743b2698b10a417cfe729947ba084f75907e818782878ea6d82c4f660fe7883ec35a4601797dcb62eda8e1674c2713d1cf440ea9f395f SHA512 b0eb88de804f00fd14e981557e1d1e916b4c54bfc68e75f5890bd1feb742dfbf0a8e4b7d7b43983a7e3b7b473bc960d54bad15b03709873996af1b9e02d97c2b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-07-23 21:54 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-07-23 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     aa1ca274c5de7fa10719a828e4160209120fb0c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 21:53:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 21:53:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1ca274

kde-plasma/plasma-sdk: Stabilize 5.27.6.1 x86, #909312

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
index f64182530687..8550587ed619 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-07-15 10:31 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-07-15 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8da977e589bbd016addbb4ab7a16f03d255241ff
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 10:29:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 10:29:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da977e5

kde-plasma/plasma-sdk: Stabilize 5.27.6.1 arm64, #909312

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
index c54dad68faa1..f9d0dcf1249a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-06-21 11:47 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-06-21 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     23281eec47c3c3910ae3ca14d9038820204b78de
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:23:07 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 11:47:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23281eec

kde-plasma/plasma-sdk: drop 5.27.6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild | 45 --------------------------
 2 files changed, 46 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 628d5175db12..101153711dfc 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.27.5.tar.xz 321196 BLAKE2B 0235a2154f9ca057a6203750f7b002ea0ef19756274f66dd827adfb63137f87f915aa7f492d2cd0ae1972a1fea825a50315a6011a8d578c01baa274c5c1bca69 SHA512 52a476207285521910e6278e12bebeab907e6ab19c718650d78e6c690824e65dcc0b216d650b2292292d6fe60a86bdda21dafa0b5d3ba321e4e77ab7cdff8015
 DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
-DIST plasma-sdk-5.27.6.tar.xz 322036 BLAKE2B e589da4d80f7c8d0e07eccc8c7cdea23397066dedec4f6092225b82f45c60a6ff36439b9a28c4ee7edec33e92f301cb0ba5bbd1bfeab7d254742f2ea045b1445 SHA512 74f82eb09f362c445ddc1d46ddd5e02a848245ee0f84b332273a4376403c5273da66febf26583f32a1fe8e7223860a4e8ab0782f1d396139991da2941500630b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild
deleted file mode 100644
index c54dad68faa1..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-06-21 10:22 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-06-21 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5a40f98cd5cfe008dbeb54e55f3825cd06ef153f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:04:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:22:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a40f98c

kde-plasma/plasma-sdk: add 5.27.6.1

Closes: https://bugs.gentoo.org/908936
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                   |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild | 45 ++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 3e1c1d7287c1..628d5175db12 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.5.tar.xz 321196 BLAKE2B 0235a2154f9ca057a6203750f7b002ea0ef19756274f66dd827adfb63137f87f915aa7f492d2cd0ae1972a1fea825a50315a6011a8d578c01baa274c5c1bca69 SHA512 52a476207285521910e6278e12bebeab907e6ab19c718650d78e6c690824e65dcc0b216d650b2292292d6fe60a86bdda21dafa0b5d3ba321e4e77ab7cdff8015
+DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc
 DIST plasma-sdk-5.27.6.tar.xz 322036 BLAKE2B e589da4d80f7c8d0e07eccc8c7cdea23397066dedec4f6092225b82f45c60a6ff36439b9a28c4ee7edec33e92f301cb0ba5bbd1bfeab7d254742f2ea045b1445 SHA512 74f82eb09f362c445ddc1d46ddd5e02a848245ee0f84b332273a4376403c5273da66febf26583f32a1fe8e7223860a4e8ab0782f1d396139991da2941500630b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-06-20 22:24 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-06-20 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     70365b465701245a9a6c34915c318e01f1e1285c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 22:07:20 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 22:22:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70365b46

kde-plasma/plasma-sdk: 5.27.6 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 82002bb51798..3e1c1d7287c1 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.27.5.tar.xz 321196 BLAKE2B 0235a2154f9ca057a6203750f7b002ea0ef19756274f66dd827adfb63137f87f915aa7f492d2cd0ae1972a1fea825a50315a6011a8d578c01baa274c5c1bca69 SHA512 52a476207285521910e6278e12bebeab907e6ab19c718650d78e6c690824e65dcc0b216d650b2292292d6fe60a86bdda21dafa0b5d3ba321e4e77ab7cdff8015
+DIST plasma-sdk-5.27.6.tar.xz 322036 BLAKE2B e589da4d80f7c8d0e07eccc8c7cdea23397066dedec4f6092225b82f45c60a6ff36439b9a28c4ee7edec33e92f301cb0ba5bbd1bfeab7d254742f2ea045b1445 SHA512 74f82eb09f362c445ddc1d46ddd5e02a848245ee0f84b332273a4376403c5273da66febf26583f32a1fe8e7223860a4e8ab0782f1d396139991da2941500630b

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-05-22 12:55 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-05-22 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a250a0a304018529b087c3018410cfb854b25bec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 08:44:46 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 22 12:53:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a250a0a3

kde-plasma/plasma-sdk: drop 5.27.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index c1d212286648..82002bb51798 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.27.4.tar.xz 319652 BLAKE2B 6bd3b192c0854fe5051915d6287e3735c275235274a8a0d0331f953688009e687f04027278ac1d5e344e4bd33991fa87c86882defc0d19f7e7d17ae8b8cc17d7 SHA512 dc5070c6efd0c366bd6679b7ceb49addbe93a37a50c7ff220629bc68f99a911fcf911150714660a4804d5a2ba733918c91f886b229b565d6d256ef9bc2ea180d
 DIST plasma-sdk-5.27.5.tar.xz 321196 BLAKE2B 0235a2154f9ca057a6203750f7b002ea0ef19756274f66dd827adfb63137f87f915aa7f492d2cd0ae1972a1fea825a50315a6011a8d578c01baa274c5c1bca69 SHA512 52a476207285521910e6278e12bebeab907e6ab19c718650d78e6c690824e65dcc0b216d650b2292292d6fe60a86bdda21dafa0b5d3ba321e4e77ab7cdff8015

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
deleted file mode 100644
index 29a7ee1d7db1..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-05-22  8:27 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-05-22  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1196610d5700477a552ca9320f7ec4b154bb5753
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 08:26:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 22 08:26:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1196610d

kde-plasma/plasma-sdk: Stabilize 5.27.5 x86, #906216

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
index 6b674be7e311..29a7ee1d7db1 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-05-21 19:51 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2023-05-21 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     29c242d39fa5e110f7fe5916c324fad1a18dfe5d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 19:49:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:49:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c242d3

kde-plasma/plasma-sdk: Stabilize 5.27.5 arm64, #906216

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
index b2d351d99fee..6b674be7e311 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-05-21  6:10 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-05-21  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     eccbec137d5dedc44d03b07854a90cc9bd6b6b8a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 06:08:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 21 06:08:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccbec13

kde-plasma/plasma-sdk: Stabilize 5.27.5 amd64, #906216

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
index 729fd1f0e010..b2d351d99fee 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-05-09 15:01 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-05-09 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5c9d0d0c40d494714e51348b39aa1588175b68cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 14:07:24 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May  9 14:33:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d0d0c

kde-plasma/plasma-sdk: 5.27.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 572c5116c1a5..c1d212286648 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.27.4.tar.xz 319652 BLAKE2B 6bd3b192c0854fe5051915d6287e3735c275235274a8a0d0331f953688009e687f04027278ac1d5e344e4bd33991fa87c86882defc0d19f7e7d17ae8b8cc17d7 SHA512 dc5070c6efd0c366bd6679b7ceb49addbe93a37a50c7ff220629bc68f99a911fcf911150714660a4804d5a2ba733918c91f886b229b565d6d256ef9bc2ea180d
+DIST plasma-sdk-5.27.5.tar.xz 321196 BLAKE2B 0235a2154f9ca057a6203750f7b002ea0ef19756274f66dd827adfb63137f87f915aa7f492d2cd0ae1972a1fea825a50315a6011a8d578c01baa274c5c1bca69 SHA512 52a476207285521910e6278e12bebeab907e6ab19c718650d78e6c690824e65dcc0b216d650b2292292d6fe60a86bdda21dafa0b5d3ba321e4e77ab7cdff8015

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
new file mode 100644
index 000000000000..729fd1f0e010
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-04-22 15:10 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-04-22 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     adbbbc3c3d364895fbcd0e52f7563ddb102dbe21
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 15:05:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 15:05:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbbbc3c

kde-plasma/plasma-sdk: Stabilize 5.27.4 amd64, #899706

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
index 17c7c3d46221..29a7ee1d7db1 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-04-22 15:04 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-04-22 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5b60d7980c07213d2753276382f6034fd158d772
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:59:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 14:59:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b60d798

kde-plasma/plasma-sdk: Stabilize 5.27.4 x86, #899706

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
index 172b4eedaac3..17c7c3d46221 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-04-22 14:57 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-04-22 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     494ac4fcc513532e470e304087a7ef559d603f19
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:50:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 14:57:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494ac4fc

kde-plasma/plasma-sdk: Stabilize 5.27.4 arm64, #899706

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
index 729fd1f0e010..172b4eedaac3 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-04-10 18:35 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-04-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c0ab9fa528e85993d71f379617ee559b1935f459
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 22:39:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 18:23:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab9fa5

kde-plasma/plasma-sdk: drop 5.27.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 44d726adf689..52377d8bbc8c 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
-DIST plasma-sdk-5.27.3.tar.xz 319608 BLAKE2B eead58e179d2a99a800a607cff83d180fb78b4b5d854206437efe1c3144b3b2cb0883ddbed6c235160551a84b278c799bf4760749d6929b57e19922debf1e738 SHA512 9457900eb46acc12c947f791a0e5fd48b75dd85c3f4a65a4e84d6fbc162e974878828aa66d70f335d8add6c1d2f4e207cb9819f5add28f8a4f1d1002b82ce2f6
 DIST plasma-sdk-5.27.4.tar.xz 319652 BLAKE2B 6bd3b192c0854fe5051915d6287e3735c275235274a8a0d0331f953688009e687f04027278ac1d5e344e4bd33991fa87c86882defc0d19f7e7d17ae8b8cc17d7 SHA512 dc5070c6efd0c366bd6679b7ceb49addbe93a37a50c7ff220629bc68f99a911fcf911150714660a4804d5a2ba733918c91f886b229b565d6d256ef9bc2ea180d

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.3.ebuild
deleted file mode 100644
index 729fd1f0e010..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-04-04 19:07 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-04-04 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5da00cfdaee9b75caa668dca98f56a0900c5019b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 18:44:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:06:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da00cfd

kde-plasma/plasma-sdk: 5.27.4 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index e94f4653bf37..44d726adf689 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
 DIST plasma-sdk-5.27.3.tar.xz 319608 BLAKE2B eead58e179d2a99a800a607cff83d180fb78b4b5d854206437efe1c3144b3b2cb0883ddbed6c235160551a84b278c799bf4760749d6929b57e19922debf1e738 SHA512 9457900eb46acc12c947f791a0e5fd48b75dd85c3f4a65a4e84d6fbc162e974878828aa66d70f335d8add6c1d2f4e207cb9819f5add28f8a4f1d1002b82ce2f6
+DIST plasma-sdk-5.27.4.tar.xz 319652 BLAKE2B 6bd3b192c0854fe5051915d6287e3735c275235274a8a0d0331f953688009e687f04027278ac1d5e344e4bd33991fa87c86882defc0d19f7e7d17ae8b8cc17d7 SHA512 dc5070c6efd0c366bd6679b7ceb49addbe93a37a50c7ff220629bc68f99a911fcf911150714660a4804d5a2ba733918c91f886b229b565d6d256ef9bc2ea180d

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
new file mode 100644
index 000000000000..729fd1f0e010
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-03-14 20:14 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     94cf1ccbd9411cfb204294d8520424a7436878f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 19:48:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 20:14:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cf1ccb

kde-plasma/plasma-sdk: drop 5.27.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 73a9e13eb6a7..e94f4653bf37 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
-DIST plasma-sdk-5.27.2.tar.xz 319936 BLAKE2B 4912545dbe150946d0841b95f66edf2e16df8d50f7727c42ab6a1590ea14ef549f807594f67e0635b0d70bab680a698a243415cb68d91f8480324a3631175eb4 SHA512 17523ff97b15e92eb55a4fbbe1a3d53a1b343134169e1a852d37d36f413766e411260b35f31a75ed0b1b1159da9ab6164fcc7bc5e00a45ee78abcf8d225577c1
 DIST plasma-sdk-5.27.3.tar.xz 319608 BLAKE2B eead58e179d2a99a800a607cff83d180fb78b4b5d854206437efe1c3144b3b2cb0883ddbed6c235160551a84b278c799bf4760749d6929b57e19922debf1e738 SHA512 9457900eb46acc12c947f791a0e5fd48b75dd85c3f4a65a4e84d6fbc162e974878828aa66d70f335d8add6c1d2f4e207cb9819f5add28f8a4f1d1002b82ce2f6

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.2.ebuild
deleted file mode 100644
index 729fd1f0e010..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-28 15:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-02-28 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6a702e4220e8041510fa5ad98a2c1ba35ae9b2e3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 15:38:26 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 15:43:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a702e42

kde-plasma/plasma-sdk: drop 5.27.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 2fd2fec8daf3..499b9298c2ad 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
-DIST plasma-sdk-5.27.1.tar.xz 319540 BLAKE2B 0e4428e283e22571db46bfdf0c29a5ba399cd01998b577e193075ddfb574b5ef041fa9ff6ab8cdb07f4dc799d54645e0350a384a99da8ffaf2df01dc76fdbdb9 SHA512 f87f60bafaf5b140a52d0ee30675b4080eb632ccd4c07e158547e87ac20840102653efed51fb1a0928e8607c37ddf9fce74d74331bbe7bb55dbca8d462f8ab46
 DIST plasma-sdk-5.27.2.tar.xz 319936 BLAKE2B 4912545dbe150946d0841b95f66edf2e16df8d50f7727c42ab6a1590ea14ef549f807594f67e0635b0d70bab680a698a243415cb68d91f8480324a3631175eb4 SHA512 17523ff97b15e92eb55a4fbbe1a3d53a1b343134169e1a852d37d36f413766e411260b35f31a75ed0b1b1159da9ab6164fcc7bc5e00a45ee78abcf8d225577c1

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.1.ebuild
deleted file mode 100644
index 729fd1f0e010..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-22 10:23 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-02-22 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b44487984603356b33d80f4b5cde18bd391810ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:14:34 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:23:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4448798

kde-plasma/plasma-sdk: drop 5.27.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.27.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index f7062a3934c2..0d5234543d35 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
-DIST plasma-sdk-5.27.0.tar.xz 319560 BLAKE2B 320a0b874810fb4a2ed6cc51861a16a6287f98bd1f424cf6217ecfd868a168b4bd07d0d606b77f9d72cab88ba2cee946e69e2d7975d95eaa6fbcca324f482aa1 SHA512 38fe34895baace0371a2b57cdd35fd3bf187cf8fcc34c6aea6ea8a11a24a7dda7dc6b9c0ea2e9157b986457463af028f9dd9e7274b54b1da9e05c0cad6be847e
 DIST plasma-sdk-5.27.1.tar.xz 319540 BLAKE2B 0e4428e283e22571db46bfdf0c29a5ba399cd01998b577e193075ddfb574b5ef041fa9ff6ab8cdb07f4dc799d54645e0350a384a99da8ffaf2df01dc76fdbdb9 SHA512 f87f60bafaf5b140a52d0ee30675b4080eb632ccd4c07e158547e87ac20840102653efed51fb1a0928e8607c37ddf9fce74d74331bbe7bb55dbca8d462f8ab46

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.0.ebuild
deleted file mode 100644
index 729fd1f0e010..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.27.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-14 11:27 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-02-14 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     aeec72d41df2524f863158cf78523ef3bbb07105
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:49:19 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:26:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeec72d4

kde-plasma/plasma-sdk: drop 5.26.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild | 46 -------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 9d1d9dd6bda2..24cf0a44b9d4 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
-DIST plasma-sdk-5.26.90.tar.xz 319624 BLAKE2B 262c50acac7d891df194330c554626c053e19590daf01c217fbdda609d917bf8f8962849460b5d3f84d29810c75233b667b85f3ff68e17bdc4a6cd7edf4aa205 SHA512 61671c56e6fd08d1a1751128656225d105f8b571b6ee54988a8a2021482aab34cdb16b928f52c8e162c37e8e884b6e37c02850ecff03377989da6d739c906ebb
 DIST plasma-sdk-5.27.0.tar.xz 319560 BLAKE2B 320a0b874810fb4a2ed6cc51861a16a6287f98bd1f424cf6217ecfd868a168b4bd07d0d606b77f9d72cab88ba2cee946e69e2d7975d95eaa6fbcca324f482aa1 SHA512 38fe34895baace0371a2b57cdd35fd3bf187cf8fcc34c6aea6ea8a11a24a7dda7dc6b9c0ea2e9157b986457463af028f9dd9e7274b54b1da9e05c0cad6be847e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
deleted file mode 100644
index 729fd1f0e010..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-05 18:32 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-02-05 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ffa58f7c9e709e6c3321f72ca570346b7c5868
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 18:29:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 18:32:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ffa58f

kde-plasma/plasma-sdk: keyword 5.26.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
index fb2114e28c39..729fd1f0e010 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-01  9:47 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-02-01  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0f43c6567f202f4b2dd0b9c2a3f464ded6e20e52
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 08:32:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 09:26:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f43c656

kde-plasma/plasma-sdk: drop 5.25.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index b9b96df1049e..73ecd52c79cf 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
 DIST plasma-sdk-5.26.90.tar.xz 319624 BLAKE2B 262c50acac7d891df194330c554626c053e19590daf01c217fbdda609d917bf8f8962849460b5d3f84d29810c75233b667b85f3ff68e17bdc4a6cd7edf4aa205 SHA512 61671c56e6fd08d1a1751128656225d105f8b571b6ee54988a8a2021482aab34cdb16b928f52c8e162c37e8e884b6e37c02850ecff03377989da6d739c906ebb

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
deleted file mode 100644
index dc0a395a4021..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-02-01  6:41 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     65d90307f854ab66a7514303d535b45bcd976926
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:40:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:40:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d90307

kde-plasma/plasma-sdk: Stabilize 5.26.5 arm64, #889942

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
index f2763e7d848d..bbb899f8b261 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-01-24 18:40 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2023-01-24 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ae11f8011f6612fa0cedfb459d7cd10e2dee8306
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:39:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:40:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae11f801

kde-plasma/plasma-sdk: Stabilize 5.26.5 x86, #889942

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
index 69ded23f9beb..a77bb80f595f 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-01-20 13:11 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     d35907a4fc6a387fb6faaccb332f72ad4e196d5d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 12:55:48 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 13:10:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35907a4

kde-plasma/plasma-sdk: 5.26.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild | 46 +++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 09b38a38ad54..b9b96df1049e 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7
+DIST plasma-sdk-5.26.90.tar.xz 319624 BLAKE2B 262c50acac7d891df194330c554626c053e19590daf01c217fbdda609d917bf8f8962849460b5d3f84d29810c75233b667b85f3ff68e17bdc4a6cd7edf4aa205 SHA512 61671c56e6fd08d1a1751128656225d105f8b571b6ee54988a8a2021482aab34cdb16b928f52c8e162c37e8e884b6e37c02850ecff03377989da6d739c906ebb

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
new file mode 100644
index 000000000000..fb2114e28c39
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.90.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2023-01-04 15:20 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2023-01-04 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e4ee06ab99b3961e86a41cd7bc713986a02f7bad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 09:37:31 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 15:20:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ee06ab

kde-plasma/plasma-sdk: drop 5.26.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index bca6f6c9996b..09b38a38ad54 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
-DIST plasma-sdk-5.26.4.tar.xz 273740 BLAKE2B 0c8985e846fac259ed975203204c2a9dae812b125b87a7394b96a775e62cca2f0d75c20a2876a5bf6273809269bc4e9b3876320a5d5ba7706bb2705442b6d0c2 SHA512 1a683909e9b11acd1356f74a3e34d37d8bd52fed6f49fd4e1d68ec45c28973336a0fb7e91d3d0baae145072c0bdb8faf981e55ab8c82c0dc4fabf5e1fff25af2
 DIST plasma-sdk-5.26.5.tar.xz 274576 BLAKE2B 5752c9c8be5ea7a4e07bdb8f134ac3280bf90e38339784426e47e10784d7905bf6f516fb081b82279f8859f296247e3512efac7b45ac245a47e6b6e12c5027a8 SHA512 0757fb74770356b44f86fcdb3dbbf5cef75f80c3453471e42f79b974375099679cf87190509ab6af41d30d5236da4dcecfbd780695f0506e86c32981923f58c7

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild
deleted file mode 100644
index 6c53f0c9f6f1..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-12-09  8:20 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2022-12-09  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b56e49a3807f5dec32f8bd551d6d2ca5a6c080c8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 08:17:25 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 08:20:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56e49a3

kde-plasma/plasma-sdk: Keyword 5.26.4 x86, #876793

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild
index 197d21df897c..6c53f0c9f6f1 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-11-29 18:59 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-11-29 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dacf15240e8ce9e1e3cbba219260e5450c537d1c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 18:38:26 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 18:58:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacf1524

kde-plasma/plasma-sdk: drop 5.26.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index e986c7f15999..b3fba9f3b151 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
-DIST plasma-sdk-5.26.3.tar.xz 273616 BLAKE2B b4563971209535814338845e101b7da5e7ffe120035a68a0cf40c4a2cee13601739a9692fb7c79d4a8dcfa995ad6f978d983fda44617bf85f6756b3aaa027bd1 SHA512 b66a6b4d1f32c87a8b0539c463a633851f3367675e8a000bf1acfca28c682787cd6559f6369521a1288361a98ffd212d14052095456242e902c353efa2534fbf
 DIST plasma-sdk-5.26.4.tar.xz 273740 BLAKE2B 0c8985e846fac259ed975203204c2a9dae812b125b87a7394b96a775e62cca2f0d75c20a2876a5bf6273809269bc4e9b3876320a5d5ba7706bb2705442b6d0c2 SHA512 1a683909e9b11acd1356f74a3e34d37d8bd52fed6f49fd4e1d68ec45c28973336a0fb7e91d3d0baae145072c0bdb8faf981e55ab8c82c0dc4fabf5e1fff25af2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild
deleted file mode 100644
index 197d21df897c..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-11-16  8:55 WANG Xuerui
  0 siblings, 0 replies; 192+ messages in thread
From: WANG Xuerui @ 2022-11-16  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2c17134ba6105853a3a752091d3cc8f4b1bc4b46
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 06:12:01 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 08:54:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c17134b

kde-plasma/plasma-sdk: keyword 5.26.3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild
index 6ce54a919f26..197d21df897c 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-11-08 16:11 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-11-08 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     105339068c1f6b55c943272e4c0ec4a6c5f868b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 16:04:46 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 16:10:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10533906

kde-plasma/plasma-sdk: drop 5.26.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fa0064e4dff9..53477c957bb2 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
-DIST plasma-sdk-5.26.2.tar.xz 273716 BLAKE2B d6cd32cad5e3689a67d20b6f23ac8bda85b9e3edab8f574f3936918ce93b85cb6858fda1d08a5d35ae46b6a3ae89a61773545fa42d338cfd6f0779159a7912cb SHA512 389d02e89d84f5a1be249711a386f83af56b7659f404bfbd78ac85534a23df18fdc45a71d8166ea910a08eb795697afd026cbf8795685ea6fa0b343920bc81ac
 DIST plasma-sdk-5.26.3.tar.xz 273616 BLAKE2B b4563971209535814338845e101b7da5e7ffe120035a68a0cf40c4a2cee13601739a9692fb7c79d4a8dcfa995ad6f978d983fda44617bf85f6756b3aaa027bd1 SHA512 b66a6b4d1f32c87a8b0539c463a633851f3367675e8a000bf1acfca28c682787cd6559f6369521a1288361a98ffd212d14052095456242e902c353efa2534fbf

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild
deleted file mode 100644
index 6ce54a919f26..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-29 14:03 Yixun Lan
  0 siblings, 0 replies; 192+ messages in thread
From: Yixun Lan @ 2022-10-29 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     57cb9a6427f2571735ae2ca2d5d3372e1c97fefc
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 14:01:30 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 14:01:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cb9a64

kde-plasma/plasma-sdk: Keyword 5.26.2 riscv, #876793

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild
index a1a94758e20d..6ce54a919f26 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-26 13:51 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-10-26 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3c902fb03d3733ccc253d4df47a3fc0551788e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 13:33:23 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 13:50:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3c902f

kde-plasma/plasma-sdk: drop 5.26.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index dc540ddf3017..73e4e8b5cead 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
-DIST plasma-sdk-5.26.1.tar.xz 269696 BLAKE2B 5e548f8edfc39295d6936d3cdd7d0f88bcf4588b1eceeacf714dab9168412fb36cc14fa70c86548dc86adde31ed2348ee537775d4f0632925d73d091b8e88307 SHA512 07ae4b1a03dd65a11fe72676bff747ce0c5997e004d73dc19138741bc9cef6b3c011814e0aa673570d2365a7451cee2bbd1839c0dd5a64c47edc276bfc0accb0
 DIST plasma-sdk-5.26.2.tar.xz 273716 BLAKE2B d6cd32cad5e3689a67d20b6f23ac8bda85b9e3edab8f574f3936918ce93b85cb6858fda1d08a5d35ae46b6a3ae89a61773545fa42d338cfd6f0779159a7912cb SHA512 389d02e89d84f5a1be249711a386f83af56b7659f404bfbd78ac85534a23df18fdc45a71d8166ea910a08eb795697afd026cbf8795685ea6fa0b343920bc81ac

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild
deleted file mode 100644
index a1a94758e20d..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-26  4:42 Arthur Zamarin
  0 siblings, 0 replies; 192+ messages in thread
From: Arthur Zamarin @ 2022-10-26  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9b1f5ff2f9f1ba2f83d96d82f6e5ba00a3225fd2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 04:41:43 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 04:41:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1f5ff2

kde-plasma/plasma-sdk: Keyword 5.26.1 ppc64, #876793

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild
index 8f26cab6fc45..a1a94758e20d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-18 13:47 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-10-18 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     21db09e78c420de883b8ef06a19ba68a2aa8c10e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 12:48:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 13:47:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21db09e7

kde-plasma/plasma-sdk: drop 5.26.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 15c5806041a6..38c5104c9752 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
-DIST plasma-sdk-5.26.0.tar.xz 269724 BLAKE2B 4f9a5f495c6a865ac40402452f71df9c97c09ca6b949237db52f3f9007c6d0da77d7e1db78b479a6517fd96ec89943600d5904b61a782abd9fe506cf1145c1d2 SHA512 deb3cd4abf779d487951c2d6df78e4011b75580157cb113428919137927b17c17df81c60893f53b16704222ca806b0065b9af6b75d2bbac20a6a5ccf4c82ceb8
 DIST plasma-sdk-5.26.1.tar.xz 269696 BLAKE2B 5e548f8edfc39295d6936d3cdd7d0f88bcf4588b1eceeacf714dab9168412fb36cc14fa70c86548dc86adde31ed2348ee537775d4f0632925d73d091b8e88307 SHA512 07ae4b1a03dd65a11fe72676bff747ce0c5997e004d73dc19138741bc9cef6b3c011814e0aa673570d2365a7451cee2bbd1839c0dd5a64c47edc276bfc0accb0

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild
deleted file mode 100644
index ed97925781a7..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-11 12:40 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4915c4e68df21e7dd8d48132abae7ac136042de3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 18:16:03 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:40:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4915c4e6

kde-plasma/plasma-sdk: add 5.26.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 6679708aadba..27f8ca8fde22 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e
+DIST plasma-sdk-5.26.0.tar.xz 269724 BLAKE2B 4f9a5f495c6a865ac40402452f71df9c97c09ca6b949237db52f3f9007c6d0da77d7e1db78b479a6517fd96ec89943600d5904b61a782abd9fe506cf1145c1d2 SHA512 deb3cd4abf779d487951c2d6df78e4011b75580157cb113428919137927b17c17df81c60893f53b16704222ca806b0065b9af6b75d2bbac20a6a5ccf4c82ceb8

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild
new file mode 100644
index 000000000000..ed97925781a7
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.26.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.99.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-10-10  9:54 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-10-10  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b65a1e1e560e28e51b5a94869fa7b7378972e3f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:13:46 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 09:47:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65a1e1e

kde-plasma/plasma-sdk: drop 5.24.6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index a32c1a9f4ead..6679708aadba 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.24.6.tar.xz 261660 BLAKE2B 077d093a03c785ad860a736e9f785a440e86c1599f330f0a3cb128709cc589bc50a83207e2c66cf5d84cc5d08e8baf169441cadd3c8daec69c177702e00c7fa9 SHA512 7e5888422eac1d6f1039609f50fc328f98abfc07bb20a2590c6313f627dd2578e53427cd92239e06bf51b9146863db6c5396569479bb128fdd2787d788d2a0b5
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
deleted file mode 100644
index 9a4e22d5c841..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.92.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-09-30  3:52 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-09-30  3:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e397badbb46a52b098a98479b7aa5002db8a14f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 03:52:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 03:52:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e397badb

kde-plasma/plasma-sdk: Stabilize 5.25.5 arm64, #868909

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
index adcae16277fb..dc0a395a4021 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-09-30  2:18 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-09-30  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2b22729eb9241406fe09c649cd1c945994d3981c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 02:17:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 02:17:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b22729e

kde-plasma/plasma-sdk: Stabilize 5.25.5 amd64, #868909

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
index a7ac4d464c4f..74bd9bbe4747 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.25.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-09-06 19:22 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-09-06 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2c02f40eca443cfae8a2e83a613fa3868386510d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 18:20:49 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 19:21:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c02f40e

kde-plasma/plasma-sdk: drop 5.25.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 671d9b254b7d..a32c1a9f4ead 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.24.6.tar.xz 261660 BLAKE2B 077d093a03c785ad860a736e9f785a440e86c1599f330f0a3cb128709cc589bc50a83207e2c66cf5d84cc5d08e8baf169441cadd3c8daec69c177702e00c7fa9 SHA512 7e5888422eac1d6f1039609f50fc328f98abfc07bb20a2590c6313f627dd2578e53427cd92239e06bf51b9146863db6c5396569479bb128fdd2787d788d2a0b5
-DIST plasma-sdk-5.25.4.tar.xz 266912 BLAKE2B 74da8c8599153ccf83ac904e1a1f3a4e9556955796db9e01753dd4304ef96896fee862339ca8559597dc4a5aa59dd1dda89d5a3818bf5f78572ee24ec61eacda SHA512 6d83b306a01271a3791c34e8e6ef994b79a6b02d5986cc04c584960daa05509870f0ac01c8117f6c7b8e60242f52eba08920344561647191e6095f879fb208a3
 DIST plasma-sdk-5.25.5.tar.xz 266968 BLAKE2B 54d3f19009eb2cd006ce4f6126ebb0a9f4b8ddd241afbf8ae7e7b78b5a0ca4ba29645ba2750fc98c403bb871461a5e62f034216c28e6b5f2feea10b4557cdc6a SHA512 19b9964821861c0a9058f95145fe15b39920a4c600db1aa37983de8a6b304320cdd19469e38096e3bfc6d0ff15843694144a7313fc7500e99a29b6e5dd91079e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.4.ebuild
deleted file mode 100644
index a7ac4d464c4f..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-08-07 15:51 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-08-07 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0055e973bb266dad30f990dae275a7fd7bbb484c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 20:01:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 15:43:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0055e973

kde-plasma/plasma-sdk: drop 5.24.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 12e1dcd0b150..6debf74a6d35 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
 DIST plasma-sdk-5.24.6.tar.xz 261660 BLAKE2B 077d093a03c785ad860a736e9f785a440e86c1599f330f0a3cb128709cc589bc50a83207e2c66cf5d84cc5d08e8baf169441cadd3c8daec69c177702e00c7fa9 SHA512 7e5888422eac1d6f1039609f50fc328f98abfc07bb20a2590c6313f627dd2578e53427cd92239e06bf51b9146863db6c5396569479bb128fdd2787d788d2a0b5
 DIST plasma-sdk-5.25.4.tar.xz 266912 BLAKE2B 74da8c8599153ccf83ac904e1a1f3a4e9556955796db9e01753dd4304ef96896fee862339ca8559597dc4a5aa59dd1dda89d5a3818bf5f78572ee24ec61eacda SHA512 6d83b306a01271a3791c34e8e6ef994b79a6b02d5986cc04c584960daa05509870f0ac01c8117f6c7b8e60242f52eba08920344561647191e6095f879fb208a3

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
deleted file mode 100644
index 305df908068b..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-08-07  5:12 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-08-07  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a94e5199f3dc94e8686dc73b5922e858fd8060
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 05:12:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 05:12:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a94e51

kde-plasma/plasma-sdk: Stabilize 5.24.6 arm64, #857882

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
index 31d16fee567e..9a4e22d5c841 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-08-02 18:38 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-08-02 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d099ffe01fa11074c647b2e3e33a0840dfc8c8ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 12:41:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 18:38:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d099ffe0

kde-plasma/plasma-sdk: drop 5.25.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 1948c44ffef2..12e1dcd0b150 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
 DIST plasma-sdk-5.24.6.tar.xz 261660 BLAKE2B 077d093a03c785ad860a736e9f785a440e86c1599f330f0a3cb128709cc589bc50a83207e2c66cf5d84cc5d08e8baf169441cadd3c8daec69c177702e00c7fa9 SHA512 7e5888422eac1d6f1039609f50fc328f98abfc07bb20a2590c6313f627dd2578e53427cd92239e06bf51b9146863db6c5396569479bb128fdd2787d788d2a0b5
-DIST plasma-sdk-5.25.3.tar.xz 266812 BLAKE2B dbbf830bb1856ce11bafe1ce7a1770180b14f4eacec74b3d1335af8be00a4aee87d3e43dd0c41145efd9f5ddcb25235b0186063aa1b027347e9e50fe4b490c80 SHA512 ad4cbb6b59f38e2f09a62df9f86ca09ab25d25c567befe76d742a1c6ef0c8e6dd3567f9ce0f5baf7abd42721d2e704ed2250f4accd263bfc4148278663b412e9
 DIST plasma-sdk-5.25.4.tar.xz 266912 BLAKE2B 74da8c8599153ccf83ac904e1a1f3a4e9556955796db9e01753dd4304ef96896fee862339ca8559597dc4a5aa59dd1dda89d5a3818bf5f78572ee24ec61eacda SHA512 6d83b306a01271a3791c34e8e6ef994b79a6b02d5986cc04c584960daa05509870f0ac01c8117f6c7b8e60242f52eba08920344561647191e6095f879fb208a3

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.3.ebuild
deleted file mode 100644
index a7ac4d464c4f..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-07-30  8:51 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2022-07-30  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d48f735acb40314609174e293b639db383b1576a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 08:50:41 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:50:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f735a

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

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
index 4ca512699d52..31d16fee567e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-07-28 11:03 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2022-07-28 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bc58c8974d582e6e2b2aaeed250fadd43afa7779
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 11:01:58 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 11:01:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc58c897

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

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
index ae2e25b2ba0c..4ca512699d52 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-07-13  9:17 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-07-13  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     db3f46bb3a981f95e74b04fe4aa96b367a1f06f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 15:42:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 09:16:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3f46bb

kde-plasma/plasma-sdk: drop 5.25.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 926431381aa6..e6e0e2919f76 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
 DIST plasma-sdk-5.24.6.tar.xz 261660 BLAKE2B 077d093a03c785ad860a736e9f785a440e86c1599f330f0a3cb128709cc589bc50a83207e2c66cf5d84cc5d08e8baf169441cadd3c8daec69c177702e00c7fa9 SHA512 7e5888422eac1d6f1039609f50fc328f98abfc07bb20a2590c6313f627dd2578e53427cd92239e06bf51b9146863db6c5396569479bb128fdd2787d788d2a0b5
-DIST plasma-sdk-5.25.2.tar.xz 263684 BLAKE2B 7ce338380c22a547137d8e614a51d748bf6b5dd87cddfebf2e559252763236cca567683f9147bd52cb67ed434487416196be2f0b5789d3ff242a3ac8b4dc94cd SHA512 a3c8fd3616e59242c04e8d02de900455914b51407eb47de40e0ddd9802c6993bffb44fae4944746ecdaf6de47432902184253f2ccc976a78f30b97d48d60631c
 DIST plasma-sdk-5.25.3.tar.xz 266812 BLAKE2B dbbf830bb1856ce11bafe1ce7a1770180b14f4eacec74b3d1335af8be00a4aee87d3e43dd0c41145efd9f5ddcb25235b0186063aa1b027347e9e50fe4b490c80 SHA512 ad4cbb6b59f38e2f09a62df9f86ca09ab25d25c567befe76d742a1c6ef0c8e6dd3567f9ce0f5baf7abd42721d2e704ed2250f4accd263bfc4148278663b412e9

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.2.ebuild
deleted file mode 100644
index 49e17c91c35e..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-06-28 17:54 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-06-28 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb441678f4e82dff46c3372f22d656a5a9c9beb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 17:53:32 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 17:53:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb44167

kde-plasma/plasma-sdk: drop 5.25.1*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 1b4a7a2258d7..0c5e2f93c050 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
-DIST plasma-sdk-5.25.1.tar.xz 263688 BLAKE2B 50e8144ff8b91c2e1b126ae258f61104e0d26667916d4ce03e16d23106ee05c6a38d134a97dfbb37911c72fc045757bfe61f00af2144210a3e1bdb2d32f03d41 SHA512 5e8e2dfdcd6c47524f38818f8e390f75db45ecade3ec8e5530dbd1636ffd602931dbfab900cfd63afd2c7dbfe1d8eaef6a6ebbc62c044dd08307041de410d2e1
 DIST plasma-sdk-5.25.2.tar.xz 263684 BLAKE2B 7ce338380c22a547137d8e614a51d748bf6b5dd87cddfebf2e559252763236cca567683f9147bd52cb67ed434487416196be2f0b5789d3ff242a3ac8b4dc94cd SHA512 a3c8fd3616e59242c04e8d02de900455914b51407eb47de40e0ddd9802c6993bffb44fae4944746ecdaf6de47432902184253f2ccc976a78f30b97d48d60631c

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.1.ebuild
deleted file mode 100644
index 49e17c91c35e..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-06-21 21:28 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-06-21 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     36e28f526050226c9c5e398e2689fa7e58d85e41
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 21:20:56 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:28:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e28f52

kde-plasma/plasma-sdk: drop 5.25.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ffe74b4b01e4..cc63c37574cc 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
-DIST plasma-sdk-5.25.0.tar.xz 264120 BLAKE2B 5325f76ebc6ab334e633c63c568aa57b0d002abe9afe4ca9ca58ad89d4d6ae5a7c09dc76d005212a214c12a70f7bf1e962c9212c17ce02a7e23a8e34174c5312 SHA512 0d8d2eb65dc8ea12623a32b859620d8abbb3498ac9b843d4e645c0721a2ceb9918d284e7aa8d3f1f02291004dca34b531c1b7003ad3155914d8ff6760234a70c
 DIST plasma-sdk-5.25.1.tar.xz 263688 BLAKE2B 50e8144ff8b91c2e1b126ae258f61104e0d26667916d4ce03e16d23106ee05c6a38d134a97dfbb37911c72fc045757bfe61f00af2144210a3e1bdb2d32f03d41 SHA512 5e8e2dfdcd6c47524f38818f8e390f75db45ecade3ec8e5530dbd1636ffd602931dbfab900cfd63afd2c7dbfe1d8eaef6a6ebbc62c044dd08307041de410d2e1

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild
deleted file mode 100644
index b39a8ec3618b..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-06-14 12:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-06-14 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3252aea50e0f365e8c7cf672c12925aa243ca76e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 08:24:00 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:43:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3252aea5

kde-plasma/plasma-sdk: 5.25.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ecdf057924a5..9bb0a8c35536 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8
+DIST plasma-sdk-5.25.0.tar.xz 264120 BLAKE2B 5325f76ebc6ab334e633c63c568aa57b0d002abe9afe4ca9ca58ad89d4d6ae5a7c09dc76d005212a214c12a70f7bf1e962c9212c17ce02a7e23a8e34174c5312 SHA512 0d8d2eb65dc8ea12623a32b859620d8abbb3498ac9b843d4e645c0721a2ceb9918d284e7aa8d3f1f02291004dca34b531c1b7003ad3155914d8ff6760234a70c

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild
new file mode 100644
index 000000000000..b39a8ec3618b
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.25.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-05-29 20:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-05-29 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a080057e1d064ee390fad6d36a256fb11949e28b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 20:18:46 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 29 20:24:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a080057e

kde-plasma/plasma-sdk: Drop 5.24.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 305320851330..ecdf057924a5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.24.4.tar.xz 261172 BLAKE2B c195814d62cfa8d22df67e726a11004e7a3530b0eec358a7b90270b09d525ef8817602a0dfac974e097c8b62f417af688a0b0173ca95868443585d267fefce2b SHA512 c531f4df314b25f7e34495a4c26189a5c83065523935a20ff482ddd22df7b922dd06784a218d41817bd49edef3bb1b41c09bfdd26aa806914a40781210d25690
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
deleted file mode 100644
index 305df908068b..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-05-28 20:35 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2022-05-28 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     baa28f23ba5e4edf8f0528502b9bd440ae7ade25
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 20:35:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 20:35:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa28f23

kde-plasma/plasma-sdk: Stabilize 5.24.5 arm64, #845075

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
index dd4cbaa46efa..305df908068b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-05-28  7:04 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2022-05-28  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9e0d04bab724383eb28b4fc22887f114ce9f6b18
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 07:03:06 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 28 07:04:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0d04ba

kde-plasma/plasma-sdk: 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 <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
index 1dea998428ed..dd4cbaa46efa 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-05-27 11:14 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2022-05-27 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     264ec7f805537e957c0147c7a68cde4110c0c65c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 11:14:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 27 11:14:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264ec7f8

kde-plasma/plasma-sdk: Stabilize 5.24.5 amd64, #845075

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
index 7aeb98067ec4..1dea998428ed 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-05-03 22:41 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-05-03 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     db41ea3203b39e59616693133857d0a051b67b62
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 22:39:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  3 22:41:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db41ea32

kde-plasma/plasma-sdk: 5.24.5 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 4df4955e7d3f..dd72cddecfd8 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
 DIST plasma-sdk-5.24.4.tar.xz 261172 BLAKE2B c195814d62cfa8d22df67e726a11004e7a3530b0eec358a7b90270b09d525ef8817602a0dfac974e097c8b62f417af688a0b0173ca95868443585d267fefce2b SHA512 c531f4df314b25f7e34495a4c26189a5c83065523935a20ff482ddd22df7b922dd06784a218d41817bd49edef3bb1b41c09bfdd26aa806914a40781210d25690
+DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa SHA512 9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
new file mode 100644
index 000000000000..7aeb98067ec4
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-04-29 13:33 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2022-04-29 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4dccf6ac04c92a0963bd57c08d407ae9d461c2a4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 13:32:45 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 13:32:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dccf6ac

kde-plasma/plasma-sdk: 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 <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
index 3e5f78ae9361..305df908068b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-04-29 13:29 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2022-04-29 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5386a625cfd4f8b75f02ab8abe2d12afa9c6f661
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 13:28:26 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 13:28:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5386a625

kde-plasma/plasma-sdk: 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 <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
index 746fd808bb1d..3e5f78ae9361 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-04-29  5:38 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-04-29  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6f1b62962237ef7bfb58ad34be5eb73b178ded46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 05:36:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 05:36:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1b6296

kde-plasma/plasma-sdk: Stabilize 5.24.4 arm64, #839297

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
index 7aeb98067ec4..746fd808bb1d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-03-29 15:57 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-03-29 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     98e9b7d10c85cfe16c68372928e1dc0fdacde890
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 15:48:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 15:56:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e9b7d1

kde-plasma/plasma-sdk: drop 5.24.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 798abd13101f..4df4955e7d3f 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
-DIST plasma-sdk-5.24.3.tar.xz 260984 BLAKE2B f5aef5b13e5990c759eae17ce6d7e59619448d5dcc7a20093ee5f4245fa2712f9ed6c6b445302ca324113d0ddeb5a0e67d770c053662aafd6fe83cf2b9b4f815 SHA512 4466617516e0f9614b0c3923305111aad45677304155fedd11b73049da60ff6f6df504339e9694694b728885d611bb325ba4f3ebc84b6ef5281d47194b08f12a
 DIST plasma-sdk-5.24.4.tar.xz 261172 BLAKE2B c195814d62cfa8d22df67e726a11004e7a3530b0eec358a7b90270b09d525ef8817602a0dfac974e097c8b62f417af688a0b0173ca95868443585d267fefce2b SHA512 c531f4df314b25f7e34495a4c26189a5c83065523935a20ff482ddd22df7b922dd06784a218d41817bd49edef3bb1b41c09bfdd26aa806914a40781210d25690

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.3.ebuild
deleted file mode 100644
index 7aeb98067ec4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-03-08 17:18 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-03-08 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     def210b357c6a32e624b04a5102e25179f537bfe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:01:00 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 17:16:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def210b3

kde-plasma/plasma-sdk: drop 5.24.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 84df1cb0864d..0a640a3d7fce 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
-DIST plasma-sdk-5.24.2.tar.xz 260184 BLAKE2B ed28e4c55f291db5ceae948a6406ff0682324d396339bf1bf97f0984e7fd211d2fa0b9db7b7487164daa0876a08307f4aca33233c900852e583c7c7a5fc93971 SHA512 d0e55bc6916cca4e3ed7624db9b9788742bb7b6bd400a09e90cbb4149969e2a084337e2f48ffbd2f05ed9aca24b60ec46a5b0916507c3ecbfb4924611ce0c6f5
 DIST plasma-sdk-5.24.3.tar.xz 260984 BLAKE2B f5aef5b13e5990c759eae17ce6d7e59619448d5dcc7a20093ee5f4245fa2712f9ed6c6b445302ca324113d0ddeb5a0e67d770c053662aafd6fe83cf2b9b4f815 SHA512 4466617516e0f9614b0c3923305111aad45677304155fedd11b73049da60ff6f6df504339e9694694b728885d611bb325ba4f3ebc84b6ef5281d47194b08f12a

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.2.ebuild
deleted file mode 100644
index 7aeb98067ec4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-02-22 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-02-22 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     93ee24f8e0f9cc9c02b9e49392f27a190fa4d44b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 16:54:30 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 16:54:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ee24f8

kde-plasma/plasma-sdk: drop 5.24.1*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 394b29c7dda6..89b3e8163d09 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
-DIST plasma-sdk-5.24.1.tar.xz 260260 BLAKE2B 3181b1dee243a64dd99610c3b4c2b3d9a925353c82cde08cbe0176bb37e2f5446f680ec8794e482525bf0ab88eb946a155afa6b64ec6d8156aeedc3f2b690b10 SHA512 d7390cc20b24900d9286e35ca36dcd05235ed412a390a416274f8789b3fea56650c22a5328e3bb878278507b58ada4e7729efddc34ab674971791ce1d8808c7d
 DIST plasma-sdk-5.24.2.tar.xz 260184 BLAKE2B ed28e4c55f291db5ceae948a6406ff0682324d396339bf1bf97f0984e7fd211d2fa0b9db7b7487164daa0876a08307f4aca33233c900852e583c7c7a5fc93971 SHA512 d0e55bc6916cca4e3ed7624db9b9788742bb7b6bd400a09e90cbb4149969e2a084337e2f48ffbd2f05ed9aca24b60ec46a5b0916507c3ecbfb4924611ce0c6f5

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.1.ebuild
deleted file mode 100644
index 7aeb98067ec4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-02-15 17:51 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-02-15 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     276a456e518bea135aaffd3abce554b6346231b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 14:48:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 17:50:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276a456e

kde-plasma/plasma-sdk: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index d34f9183916c..3866b3bedf8b 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
-DIST plasma-sdk-5.24.0.tar.xz 260176 BLAKE2B 966d3d8a0222829351ee6fa2fb6dad77677d2de1e1caadd42095dd14261d082e3b5533425b0fa41d2a7b266328297a2c5a6be3d3ad38900de1bd94faee04d050 SHA512 7e23fd9f2e41f5a62f46f476e4eafafe19aa65c2d3830bed09f1ab039f11bcaa1ff93322ceffe345192b9954d4b29b445003f20b9f1d1c9ec9072d0598b0bda6
 DIST plasma-sdk-5.24.1.tar.xz 260260 BLAKE2B 3181b1dee243a64dd99610c3b4c2b3d9a925353c82cde08cbe0176bb37e2f5446f680ec8794e482525bf0ab88eb946a155afa6b64ec6d8156aeedc3f2b690b10 SHA512 d7390cc20b24900d9286e35ca36dcd05235ed412a390a416274f8789b3fea56650c22a5328e3bb878278507b58ada4e7729efddc34ab674971791ce1d8808c7d

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.24.0.ebuild
deleted file mode 100644
index 7aeb98067ec4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-02-08 13:10 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-02-08 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     25a28621ecf7261892e61de5f60cb337db147a60
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 13:05:26 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 13:10:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a28621

kde-plasma/plasma-sdk: drop 5.23.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild | 46 -------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 11145d6e1aba..ec62688030b2 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
-DIST plasma-sdk-5.23.90.tar.xz 259796 BLAKE2B 3e834653458ed5fa6d5659b0d133a477921eaed96bfd4a46d11be71a6b170a3b9e1b6f86395fa2db67d95c8eb69630ba2322520dbd38296edd7c5b8b663b23a8 SHA512 57a09ff7391e325d56078a6fc4f780d002b50b814b85cb1c56563617f4cc9b0524d9f57a352f70da7830f5f17262d1b6bf8a6cd0baa87ea8cd8b859fd1f669a0
 DIST plasma-sdk-5.24.0.tar.xz 260176 BLAKE2B 966d3d8a0222829351ee6fa2fb6dad77677d2de1e1caadd42095dd14261d082e3b5533425b0fa41d2a7b266328297a2c5a6be3d3ad38900de1bd94faee04d050 SHA512 7e23fd9f2e41f5a62f46f476e4eafafe19aa65c2d3830bed09f1ab039f11bcaa1ff93322ceffe345192b9954d4b29b445003f20b9f1d1c9ec9072d0598b0bda6

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild
deleted file mode 100644
index 7aeb98067ec4..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-25  9:49 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-01-25  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     59fc241588141dd44811c23814b587f486948d3b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 08:41:29 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 09:43:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fc2415

kde-plasma/plasma-sdk: drop 5.23.4*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fe8f8bdc8e36..8249b6cd92ba 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-sdk-5.23.4.tar.xz 276360 BLAKE2B 9b876c5bae76893c076003b6ceb834d26a287b4f11cf0bd2a45f0b8366556164c361b00a36414b202a51b0d20fd87e3e194e657fe7f0b72a10e45afc7385bf7c SHA512 af9485111ea0ddde5840a62c6b8592936298692b75dd7de59d4f214973d02d2cb330a6f419eefef64338052b5ea59fdf066c9ff66086342e70d64268beb4a0b2
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
 DIST plasma-sdk-5.23.90.tar.xz 259796 BLAKE2B 3e834653458ed5fa6d5659b0d133a477921eaed96bfd4a46d11be71a6b170a3b9e1b6f86395fa2db67d95c8eb69630ba2322520dbd38296edd7c5b8b663b23a8 SHA512 57a09ff7391e325d56078a6fc4f780d002b50b814b85cb1c56563617f4cc9b0524d9f57a352f70da7830f5f17262d1b6bf8a6cd0baa87ea8cd8b859fd1f669a0

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
deleted file mode 100644
index 8c39ca97e09f..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-24 22:37 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2022-01-24 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c7568bb9e24b04593f737eff26e5a96e8621f7c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 22:36:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 22:36:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7568bb9

kde-plasma/plasma-sdk: Stabilize 5.23.5 arm64, #830740

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
index d52a7dbf139d..e5b4a04619ad 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-19  9:26 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2022-01-19  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f4ec9c7a45740d278ad5a80fe6f3a2921c3985e5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 09:25:52 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 09:25:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ec9c7a

kde-plasma/plasma-sdk: Stabilize 5.23.5 x86, #830740

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
index b8124dcf1b5a..d52a7dbf139d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-18 23:39 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2022-01-18 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     92bc7798776a398046a430290abd9e753a9af39e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 23:38:41 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 23:38:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bc7798

kde-plasma/plasma-sdk: Stabilize 5.23.5 amd64, #830740

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
index 8110a208dfcc..b8124dcf1b5a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-18 17:40 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-01-18 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b4fd5b2e951bc91ee57ce51e0d96e20d757bea50
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 17:22:59 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 17:36:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fd5b2e

kde-plasma/plasma-sdk: 5.23.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild | 46 +++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index dca3ca53cda5..fe8f8bdc8e36 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.23.4.tar.xz 276360 BLAKE2B 9b876c5bae76893c076003b6ceb834d26a287b4f11cf0bd2a45f0b8366556164c361b00a36414b202a51b0d20fd87e3e194e657fe7f0b72a10e45afc7385bf7c SHA512 af9485111ea0ddde5840a62c6b8592936298692b75dd7de59d4f214973d02d2cb330a6f419eefef64338052b5ea59fdf066c9ff66086342e70d64268beb4a0b2
 DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26
+DIST plasma-sdk-5.23.90.tar.xz 259796 BLAKE2B 3e834653458ed5fa6d5659b0d133a477921eaed96bfd4a46d11be71a6b170a3b9e1b6f86395fa2db67d95c8eb69630ba2322520dbd38296edd7c5b8b663b23a8 SHA512 57a09ff7391e325d56078a6fc4f780d002b50b814b85cb1c56563617f4cc9b0524d9f57a352f70da7830f5f17262d1b6bf8a6cd0baa87ea8cd8b859fd1f669a0

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild
new file mode 100644
index 000000000000..7aeb98067ec4
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.90.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2022-01-04 15:10 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a26bed3dca142b7c64a64ad96979e2a31a61d9bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  4 12:05:56 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 15:09:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26bed3d

kde-plasma/plasma-sdk: 5.23.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 0dec6e1111d1..dca3ca53cda5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.23.4.tar.xz 276360 BLAKE2B 9b876c5bae76893c076003b6ceb834d26a287b4f11cf0bd2a45f0b8366556164c361b00a36414b202a51b0d20fd87e3e194e657fe7f0b72a10e45afc7385bf7c SHA512 af9485111ea0ddde5840a62c6b8592936298692b75dd7de59d4f214973d02d2cb330a6f419eefef64338052b5ea59fdf066c9ff66086342e70d64268beb4a0b2
+DIST plasma-sdk-5.23.5.tar.xz 276324 BLAKE2B 3fcd495144b8e4f9a8cde0e47ed817f20f2835fd000a9c323a1596e184abc77b3625cd9b611f326dfc3eb8fa3c534f0bd5be74e319b0be3c6700e0554908c2c2 SHA512 ab03ff2b10db3f73e88e856ef905f3b00dafd11fbbbc24f4ad0ae8596ea793eaa806cf30867a3a0a9abb9213b3cc221f2a9c8fc4d0f724f2840aa1bfe2d38f26

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
new file mode 100644
index 000000000000..8110a208dfcc
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-12-14  9:28 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-12-14  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b1b29bf05e8079b6bb2f4dc174d147ac45c6c021
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 13:57:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 09:22:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b29bf0

kde-plasma/plasma-sdk: drop 5.22.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 83ad04ba4188..0dec6e1111d1 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
 DIST plasma-sdk-5.23.4.tar.xz 276360 BLAKE2B 9b876c5bae76893c076003b6ceb834d26a287b4f11cf0bd2a45f0b8366556164c361b00a36414b202a51b0d20fd87e3e194e657fe7f0b72a10e45afc7385bf7c SHA512 af9485111ea0ddde5840a62c6b8592936298692b75dd7de59d4f214973d02d2cb330a6f419eefef64338052b5ea59fdf066c9ff66086342e70d64268beb4a0b2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
deleted file mode 100644
index 5ecc2fc17e22..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-12-13 23:04 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-12-13 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c85c544aab843bea1d2519b300340bdf00817605
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 23:01:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 23:04:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85c544a

kde-plasma/plasma-sdk: Stabilize 5.23.4 arm64, #826898

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
index 8992c8d15e95..8c39ca97e09f 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-12-13 18:32 Jakov Smolić
  0 siblings, 0 replies; 192+ messages in thread
From: Jakov Smolić @ 2021-12-13 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     961ec88a84c601b3db65e6382fb3a1fe03d824b3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 18:31:54 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 18:31:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961ec88a

kde-plasma/plasma-sdk: Stabilize 5.23.4 x86, #826898

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
index 7c2502ef0a59..8992c8d15e95 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-12-13  0:10 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-12-13  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f35ed0b4f17258f22704e869737368f4adcc2ca4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 00:10:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 00:10:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35ed0b4

kde-plasma/plasma-sdk: Stabilize 5.23.4 amd64, #826898

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
index 9c5a5e9fa9b6..7c2502ef0a59 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-11-30 14:32 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-11-30 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     81f3aa33932f39399c1de8a81c6dc37cf631b927
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 14:20:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 14:32:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f3aa33

kde-plasma/plasma-sdk: drop 5.23.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 7a4f191ab6ca..83ad04ba4188 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
-DIST plasma-sdk-5.23.3.tar.xz 275876 BLAKE2B 168613c51150bce50835cadfb2b778c426bfa23d51f538e71f0acf78298c05a1f4bd49d2136da40765498916aec055ad31eccb862bc2daadd86b68ef9041e6f5 SHA512 9ff8e4d1511b4488093ec65bc62fcd0c23533a7e98bae1937034a2d55720d52963108707d5ee2d2e25bfc993210cfd5de712e4168d011de286d077acc4c891ea
 DIST plasma-sdk-5.23.4.tar.xz 276360 BLAKE2B 9b876c5bae76893c076003b6ceb834d26a287b4f11cf0bd2a45f0b8366556164c361b00a36414b202a51b0d20fd87e3e194e657fe7f0b72a10e45afc7385bf7c SHA512 af9485111ea0ddde5840a62c6b8592936298692b75dd7de59d4f214973d02d2cb330a6f419eefef64338052b5ea59fdf066c9ff66086342e70d64268beb4a0b2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.3.ebuild
deleted file mode 100644
index 9c5a5e9fa9b6..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-11-09 17:15 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-11-09 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     67afbcf54a4b92a871581d3a6263412add7b0ae5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 14:37:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 17:15:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67afbcf5

kde-plasma/plasma-sdk: drop 5.23.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 703109747b0..2ff734ed45d 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
-DIST plasma-sdk-5.23.2.tar.xz 275820 BLAKE2B c751f8314a31c9e0d7643a3a8f0941b3604ecda6837caaa1a598b93afbefe563977e1931f03948c6391f985479057c0f9e9e2ff571eafa454c7c3d616028a4b7 SHA512 a0c7a08785fde641d58263b53355e87bde5c94b7c40fe25c33c3f50aaf3992828574d5b741922ad25e3baebf1bd89d36e901a3baff3f5ff7f8a9a3221417a499
 DIST plasma-sdk-5.23.3.tar.xz 275876 BLAKE2B 168613c51150bce50835cadfb2b778c426bfa23d51f538e71f0acf78298c05a1f4bd49d2136da40765498916aec055ad31eccb862bc2daadd86b68ef9041e6f5 SHA512 9ff8e4d1511b4488093ec65bc62fcd0c23533a7e98bae1937034a2d55720d52963108707d5ee2d2e25bfc993210cfd5de712e4168d011de286d077acc4c891ea

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
deleted file mode 100644
index 9c5a5e9fa9b..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-10-31  3:17 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-10-31  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3af1515b571560f90789d672b75c7390e5320249
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 03:16:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 03:16:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af1515b

kde-plasma/plasma-sdk: drop 5.23.1*

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index f90cb93aa45..441625dc256 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
-DIST plasma-sdk-5.23.1.tar.xz 275828 BLAKE2B 88a97fec302deb0ecdabb4ecf92673413e780707a78c2e1a5c9ee6c0d45793df8e2ba70f4fff1b427b6b7f1dc80adedcddf613eb8ebc7705400345e3e4caa43a SHA512 1e8c03f6889cf289525506141202875a5200a07f0bead40b005a25e74e3b191aa016cb12584ddcf4890eecefba97838d51ad54fe531cf3cee324d17914e6f826
 DIST plasma-sdk-5.23.2.tar.xz 275820 BLAKE2B c751f8314a31c9e0d7643a3a8f0941b3604ecda6837caaa1a598b93afbefe563977e1931f03948c6391f985479057c0f9e9e2ff571eafa454c7c3d616028a4b7 SHA512 a0c7a08785fde641d58263b53355e87bde5c94b7c40fe25c33c3f50aaf3992828574d5b741922ad25e3baebf1bd89d36e901a3baff3f5ff7f8a9a3221417a499

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.1.ebuild
deleted file mode 100644
index 9c5a5e9fa9b..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-10-27  5:02 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-10-27  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e5d2f6c832fe9f7956cb5ff2e0a7f45b7a08ecb4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 05:00:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 05:00:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d2f6c8

kde-plasma/plasma-sdk: 5.23.2 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index b461fb3a0f8..f90cb93aa45 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
 DIST plasma-sdk-5.23.1.tar.xz 275828 BLAKE2B 88a97fec302deb0ecdabb4ecf92673413e780707a78c2e1a5c9ee6c0d45793df8e2ba70f4fff1b427b6b7f1dc80adedcddf613eb8ebc7705400345e3e4caa43a SHA512 1e8c03f6889cf289525506141202875a5200a07f0bead40b005a25e74e3b191aa016cb12584ddcf4890eecefba97838d51ad54fe531cf3cee324d17914e6f826
+DIST plasma-sdk-5.23.2.tar.xz 275820 BLAKE2B c751f8314a31c9e0d7643a3a8f0941b3604ecda6837caaa1a598b93afbefe563977e1931f03948c6391f985479057c0f9e9e2ff571eafa454c7c3d616028a4b7 SHA512 a0c7a08785fde641d58263b53355e87bde5c94b7c40fe25c33c3f50aaf3992828574d5b741922ad25e3baebf1bd89d36e901a3baff3f5ff7f8a9a3221417a499

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
new file mode 100644
index 00000000000..9c5a5e9fa9b
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-10-20  6:51 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-10-20  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f463e23a9e7f7caade8456b88253bfd9d1facf1e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 06:48:53 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 06:51:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f463e23a

kde-plasma/plasma-sdk: drop 5.23.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.23.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 86b959ac2a0..b461fb3a0f8 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
-DIST plasma-sdk-5.23.0.tar.xz 275332 BLAKE2B 648b742713758601422aa84a3b388d53540a102b0f9068e692655de6b5887e623e667f952ba89dc6387b9d57a0ff3cd27afa9a05b09c2dfddab78e2184df16d5 SHA512 9218fa1b75f53a08434fc8cc8d06a5f7b01d87efc7322b997f4074b3e05d1500840fc4752b19f941ccbfb4b18341013976c0d06d84a6532cf3549456085b50f1
 DIST plasma-sdk-5.23.1.tar.xz 275828 BLAKE2B 88a97fec302deb0ecdabb4ecf92673413e780707a78c2e1a5c9ee6c0d45793df8e2ba70f4fff1b427b6b7f1dc80adedcddf613eb8ebc7705400345e3e4caa43a SHA512 1e8c03f6889cf289525506141202875a5200a07f0bead40b005a25e74e3b191aa016cb12584ddcf4890eecefba97838d51ad54fe531cf3cee324d17914e6f826

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.23.0.ebuild
deleted file mode 100644
index 9c5a5e9fa9b..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-10-14 10:32 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-10-14 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     fe23c6e63279e3e65e59fa988f69e2972e0761dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 10:05:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:30:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe23c6e6

kde-plasma/plasma-sdk: drop 5.22.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild | 46 -------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index e554c71e67d..13ccf918938 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
-DIST plasma-sdk-5.22.90.tar.xz 274640 BLAKE2B e7e06fc6da0dc4a96f49ff5294bf18b32481c3560be82726ae11f03b9cd55e5d3648facbe576f272c25c451d26b4c38ed9f8a2b3181afaa2e379962635f41afe SHA512 03a987a94aba13bc20ab52059fc9797f65c9e1ab1edffd5296d1bd027f9fbb73bea74cedcc82c239c2a48d1ff54dc15eb7961eb7b726565cb0bfb17c7f09770e
 DIST plasma-sdk-5.23.0.tar.xz 275332 BLAKE2B 648b742713758601422aa84a3b388d53540a102b0f9068e692655de6b5887e623e667f952ba89dc6387b9d57a0ff3cd27afa9a05b09c2dfddab78e2184df16d5 SHA512 9218fa1b75f53a08434fc8cc8d06a5f7b01d87efc7322b997f4074b3e05d1500840fc4752b19f941ccbfb4b18341013976c0d06d84a6532cf3549456085b50f1

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild
deleted file mode 100644
index 9c5a5e9fa9b..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-10-01  6:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-10-01  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c17ca2f4a877ab3982197fb4c3e507eb8b031aae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  1 06:28:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 06:43:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17ca2f4

kde-plasma/plasma-sdk: 5.22.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                  |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild | 46 +++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 44051ca4a2d..7628e303cd7 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
+DIST plasma-sdk-5.22.90.tar.xz 274640 BLAKE2B e7e06fc6da0dc4a96f49ff5294bf18b32481c3560be82726ae11f03b9cd55e5d3648facbe576f272c25c451d26b4c38ed9f8a2b3181afaa2e379962635f41afe SHA512 03a987a94aba13bc20ab52059fc9797f65c9e1ab1edffd5296d1bd027f9fbb73bea74cedcc82c239c2a48d1ff54dc15eb7961eb7b726565cb0bfb17c7f09770e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild
new file mode 100644
index 00000000000..9c5a5e9fa9b
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.90.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-09-16 11:14 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-09-16 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c7a9fd0ea3cf1d8cfe0da37d567417dcf34f9e38
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 15 11:59:36 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 11:09:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a9fd0e

kde-plasma/plasma-sdk: drop 5.21.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 5c7559b62d4..44051ca4a2d 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d SHA512 893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
deleted file mode 100644
index b27038110e7..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-09-16  1:20 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-09-16  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c26c1c35e72c1f4f75b200477203c1f12203cb0b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 01:20:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 01:20:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26c1c35

kde-plasma/plasma-sdk: Stabilize 5.22.5 arm64, #811444

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
index 7270f6dcb6e..5ecc2fc17e2 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-09-15  2:24 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-09-15  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bdc78bd5064fe4c6df98ac9bedbca440863e3654
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 15 02:24:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 15 02:24:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc78bd5

kde-plasma/plasma-sdk: Stabilize 5.22.5 x86, #811444

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
index 09ceedb3ab6..7270f6dcb6e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-08-18  0:35 Yixun Lan
  0 siblings, 0 replies; 192+ messages in thread
From: Yixun Lan @ 2021-08-18  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8752e24c5fe22beb556d679aa90bc1ee7ebe821f
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Aug 17 04:08:18 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 00:33:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8752e24c

kde-plasma/plasma-sdk: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
index b63a63ef103..20916e5a1af 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-07-29 18:03 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-07-29 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     fe8eaf51d7dcade34343188c3f67191a2a0808e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 17:59:02 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 18:01:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8eaf51

kde-plasma/plasma-sdk: drop 5.22.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 753d6dbf00a..0ca761a1362 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
-DIST plasma-sdk-5.22.3.tar.xz 269476 BLAKE2B caba8c6abc488e4d39097be198058c4641d02a1d611aaf95a15525a00dc9547eae8a94d1442c656785f55e2027d8119aa38842fd64d63b02f6967ed9ed29de3a SHA512 4531b4d0e7a56034f5c145c9586192185b46a40e93ba0e17bff8b82e3ccb7eaf480c2deb1208db04475ed4520e6513f5f1a679e1de8c7a8950c822409f9571e4
 DIST plasma-sdk-5.22.4.tar.xz 269548 BLAKE2B ee25d81f6dd602ffc91ffae9a2619cbfb015b9cbeae18e24f61e4080541c91563309fdb1f2d0aa28cf4db8f9b23f02035ea3cce6f96ba6e9d2766083c6f35be7 SHA512 4809f69d450f226c2d80a6f469b0c9d5e1836fd76209e7ea3e27c213e0a5ef69895da130b8021ed7ffdf2f50d3d998113b1c1c547d6b3e4a0e789b9681961c8c

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.3.ebuild
deleted file mode 100644
index b63a63ef103..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-07-27 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-07-27 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     528f370eb7134a3438c92e03da9ce5a4eb4a5b9e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 18:52:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 19:14:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528f370e

kde-plasma/plasma-sdk: 5.22.4 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index f52e9a34310..753d6dbf00a 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
 DIST plasma-sdk-5.22.3.tar.xz 269476 BLAKE2B caba8c6abc488e4d39097be198058c4641d02a1d611aaf95a15525a00dc9547eae8a94d1442c656785f55e2027d8119aa38842fd64d63b02f6967ed9ed29de3a SHA512 4531b4d0e7a56034f5c145c9586192185b46a40e93ba0e17bff8b82e3ccb7eaf480c2deb1208db04475ed4520e6513f5f1a679e1de8c7a8950c822409f9571e4
+DIST plasma-sdk-5.22.4.tar.xz 269548 BLAKE2B ee25d81f6dd602ffc91ffae9a2619cbfb015b9cbeae18e24f61e4080541c91563309fdb1f2d0aa28cf4db8f9b23f02035ea3cce6f96ba6e9d2766083c6f35be7 SHA512 4809f69d450f226c2d80a6f469b0c9d5e1836fd76209e7ea3e27c213e0a5ef69895da130b8021ed7ffdf2f50d3d998113b1c1c547d6b3e4a0e789b9681961c8c

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
new file mode 100644
index 00000000000..b63a63ef103
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-07-06 17:20 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-07-06 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa32e063195db1cfd44e32857864b81bc0a2033
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 17:03:47 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 17:17:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa32e06

kde-plasma/plasma-sdk: drop 5.22.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fa290c318c1..f52e9a34310 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
-DIST plasma-sdk-5.22.2.tar.xz 269420 BLAKE2B 665f990a9fe50b048095b562d2b891b40d8e2de43c4ff82e05ccdc7ec3d9cdef9e2e79f130f17264453c05beca13b4c72fa60c5cdba07c79e2fcfda1f04ff05d SHA512 ef08ba0259bcfe655ed34ece815918e025ba5a24456f7ab2d71620682223dac787d34daeb1290cad74075e241d5f69622707348ba69e6ff9dd7b509c9433e7d4
 DIST plasma-sdk-5.22.3.tar.xz 269476 BLAKE2B caba8c6abc488e4d39097be198058c4641d02a1d611aaf95a15525a00dc9547eae8a94d1442c656785f55e2027d8119aa38842fd64d63b02f6967ed9ed29de3a SHA512 4531b4d0e7a56034f5c145c9586192185b46a40e93ba0e17bff8b82e3ccb7eaf480c2deb1208db04475ed4520e6513f5f1a679e1de8c7a8950c822409f9571e4

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.2.ebuild
deleted file mode 100644
index b63a63ef103..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-23  6:27 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-06-23  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8274d2fa9c762268d8c697785e08b52dd67dd152
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 00:25:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 06:26:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274d2fa

kde-plasma/plasma-sdk: drop 5.22.1*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 6e26ca2bd20..99853c4cdea 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
-DIST plasma-sdk-5.22.1.tar.xz 269508 BLAKE2B 2795500b7d0b2e8d6c410499638866b0f9d79e51023f6044d142537f8d4fbfdd1765fd4b8538c1589dc5637bfdf1ace41e3e96566ce1daffc9145c11b0884adc SHA512 55d0721dbec1af3de4f53e0f71993ed3022754cf4909f9c96b745875b231a477499aca2f5f76cb472df801dc8b7571f536ec655e431188ae214e089d092c0472
 DIST plasma-sdk-5.22.2.tar.xz 269420 BLAKE2B 665f990a9fe50b048095b562d2b891b40d8e2de43c4ff82e05ccdc7ec3d9cdef9e2e79f130f17264453c05beca13b4c72fa60c5cdba07c79e2fcfda1f04ff05d SHA512 ef08ba0259bcfe655ed34ece815918e025ba5a24456f7ab2d71620682223dac787d34daeb1290cad74075e241d5f69622707348ba69e6ff9dd7b509c9433e7d4

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild
deleted file mode 100644
index b63a63ef103..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-16 14:14 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-06-16 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c27a94eba26506cec9533933184b024bf5604ef1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 14:12:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 14:12:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a94eb

kde-plasma/plasma-sdk: drop 5.22.0*

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 35de101e6f8..eddbd33f059 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
-DIST plasma-sdk-5.22.0.tar.xz 269456 BLAKE2B 448c91e7c0ed6a7ef6676ab8b586f35a26bbfc7a2e8a912b2fcca07ca9f63340953b9b9e4330310f86a96191e8f151d0af7ffefb34ace9c1ab7a403de8097e50 SHA512 84be9a4bab8ef0eb8a6e9445b1bc74c6d8d460b657b9b2f1260b2444e3f9f95de6044f097aa2fac4f31308168f1d0130bcb65acaf896fd849f4a6e248c6c7c3d
 DIST plasma-sdk-5.22.1.tar.xz 269508 BLAKE2B 2795500b7d0b2e8d6c410499638866b0f9d79e51023f6044d142537f8d4fbfdd1765fd4b8538c1589dc5637bfdf1ace41e3e96566ce1daffc9145c11b0884adc SHA512 55d0721dbec1af3de4f53e0f71993ed3022754cf4909f9c96b745875b231a477499aca2f5f76cb472df801dc8b7571f536ec655e431188ae214e089d092c0472

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
deleted file mode 100644
index b63a63ef103..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-16 12:32 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-06-16 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1edd55bf0223f477c752337f55a0945a4f139278
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 12:27:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 12:32:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edd55bf

kde-plasma/plasma-sdk: 5.22.1 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 5b2afdba7ad..35de101e6f8 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f
 DIST plasma-sdk-5.22.0.tar.xz 269456 BLAKE2B 448c91e7c0ed6a7ef6676ab8b586f35a26bbfc7a2e8a912b2fcca07ca9f63340953b9b9e4330310f86a96191e8f151d0af7ffefb34ace9c1ab7a403de8097e50 SHA512 84be9a4bab8ef0eb8a6e9445b1bc74c6d8d460b657b9b2f1260b2444e3f9f95de6044f097aa2fac4f31308168f1d0130bcb65acaf896fd849f4a6e248c6c7c3d
+DIST plasma-sdk-5.22.1.tar.xz 269508 BLAKE2B 2795500b7d0b2e8d6c410499638866b0f9d79e51023f6044d142537f8d4fbfdd1765fd4b8538c1589dc5637bfdf1ace41e3e96566ce1daffc9145c11b0884adc SHA512 55d0721dbec1af3de4f53e0f71993ed3022754cf4909f9c96b745875b231a477499aca2f5f76cb472df801dc8b7571f536ec655e431188ae214e089d092c0472

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild
new file mode 100644
index 00000000000..b63a63ef103
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-12 12:52 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-06-12 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a3c4ded97e6c11df641fb4ebb92c759bc97ff430
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 12:08:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 12:51:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c4ded9

kde-plasma/plasma-sdk: arm64 keyworded

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
index c05a8ff53c3..b63a63ef103 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-12  6:25 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-06-12  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2b198047af2666cb8a76471f92d392f59413e5de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 06:12:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 06:25:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b198047

kde-plasma/plasma-sdk: ~arm keyworded

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
index 81a6c45c8af..c05a8ff53c3 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-12  1:03 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-06-12  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     38436ff7262f0093e16f53639fd13741599b06d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 00:56:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 00:56:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38436ff7

kde-plasma/plasma-sdk: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
index e42f508c1f0..81a6c45c8af 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-10 18:05 Georgy Yakovlev
  0 siblings, 0 replies; 192+ messages in thread
From: Georgy Yakovlev @ 2021-06-10 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ce948d83b12b8f4a530fd5f7494920f4e8938f0b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 17:54:27 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:04:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce948d83

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

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
index ecbd903b432..e42f508c1f0 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-05 10:57 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     be4d911c3087eddadd14356f34adc2d4ce7d1aca
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 10:57:17 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 10:57:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4d911c

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

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
index 7f96895a515..b27038110e7 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-05 10:55 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     da1b1f1beae95e885852f1371f83a3eb0211da4e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 10:54:27 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 10:55:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1b1f1b

kde-plasma/plasma-sdk: Stabilize 5.21.5 x86, #788820

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
index 2a8dcc1383a..7f96895a515 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-06-05 10:53 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6c7bda7c71b458c24cc4901c555667848fff1e18
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 10:51:43 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 10:52:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7bda7c

kde-plasma/plasma-sdk: Stabilize 5.21.5 amd64, #788820

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
index b63a63ef103..2a8dcc1383a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.21.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-05-09 12:11 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-05-09 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0583648767de5c369679b4a61a1cbe7d8cabf11a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 00:04:23 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  9 12:11:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05836487

kde-plasma/plasma-sdk: drop 5.21.4*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fc43b6206af..54f7eabf26f 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
-DIST plasma-sdk-5.21.4.tar.xz 269256 BLAKE2B bd7838311400cc91c5555b8c2b1d56f490b97b8a14d217937b0588139a0c8ddf4d0fe5ccaab1ea74df45a9e571d7bb10674183e9f8a1b752ec87e6bf902382ee SHA512 b19874f9dfdaba66c10ebf213f27455c0035036efc17d2a149118ce2a1f9c3cc63732168c3d7797bb6e5f2b1e7e3efb46f01eaf8e0a85a4f4edb551eca095129
 DIST plasma-sdk-5.21.5.tar.xz 270648 BLAKE2B 59e6d00cb24a392aa829bea8e0206c7f7867e8f5cdba4a6a2ab6f4f328dd83fb18d1f25c78a5b461d182e8705cdfc8f3141ea947eba6545c9dee0d159de3bece SHA512 83d27d9ffca15baba292bdf285f19a743589f5a4433c6fad8fd581a93a910be0ce98f3163c7d6872d6a95b71342e301de5ebf6ce2677fcdfb61b8e4644a0d80f

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.4.ebuild
deleted file mode 100644
index 30a3100c1fb..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-04-06 14:12 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-04-06 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     21a686c7e559ee68839e3c8c26f0c823d777279a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 13:32:07 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 14:10:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a686c7

kde-plasma/plasma-sdk: drop 5.21.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index a88712c4b81..ba29ea0bdd5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
-DIST plasma-sdk-5.21.3.tar.xz 269100 BLAKE2B 28d46d6995bacda25f81e045ea44c4d354f644ced73ad214e5f125c9d1633f5f47b8ce4ada2159176d7b7b3b58fd72da6450884dd32efc48d3ffe2f7bb23332c SHA512 57cc4f3e913321e28663af42325f73d1280836b82e2bcd07ea82a888b5030bde2d168f707759a4441ed56c73a8681c02c00c4e9dc52f761c076eaa3b8f810e9f
 DIST plasma-sdk-5.21.4.tar.xz 269256 BLAKE2B bd7838311400cc91c5555b8c2b1d56f490b97b8a14d217937b0588139a0c8ddf4d0fe5ccaab1ea74df45a9e571d7bb10674183e9f8a1b752ec87e6bf902382ee SHA512 b19874f9dfdaba66c10ebf213f27455c0035036efc17d2a149118ce2a1f9c3cc63732168c3d7797bb6e5f2b1e7e3efb46f01eaf8e0a85a4f4edb551eca095129

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.3.ebuild
deleted file mode 100644
index 30a3100c1fb..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-03-16 14:43 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-03-16 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac17f1dd86a36dfeb2dbf8db953ef01ca6a2b4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 13:20:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 14:40:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac17f1d

kde-plasma/plasma-sdk: drop 5.21.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index c1a1aef1247..dd4226d49af 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
-DIST plasma-sdk-5.21.2.tar.xz 269204 BLAKE2B 45931623a64e652379e01ea70ecca9e4cfa39f4430f0bd1a5231fd08d93f153f1dee72c4cb6d056aae7ec5617a94b45b56e70c715b6d65048d9b7950f794fc4b SHA512 eff77b10f2d257eedfe97f21ff9bad94b5a7909e9962e89869b251b703b80be55c8cd7477ad47e068cd48479c77936da27ed44e708c25efb29cbcaec8227b984
 DIST plasma-sdk-5.21.3.tar.xz 269100 BLAKE2B 28d46d6995bacda25f81e045ea44c4d354f644ced73ad214e5f125c9d1633f5f47b8ce4ada2159176d7b7b3b58fd72da6450884dd32efc48d3ffe2f7bb23332c SHA512 57cc4f3e913321e28663af42325f73d1280836b82e2bcd07ea82a888b5030bde2d168f707759a4441ed56c73a8681c02c00c4e9dc52f761c076eaa3b8f810e9f

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.2.ebuild
deleted file mode 100644
index 30a3100c1fb..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-03-02 20:24 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-03-02 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     861f73c61010cf446d35fc371ce7108428edf264
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  2 18:29:15 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 20:24:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861f73c6

kde-plasma/plasma-sdk: drop 5.21.1*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 16ac5dde660..2b742df75cf 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
-DIST plasma-sdk-5.21.1.tar.xz 268660 BLAKE2B dd63b1860f88dd22fe8a3b60c2ad482839b660f4532c943f532bc6dbc6c25aa6a8f1ad9b51a0cc652ce6ef7954622544dde30c625d85235a461f83d4fb15ce92 SHA512 07938ebd5fb5dfeec0addb7a70c4c0b1896b43bfe184d2d744cba0869d200d7dd9845598f19d4ba3f762deb803afdb099db90a0833e4e89588a4f40ae22527d3
 DIST plasma-sdk-5.21.2.tar.xz 269204 BLAKE2B 45931623a64e652379e01ea70ecca9e4cfa39f4430f0bd1a5231fd08d93f153f1dee72c4cb6d056aae7ec5617a94b45b56e70c715b6d65048d9b7950f794fc4b SHA512 eff77b10f2d257eedfe97f21ff9bad94b5a7909e9962e89869b251b703b80be55c8cd7477ad47e068cd48479c77936da27ed44e708c25efb29cbcaec8227b984

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.1.ebuild
deleted file mode 100644
index 30a3100c1fb..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-02-23 21:19 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-02-23 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd53d2f9c9a01794f0dd31b33fac800bd6aea1b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 21:14:40 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 21:18:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd53d2f

kde-plasma/plasma-sdk: drop 5.21.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index f8d7b1e18eb..a0912d50f53 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
-DIST plasma-sdk-5.21.0.tar.xz 268684 BLAKE2B 56ca63af690cb154cf4e7d8c8c71ecc167c167e0da5f279c452d5a16da3d7bba83481d0615232efa1a21c4dfeb9de43d9f13b597677fc8951e2ee6b8e3aee8ff SHA512 c4cc365e1ea6fa207beffa581453ba5fa5cba3fb97850658f88291f50e37c89ec225e35bc6421d4d500e4af66d2ae4535f2059e4ae745099f7fce82a2d1d7e08
 DIST plasma-sdk-5.21.1.tar.xz 268660 BLAKE2B dd63b1860f88dd22fe8a3b60c2ad482839b660f4532c943f532bc6dbc6c25aa6a8f1ad9b51a0cc652ce6ef7954622544dde30c625d85235a461f83d4fb15ce92 SHA512 07938ebd5fb5dfeec0addb7a70c4c0b1896b43bfe184d2d744cba0869d200d7dd9845598f19d4ba3f762deb803afdb099db90a0833e4e89588a4f40ae22527d3

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild
deleted file mode 100644
index 30a3100c1fb..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-02-16 14:39 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cfe26249b8cdf01e0793bf5f961866d704d0d67d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 09:59:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:37:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe26249

kde-plasma/plasma-sdk: 5.21.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ea4f45f9b4b..08494ba120d 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77
+DIST plasma-sdk-5.21.0.tar.xz 268684 BLAKE2B 56ca63af690cb154cf4e7d8c8c71ecc167c167e0da5f279c452d5a16da3d7bba83481d0615232efa1a21c4dfeb9de43d9f13b597677fc8951e2ee6b8e3aee8ff SHA512 c4cc365e1ea6fa207beffa581453ba5fa5cba3fb97850658f88291f50e37c89ec225e35bc6421d4d500e4af66d2ae4535f2059e4ae745099f7fce82a2d1d7e08

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild
new file mode 100644
index 00000000000..30a3100c1fb
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.21.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-01-24 19:44 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-01-24 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6a5ce4f42eb284cd3bb82f7d41f553f1afc8a001
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:48:12 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 19:42:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5ce4f4

kde-plasma/plasma-sdk: drop 5.19.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 94a5ffba502..ea4f45f9b4b 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
deleted file mode 100644
index 9aa04126da8..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-01-24 19:34 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2021-01-24 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b693941e856660ec26e2f1552afa0b05e1651ab6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 19:34:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 19:34:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b693941e

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
index 84fdaf3f57d..dc70503d57f 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-01-21 13:37 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2021-01-21 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6b4016069ac6a5c5cb87bee52a4e005dceb8bbec
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 13:36:30 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 13:36:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b401606

kde-plasma/plasma-sdk: 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 <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
index 64070c932b5..4b59af91aa5 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.20.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2021-01-05 17:36 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2021-01-05 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     93783278323c4b684a4c8ac0804e05d70a9c183f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 16:32:42 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 17:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93783278

kde-plasma/plasma-sdk: drop 5.20.4*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.20.4.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 00de1059dc4..94a5ffba502 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
-DIST plasma-sdk-5.20.4.tar.xz 266644 BLAKE2B 3ec6b5be2f49981e8e122750b1d40a790fbec41bfb8ce385c993f9c956a96ae7d26400ccb6fb584a781bf907ef2433d6000e6d45c902343781733d56ea43a336 SHA512 34de3ae7561aa0c2840c196e7d19fdfb92140744f75b994d09d84a6fc853ac4b023f6ae45d04e345617e233d653b2aa670c764a6de44c46dc83a0850cea603f2
 DIST plasma-sdk-5.20.5.tar.xz 266680 BLAKE2B e6ba310a3d089ee36a9098d9a58276cb8491a0c3016990e7643036ee905624c5f974b0d2e470047b59e5cc114a80e7426dbf1d0561bdf4fd26a218e47ade8ca8 SHA512 d10a5413835ab9ac4f1c521839f56b12862d87eed25c13d7ea70398bb892da7ab558bfc62fd2fe8451fc11ab9023d2e9a6e78c677bfa3e104c15f8e87ae1db77

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.4.ebuild
deleted file mode 100644
index aa5ac8634f1..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-12-01 16:08 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-12-01 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ccae5acb358a9129e16949632f8aa99243187d69
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 14:56:56 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 16:07:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccae5acb

kde-plasma/plasma-sdk: drop 5.20.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.20.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 4eed3bdbfcf..1b0d86d19a0 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
-DIST plasma-sdk-5.20.3.tar.xz 267000 BLAKE2B 5b9e55f372b05769c5fae2a918e614741d6b7ee715beafbdfd779f25dd0ab1cbab559091a25486a40512c093d07d4016ae94457d7e876bc98186b50da3140d51 SHA512 de0efdabe2db6e6cee8fa143657c5f60d8e6c1d621900d2316ee823e29e8ace907ff541309ac7bfa87405369f781338af5462036c47e10ddf8009eef76c22d03
 DIST plasma-sdk-5.20.4.tar.xz 266644 BLAKE2B 3ec6b5be2f49981e8e122750b1d40a790fbec41bfb8ce385c993f9c956a96ae7d26400ccb6fb584a781bf907ef2433d6000e6d45c902343781733d56ea43a336 SHA512 34de3ae7561aa0c2840c196e7d19fdfb92140744f75b994d09d84a6fc853ac4b023f6ae45d04e345617e233d653b2aa670c764a6de44c46dc83a0850cea603f2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.3.ebuild
deleted file mode 100644
index aa5ac8634f1..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-11-11 14:21 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-11-11 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a9466840b0dea2f71891fb15dc7c6fc3e72a208c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 13:05:38 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 14:21:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9466840

kde-plasma/plasma-sdk: drop 5.20.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.20.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index ae6a3a635c8..b08ce310fd2 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
-DIST plasma-sdk-5.20.2.tar.xz 263404 BLAKE2B 7dc123b61ab386e55f6edaa8575f9d78636ca8f1462d5b55b626ed4e495344bc7e052234bb8cca803d565404946d680a5359189dcde82b312b125a3626592ad0 SHA512 0970ee34587eafc4ec7e463879d97fc8a673aa3139673c678465fc3d5655e87e369dc8f9da1ea845f5c31ac2d04f914def4388d839b59a7f72b181833b7618d7
 DIST plasma-sdk-5.20.3.tar.xz 267000 BLAKE2B 5b9e55f372b05769c5fae2a918e614741d6b7ee715beafbdfd779f25dd0ab1cbab559091a25486a40512c093d07d4016ae94457d7e876bc98186b50da3140d51 SHA512 de0efdabe2db6e6cee8fa143657c5f60d8e6c1d621900d2316ee823e29e8ace907ff541309ac7bfa87405369f781338af5462036c47e10ddf8009eef76c22d03

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.2.ebuild
deleted file mode 100644
index aa5ac8634f1..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-27 21:26 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-10-27 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6e918612ba2f85c64d394aaa086d5d684283b03d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 20:21:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 21:25:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e918612

kde-plasma/plasma-sdk: drop 5.20.1*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.20.1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 8b97fd9aa04..148909a94b5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
-DIST plasma-sdk-5.20.1.tar.xz 264224 BLAKE2B f3ed4c5aaf4744305df3c429d6e79952692358fc9c43cd119621527a8bc06c71a1e89b8bbcccc311099d6f250bf73051f6ba14eb9b9b32511331a48a466fea15 SHA512 d27c9d36aa45c3f25e69855e2f115da87f8cd810dd4addf48babb73a83c5d78621b8de53e585d971514ca42f84f2f3b80323ddf0a7e07a139f4d0b81d6d92898
 DIST plasma-sdk-5.20.2.tar.xz 263404 BLAKE2B 7dc123b61ab386e55f6edaa8575f9d78636ca8f1462d5b55b626ed4e495344bc7e052234bb8cca803d565404946d680a5359189dcde82b312b125a3626592ad0 SHA512 0970ee34587eafc4ec7e463879d97fc8a673aa3139673c678465fc3d5655e87e369dc8f9da1ea845f5c31ac2d04f914def4388d839b59a7f72b181833b7618d7

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.1.ebuild
deleted file mode 100644
index aa5ac8634f1..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-20 19:56 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-10-20 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     eb6305b91b5e013187f26a0caf5dcab89259a5ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 18:51:20 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 19:56:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6305b9

kde-plasma/plasma-sdk: drop 5.20.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 97eb6b4b60c..b0bdfa0e6dc 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
-DIST plasma-sdk-5.20.0.tar.xz 264100 BLAKE2B 3b0ed6fbeb138a575404a43be5ad7d14ef6ef1e9a7c74bdc987bb545cfd8f13ab86bce512bf07a5c9d0f955a50e2804e0c435e31a17e37a45f5bb71efaa2ba57 SHA512 220f205930e9064ae74c3856db9f5075beaa9a8e24bd6bae485cdbca73f115ea21856e55522d5e1c729e981bf3242486b72a90299e79f859a7db746f774ae945
 DIST plasma-sdk-5.20.1.tar.xz 264224 BLAKE2B f3ed4c5aaf4744305df3c429d6e79952692358fc9c43cd119621527a8bc06c71a1e89b8bbcccc311099d6f250bf73051f6ba14eb9b9b32511331a48a466fea15 SHA512 d27c9d36aa45c3f25e69855e2f115da87f8cd810dd4addf48babb73a83c5d78621b8de53e585d971514ca42f84f2f3b80323ddf0a7e07a139f4d0b81d6d92898

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild
deleted file mode 100644
index aa5ac8634f1..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-13 11:51 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-10-13 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     47c8efe60b256cdbdaf25c4ee3176af07231119a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 11:38:27 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:50:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c8efe6

kde-plasma/plasma-sdk: 5.20.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 2ba8a4f3f96..b72051b72fc 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6
+DIST plasma-sdk-5.20.0.tar.xz 264100 BLAKE2B 3b0ed6fbeb138a575404a43be5ad7d14ef6ef1e9a7c74bdc987bb545cfd8f13ab86bce512bf07a5c9d0f955a50e2804e0c435e31a17e37a45f5bb71efaa2ba57 SHA512 220f205930e9064ae74c3856db9f5075beaa9a8e24bd6bae485cdbca73f115ea21856e55522d5e1c729e981bf3242486b72a90299e79f859a7db746f774ae945

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild
new file mode 100644
index 00000000000..aa5ac8634f1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-08  2:22 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2020-10-08  2:22 UTC (permalink / raw
  To: gentoo-commits

commit:     00f5defa15f342060bab036b2523560b3e9ccc54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 00:55:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 00:55:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5defa

kde-plasma/plasma-sdk: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
index f69a57f7cb7..9aa04126da8 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-07 11:05 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2020-10-07 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     46eb3589900bbba223c5cf26a9bdf6926710f389
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 11:04:22 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 11:04:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eb3589

kde-plasma/plasma-sdk: 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 <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
index 402f2a51753..f69a57f7cb7 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-10-07 10:44 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2020-10-07 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     86f56e8bf7673727690daf700b3818e8f4f4bc5e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 10:41:43 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 10:41:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f56e8b

kde-plasma/plasma-sdk: amd64 stable wrt bug #741861

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
index bf138a7edf9..402f2a51753 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-09-01 16:33 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-09-01 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     452fc8127796bc17f99b0987e6689a7d1d0a82a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 15:26:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 16:31:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452fc812

kde-plasma/plasma-sdk: 5.19.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 3794236b5b5..ba9734e82d0 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.18.5.tar.xz 263084 BLAKE2B 575235302ade4bc1bcfdcef33f9fd3cc4175d4362aaabd2a3bc8e7d7235d90f3c2f81c8b499e486c0f68e029b298e4879707ebb1d23052230c2403e825d5943e SHA512 1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1
 DIST plasma-sdk-5.19.4.tar.xz 263496 BLAKE2B 96a8dc2e517efde608d17b157fb9fc4f8bb95c35178e0df118dc04df5aca9ff5d941fd5f33949511e5976f490799fe1233c427e605b68cd350cac1515dfaeb7c SHA512 0734cc8e9160a50948f6d96b84d7a9dd76bdd3f6508b88960534049abbdeb7d10c66d083804cec848881ecf14a219ebc15275b0b8937a2efec744a3c9fe048a9
+DIST plasma-sdk-5.19.5.tar.xz 263576 BLAKE2B 4752ba4423930bac21893140f397595dc1b5fe9238b054043a7b961756d762a11bd50d806c779e59dd512c2ca304c38bb72ebc1d811d89bb46746cc7f0528dc4 SHA512 66ca604bd27a7c48f8127f04e43c0093c098820e099c944cf7e4715ee0703175761ce6e4be270ffd78b0b1a87fbb2a8e7f670010df0032c4148bcf4275fc32f6

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
new file mode 100644
index 00000000000..bf138a7edf9
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.71.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-07-28 15:37 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-07-28 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dc8b51302944f26e48505ab27fb29d2ff2302052
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 15:30:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 15:37:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8b5130

kde-plasma/plasma-sdk: drop 5.19.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index b818b18ad36..3794236b5b5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.18.5.tar.xz 263084 BLAKE2B 575235302ade4bc1bcfdcef33f9fd3cc4175d4362aaabd2a3bc8e7d7235d90f3c2f81c8b499e486c0f68e029b298e4879707ebb1d23052230c2403e825d5943e SHA512 1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1
-DIST plasma-sdk-5.19.3.tar.xz 263500 BLAKE2B e11c12dbddb97998a3ebb182081826a9da991ee25fe00de3aee0067037aa6c5b2f551b4b389d0778d0d9deb163ad084d2fdb4cc661fea98434a996427365e35f SHA512 8fd7d6527e3d80a82ab31c13e173db04599398ef7f8875f9e4f4f65bed2ac726382b1350f952ec27041c7d1cae86052a52a3947b663811182ac9e63a6ad538c2
 DIST plasma-sdk-5.19.4.tar.xz 263496 BLAKE2B 96a8dc2e517efde608d17b157fb9fc4f8bb95c35178e0df118dc04df5aca9ff5d941fd5f33949511e5976f490799fe1233c427e605b68cd350cac1515dfaeb7c SHA512 0734cc8e9160a50948f6d96b84d7a9dd76bdd3f6508b88960534049abbdeb7d10c66d083804cec848881ecf14a219ebc15275b0b8937a2efec744a3c9fe048a9

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild
deleted file mode 100644
index bf138a7edf9..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-07-11 15:21 Sam James
  0 siblings, 0 replies; 192+ messages in thread
From: Sam James @ 2020-07-11 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     62afb710c01ee1e1add3928eb8962241b4a4c73d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 14:36:22 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 15:20:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62afb710

kde-plasma/plasma-sdk: arm keyworded (bug #727132)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild
index 12cb9227b8c..bf138a7edf9 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-07-07 21:30 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2020-07-07 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0ca523db5013a93fc56f513066abc6ba7b225ae8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 20:55:20 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 21:30:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca523db

kde-plasma/plasma-sdk: drop 5.19.2*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 440de0b9371..a9445fce1ba 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.18.5.tar.xz 263084 BLAKE2B 575235302ade4bc1bcfdcef33f9fd3cc4175d4362aaabd2a3bc8e7d7235d90f3c2f81c8b499e486c0f68e029b298e4879707ebb1d23052230c2403e825d5943e SHA512 1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1
-DIST plasma-sdk-5.19.2.tar.xz 263480 BLAKE2B 2f27f26855323fb443b6a9020aaece143817e9f503c7769b7672009fb859c45b0a196a39327657bbf0425bd96b7ee3f1cef2be45a87965fa6afd62f882856bf8 SHA512 f3e364a6c834c3627385ea9c79a77e5c6da3a2718da36c30d7b4ee91df24edab4edae17b1015606016e1c36ab49e42e089236b3909ccb753d759758ab9ed6759
 DIST plasma-sdk-5.19.3.tar.xz 263500 BLAKE2B e11c12dbddb97998a3ebb182081826a9da991ee25fe00de3aee0067037aa6c5b2f551b4b389d0778d0d9deb163ad084d2fdb4cc661fea98434a996427365e35f SHA512 8fd7d6527e3d80a82ab31c13e173db04599398ef7f8875f9e4f4f65bed2ac726382b1350f952ec27041c7d1cae86052a52a3947b663811182ac9e63a6ad538c2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild
deleted file mode 100644
index 12cb9227b8c..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-06-20 21:03 Thomas Deutschmann
  0 siblings, 0 replies; 192+ messages in thread
From: Thomas Deutschmann @ 2020-06-20 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     afbaa7c9d74bcbe8d528c3dad088e7378ce04d4c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 20:54:50 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 21:03:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbaa7c9

kde-plasma/plasma-sdk: x86 keyworded (bug #727132)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild
index ef42d526ba7..1bc696900ce 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-05-21 13:41 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-05-21 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     72308ea45e08bc098a02250215cc535aae7c9e34
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 13:40:12 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May 21 13:40:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72308ea4

kde-plasma/plasma-sdk: arm64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
index 28e4bffd4cc..445a3089414 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-05-20 16:15 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-05-20 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1725802ccf2a6bf142bd51207f9e30be0fac0e37
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 16:13:49 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 20 16:15:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1725802c

kde-plasma/plasma-sdk: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
index 880c6902574..28e4bffd4cc 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-05-20 16:11 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-05-20 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     213e47dc380989a4c0d2ff9a101025689ff695cd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 16:09:23 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 20 16:09:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213e47dc

kde-plasma/plasma-sdk: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
index b3d1a3b9ad4..880c6902574 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-02-29 12:34 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-02-29 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ee61f6a15150d8cfe0045df80fd6314185ea819b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 29 12:33:54 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Feb 29 12:33:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee61f6a1

kde-plasma/plasma-sdk: Add ~arm keyword wrt bug #706582

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.18.2.ebuild
index b471d8b6643..b3d1a3b9ad4 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-02-15 11:31 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-02-15 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     07c496f084b6f8ca89927aee316bb7b8ca66936f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 11:29:54 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 11:29:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c496f0

kde-plasma/plasma-sdk: arm64 stable wrt bug #709284

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
index 6a083454b9b..17d2c4544bf 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-02-11 13:54 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-02-11 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9b059b91e578c52ee1eda5c7c2d1cab171215e93
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 13:53:21 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 13:53:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b059b91

kde-plasma/plasma-sdk: x86 stable wrt bug #709284

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
index d1bd9afdb5e..6a083454b9b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2020-02-11 13:50 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2020-02-11 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1cdfc85ed79fd343a6d048a1c1d658752419a3ab
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 13:48:00 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 13:49:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdfc85e

kde-plasma/plasma-sdk: amd64 stable wrt bug #709284

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
index 90c0a2d759c..d1bd9afdb5e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-12-22 21:54 Aaron Bauman
  0 siblings, 0 replies; 192+ messages in thread
From: Aaron Bauman @ 2019-12-22 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3c3cf2bdef41953b9c0b56b7001bd44a545314ca
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 21:51:09 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 21:54:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3cf2bd

kde-plasma/plasma-sdk: arm64 stable (bug #703246)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
index 5fc8a32d353..edd4cbfeb89 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-12-22 20:43 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-12-22 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ca09abaa6b2613621e1b97c153c3d431dd4250c0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:42:06 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:42:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca09abaa

kde-plasma/plasma-sdk: x86 stable wrt bug #703246

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
index 77acbfb9819..5fc8a32d353 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-12-22 20:39 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-12-22 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     68394edc8cae98742b7d4c027ddb9a0ef87c3fb0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:37:48 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:37:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68394edc

kde-plasma/plasma-sdk: amd64 stable wrt bug #703246

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
index 391c2f2a619..77acbfb9819 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-12-22 19:07 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2019-12-22 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     824b9687d352a9cfd0924a866264d747fe7b08b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 19:06:30 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 19:07:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824b9687

kde-plasma/plasma-sdk: Drop 5.17.4 (r0)

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.17.4.ebuild | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4.ebuild
deleted file mode 100644
index 9ceb21c00c3..00000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-VIRTUALX_REQUIRED="test"
-KFMIN=5.64.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kirigami-${KFMIN}:5
-"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-12-17 23:49 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2019-12-17 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     48f128b9cffffc4e9cb66efbc443228c7511a813
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 22:06:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 23:48:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f128b9

kde-plasma/plasma-sdk: Add missing RDEPENDs

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild | 46 +++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
new file mode 100644
index 00000000000..391c2f2a619
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.4-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="optional"
+KFMIN=5.64.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktexteditor-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-09-21  0:08 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-09-21  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     49c212f7e288f5540215269c3ecce7c7e319d3ae
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 00:07:02 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 00:07:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c212f7

kde-plasma/plasma-sdk: x86 stable wrt bug #693676

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
index 6c0fda71941..60a91ed842b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-09-21  0:04 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-09-21  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cd2e04bd69e120a5592aea0724b9cc015b0d5248
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 00:03:12 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 00:03:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2e04bd

kde-plasma/plasma-sdk: amd64 stable wrt bug #693676

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
index e5b5bf5ca74..6c0fda71941 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-09-20  3:24 Aaron Bauman
  0 siblings, 0 replies; 192+ messages in thread
From: Aaron Bauman @ 2019-09-20  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8d254611c0dc869b57dcd8cc6a8bb14cd9b4205e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 03:17:33 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 03:17:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d254611

kde-plasma/plasma-sdk: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
index 370965cfc72..e5b5bf5ca74 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-05-28  4:01 Aaron Bauman
  0 siblings, 0 replies; 192+ messages in thread
From: Aaron Bauman @ 2019-05-28  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7aa415bddc349f3aae495b4d2fade7f0ae9bddbc
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 03:56:48 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 28 04:00:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa415bd

kde-plasma/plasma-sdk: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
index 11fdf03336e..60a91ed842b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-05-18 18:15 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-05-18 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5070f58453dc4cd1ac9c6ebfff0dc0a92ad7e84f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 18:13:42 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 18 18:13:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5070f584

kde-plasma/plasma-sdk: amd64 stable wrt bug #685372

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
index c794a09ba6b..11fdf03336e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-05-18 18:11 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-05-18 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     56a62ab9decab506f060078dbe526422d34bfeef
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 18:10:09 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 18 18:10:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a62ab9

kde-plasma/plasma-sdk: x86 stable wrt bug #685372

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
index 370965cfc72..c794a09ba6b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.15.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-03-02 23:29 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2019-03-02 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     22571e95b24e55d71a5ada9dac273f49d9150bcf
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 22:52:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 23:28:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22571e95

kde-plasma/plasma-sdk: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
index a90ef7ddbe9..370965cfc72 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-01-25  7:28 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-01-25  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8498006017921f68052211d1930a3c59435404
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 25 07:26:25 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 25 07:26:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f849800

kde-plasma/plasma-sdk: x86 stable wrt bug #675040

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
index e8c56885616..40edb860bc8 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2019-01-25  7:20 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2019-01-25  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     103d71faa36ffb2f133fe7387ce88eada8f70803
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 25 07:18:06 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 25 07:18:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103d71fa

kde-plasma/plasma-sdk: amd64 stable wrt bug #675040

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
index 6435381c22b..e8c56885616 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.14.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2018-10-18 12:31 Thomas Deutschmann
  0 siblings, 0 replies; 192+ messages in thread
From: Thomas Deutschmann @ 2018-10-18 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     113714b4dc6443dbbb242b7819ad6be6dc2eb606
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 12:22:00 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 12:29:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113714b4

kde-plasma/plasma-sdk: x86 stable (bug #665244)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
index b51ea4ce90d..d4dacd20e9a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2018-10-16 16:54 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2018-10-16 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     00f201eab3ea0244561953678e67ecd54e5f40d5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 16:50:11 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 16:54:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f201ea

kde-plasma/plasma-sdk: amd64 stable wrt bug #665244

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
index 47de95ae213..b51ea4ce90d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2018-05-26  0:52 Thomas Deutschmann
  0 siblings, 0 replies; 192+ messages in thread
From: Thomas Deutschmann @ 2018-05-26  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a1411c5008726901c158fab629aed63f657607a7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 00:48:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:52:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1411c50

kde-plasma/plasma-sdk: x86 stable (bug #654740)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
index 938a80331c3..6a4aedfcc5d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2018-05-22  7:49 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2018-05-22  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     322892debc7f313d90af643ffb4228eba063eabb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 07:38:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 07:48:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322892de

kde-plasma/plasma-sdk: amd64 stable wrt bug #654740

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
index 47de95ae213..938a80331c3 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.12.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-07-07  8:12 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2017-07-07  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     49d1126f75ef216a6dc5ea9f5bd6e603e9c64190
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:11:32 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:11:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d1126f

kde-plasma/plasma-sdk: x86 stable wrt bug #620372

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
index 929504cf0a0..37c1303d40b 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-07-05 20:31 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2017-07-05 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fa280ae0037a7bc644f3e25f096c35d8516688f4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 20:29:15 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:31:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa280ae0

kde-plasma/plasma-sdk: amd64 stable wrt bug #620372

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
index 49055db89c8..929504cf0a0 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-05-31 18:04 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2017-05-31 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     19ebddf32aeb772388f0c833722cdc64634f829a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 18:03:08 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 31 18:03:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ebddf3

kde-plasma/plasma-sdk: Drop USE=plasmate

This was dropped in 5.10 for being broken at runtime in 5.9 already.
In case we stabilise this, there is no way to do it with plasmate enabled.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
index 0e6e7fcda0f..49055db89c8 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="plasmate"
+IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -34,13 +34,6 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	dev-libs/kirigami:1
-	plasmate? (
-		$(add_frameworks_dep kdelibs4support)
-		$(add_frameworks_dep knewstuff)
-		$(add_frameworks_dep kparts)
-		$(add_qt_dep qtwebkit)
-		dev-util/kdevplatform:5
-	)
 "
 RDEPEND="${DEPEND}
 	!dev-util/plasmate
@@ -48,9 +41,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package plasmate KDevPlatform)
-		$(cmake-utils_use_find_package plasmate Qt5WebKit)
-		$(cmake-utils_use_find_package plasmate Qt5WebKitWidgets)
+		-DCMAKE_DISABLE_FIND_PACKAGE_KDevPlatform=ON
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-03-20 16:45 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3a638eb9ff68fd02a5265aa0bb9c561076d271f1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 16:43:49 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 16:45:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a638eb9

kde-plasma/plasma-sdk: amd64 stable wrt bug #613144

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.6.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.6.ebuild
index 0e6e7fcda0f..c74175daf07 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.6.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.6.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="plasmate"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-01-31 11:43 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2017-01-31 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7f1fa1768cef51f5f64bf3967a1c8ae4ac1adc26
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:41:21 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 11:41:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1fa176

kde-plasma/plasma-sdk: x86 stable wrt bug #607680

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
index b1feefb..87b7e73 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="plasmate"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-01-30 13:09 Agostino Sarubbo
  0 siblings, 0 replies; 192+ messages in thread
From: Agostino Sarubbo @ 2017-01-30 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9a6809e262a0a21687639de423642a6c7d6e2dee
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 13:06:08 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 13:06:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6809e2

kde-plasma/plasma-sdk: amd64 stable wrt bug #607680

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
index 1b08de0..b1feefb 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="plasmate"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2017-01-03  0:43 Andreas Sturmlechner
  0 siblings, 0 replies; 192+ messages in thread
From: Andreas Sturmlechner @ 2017-01-03  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d7e57ca21a11ea9e88178d4c37395782a44a8d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 00:42:02 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 00:42:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d7e57c

kde-plasma/plasma-sdk: Pin kirigami to slot 5

Package-Manager: portage-2.3.0

 kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild | 4 ++--
 kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild
index bd76886..45c566c 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	dev-libs/kirigami
+	dev-libs/kirigami:5
 	plasmate? (
 		$(add_frameworks_dep kdelibs4support)
 		$(add_frameworks_dep knewstuff)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
index f2c060d..b412ce7 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	dev-libs/kirigami
+	dev-libs/kirigami:5
 	plasmate? (
 		$(add_frameworks_dep kdelibs4support)
 		$(add_frameworks_dep knewstuff)


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2016-04-07 13:27 Mikle Kolyada
  0 siblings, 0 replies; 192+ messages in thread
From: Mikle Kolyada @ 2016-04-07 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bf3829b95f85021406cd3594d707f9d9e99b239f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 13:18:59 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 13:23:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3829b9

kde-plasma/plasma-sdk: amd64 stable wrt bug #429204

Package-Manager: portage-2.2.26

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
index 8f18233..c40b1ac 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="plasmate"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 192+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
@ 2016-03-26 17:42 Johannes Huber
  0 siblings, 0 replies; 192+ messages in thread
From: Johannes Huber @ 2016-03-26 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5afc0f3b35cbf672cfe6328fbba43b9e3d7091cb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:40:08 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 17:41:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afc0f3b

kde-plasma/plasma-sdk: Fix dependency

Package-Manager: portage-2.2.28

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
index 0b43681..8f18233 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
@@ -38,8 +38,8 @@ DEPEND="
 		$(add_frameworks_dep kdelibs4support)
 		$(add_frameworks_dep knewstuff)
 		$(add_frameworks_dep kparts)
-		$(add_kdeapps_dep kdevplatform)
 		$(add_qt_dep qtwebkit)
+		dev-util/kdevplatform:5
 	)
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 192+ messages in thread

end of thread, other threads:[~2024-09-10 16:36 UTC | newest]

Thread overview: 192+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 12:07 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 16:36 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-26 11:17 Arthur Zamarin
2024-07-16 16:32 Andreas Sturmlechner
2024-07-12 15:24 Arthur Zamarin
2024-07-02 17:57 Andreas Sturmlechner
2024-06-27 17:18 Andreas Sturmlechner
2024-06-27 10:04 Sam James
2024-06-27  9:43 Arthur Zamarin
2024-06-25 22:33 Sam James
2024-06-18 14:52 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-13 21:17 Andreas Sturmlechner
2024-03-12 16:32 Andreas Sturmlechner
2024-03-11 20:57 Arthur Zamarin
2024-03-11 13:17 Arthur Zamarin
2024-03-07 10:26 Andreas Sturmlechner
2024-03-06 19:34 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-02-17  5:25 Sam James
2024-01-10 23:24 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner
2023-12-20  8:45 Arthur Zamarin
2023-12-07  9:06 Andreas Sturmlechner
2023-11-23 16:51 Sam James
2023-11-23 16:38 Sam James
2023-11-23 15:16 Sam James
2023-10-24 22:37 Sam James
2023-09-26 20:16 Andreas Sturmlechner
2023-09-26 18:14 Arthur Zamarin
2023-09-26 15:35 Arthur Zamarin
2023-09-26 15:28 Arthur Zamarin
2023-09-13 17:44 Andreas Sturmlechner
2023-08-16 13:33 Arthur Zamarin
2023-08-16 13:23 Arthur Zamarin
2023-08-01 14:07 Sam James
2023-08-01 10:58 Andreas Sturmlechner
2023-07-23 21:54 Sam James
2023-07-15 10:31 Arthur Zamarin
2023-06-21 11:47 Andreas Sturmlechner
2023-06-21 10:22 Andreas Sturmlechner
2023-06-20 22:24 Andreas Sturmlechner
2023-05-22 12:55 Andreas Sturmlechner
2023-05-22  8:27 Arthur Zamarin
2023-05-21 19:51 Sam James
2023-05-21  6:10 Arthur Zamarin
2023-05-09 15:01 Andreas Sturmlechner
2023-04-22 15:10 Arthur Zamarin
2023-04-22 15:04 Arthur Zamarin
2023-04-22 14:57 Arthur Zamarin
2023-04-10 18:35 Andreas Sturmlechner
2023-04-04 19:07 Andreas Sturmlechner
2023-03-14 20:14 Andreas Sturmlechner
2023-02-28 15:44 Andreas Sturmlechner
2023-02-22 10:23 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-05 18:32 Andreas Sturmlechner
2023-02-01  9:47 Andreas Sturmlechner
2023-02-01  6:41 Arthur Zamarin
2023-01-24 18:40 Arthur Zamarin
2023-01-20 13:11 Andreas Sturmlechner
2023-01-04 15:20 Andreas Sturmlechner
2022-12-09  8:20 Arthur Zamarin
2022-11-29 18:59 Andreas Sturmlechner
2022-11-16  8:55 WANG Xuerui
2022-11-08 16:11 Andreas Sturmlechner
2022-10-29 14:03 Yixun Lan
2022-10-26 13:51 Andreas Sturmlechner
2022-10-26  4:42 Arthur Zamarin
2022-10-18 13:47 Andreas Sturmlechner
2022-10-11 12:40 Andreas Sturmlechner
2022-10-10  9:54 Andreas Sturmlechner
2022-09-30  3:52 Sam James
2022-09-30  2:18 Sam James
2022-09-06 19:22 Andreas Sturmlechner
2022-08-07 15:51 Andreas Sturmlechner
2022-08-07  5:12 Sam James
2022-08-02 18:38 Andreas Sturmlechner
2022-07-30  8:51 Agostino Sarubbo
2022-07-28 11:03 Agostino Sarubbo
2022-07-13  9:17 Andreas Sturmlechner
2022-06-28 17:54 Andreas Sturmlechner
2022-06-21 21:28 Andreas Sturmlechner
2022-06-14 12:44 Andreas Sturmlechner
2022-05-29 20:44 Andreas Sturmlechner
2022-05-28 20:35 Jakov Smolić
2022-05-28  7:04 Agostino Sarubbo
2022-05-27 11:14 Jakov Smolić
2022-05-03 22:41 Sam James
2022-04-29 13:33 Agostino Sarubbo
2022-04-29 13:29 Agostino Sarubbo
2022-04-29  5:38 Sam James
2022-03-29 15:57 Andreas Sturmlechner
2022-03-08 17:18 Andreas Sturmlechner
2022-02-22 16:55 Andreas Sturmlechner
2022-02-15 17:51 Andreas Sturmlechner
2022-02-08 13:10 Andreas Sturmlechner
2022-01-25  9:49 Andreas Sturmlechner
2022-01-24 22:37 Sam James
2022-01-19  9:26 Jakov Smolić
2022-01-18 23:39 Jakov Smolić
2022-01-18 17:40 Andreas Sturmlechner
2022-01-04 15:10 Andreas Sturmlechner
2021-12-14  9:28 Andreas Sturmlechner
2021-12-13 23:04 Sam James
2021-12-13 18:32 Jakov Smolić
2021-12-13  0:10 Sam James
2021-11-30 14:32 Andreas Sturmlechner
2021-11-09 17:15 Andreas Sturmlechner
2021-10-31  3:17 Sam James
2021-10-27  5:02 Sam James
2021-10-20  6:51 Andreas Sturmlechner
2021-10-14 10:32 Andreas Sturmlechner
2021-10-01  6:44 Andreas Sturmlechner
2021-09-16 11:14 Andreas Sturmlechner
2021-09-16  1:20 Sam James
2021-09-15  2:24 Sam James
2021-08-18  0:35 Yixun Lan
2021-07-29 18:03 Andreas Sturmlechner
2021-07-27 19:15 Andreas Sturmlechner
2021-07-06 17:20 Andreas Sturmlechner
2021-06-23  6:27 Andreas Sturmlechner
2021-06-16 14:14 Sam James
2021-06-16 12:32 Sam James
2021-06-12 12:52 Sam James
2021-06-12  6:25 Sam James
2021-06-12  1:03 Sam James
2021-06-10 18:05 Georgy Yakovlev
2021-06-05 10:57 Mikle Kolyada
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-05-09 12:11 Andreas Sturmlechner
2021-04-06 14:12 Andreas Sturmlechner
2021-03-16 14:43 Andreas Sturmlechner
2021-03-02 20:24 Andreas Sturmlechner
2021-02-23 21:19 Andreas Sturmlechner
2021-02-16 14:39 Andreas Sturmlechner
2021-01-24 19:44 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-21 13:37 Agostino Sarubbo
2021-01-05 17:36 Andreas Sturmlechner
2020-12-01 16:08 Andreas Sturmlechner
2020-11-11 14:21 Andreas Sturmlechner
2020-10-27 21:26 Andreas Sturmlechner
2020-10-20 19:56 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-10-07 11:05 Agostino Sarubbo
2020-10-07 10:44 Agostino Sarubbo
2020-09-01 16:33 Andreas Sturmlechner
2020-07-28 15:37 Andreas Sturmlechner
2020-07-11 15:21 Sam James
2020-07-07 21:30 Andreas Sturmlechner
2020-06-20 21:03 Thomas Deutschmann
2020-05-21 13:41 Mikle Kolyada
2020-05-20 16:15 Mikle Kolyada
2020-05-20 16:11 Mikle Kolyada
2020-02-29 12:34 Mikle Kolyada
2020-02-15 11:31 Mikle Kolyada
2020-02-11 13:54 Mikle Kolyada
2020-02-11 13:50 Mikle Kolyada
2019-12-22 21:54 Aaron Bauman
2019-12-22 20:43 Mikle Kolyada
2019-12-22 20:39 Mikle Kolyada
2019-12-22 19:07 Andreas Sturmlechner
2019-12-17 23:49 Andreas Sturmlechner
2019-09-21  0:08 Mikle Kolyada
2019-09-21  0:04 Mikle Kolyada
2019-09-20  3:24 Aaron Bauman
2019-05-28  4:01 Aaron Bauman
2019-05-18 18:15 Mikle Kolyada
2019-05-18 18:11 Mikle Kolyada
2019-03-02 23:29 Andreas Sturmlechner
2019-01-25  7:28 Mikle Kolyada
2019-01-25  7:20 Mikle Kolyada
2018-10-18 12:31 Thomas Deutschmann
2018-10-16 16:54 Mikle Kolyada
2018-05-26  0:52 Thomas Deutschmann
2018-05-22  7:49 Mikle Kolyada
2017-07-07  8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-05-31 18:04 Andreas Sturmlechner
2017-03-20 16:45 Agostino Sarubbo
2017-01-31 11:43 Agostino Sarubbo
2017-01-30 13:09 Agostino Sarubbo
2017-01-03  0:43 Andreas Sturmlechner
2016-04-07 13:27 Mikle Kolyada
2016-03-26 17:42 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox