public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-10-12 13:23 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-10-12 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5f5d3f83f5485478d2831caf96ce42846f1de116
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 11:43:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 13:23:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5d3f83

kde-misc/kweather: drop 23.08.1

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.08.1.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 7a90c42dd79d..4e0d182f292d 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
-DIST kweather-23.08.1.tar.xz 944652 BLAKE2B e773b73824e3cb6dfb4c2497a597795c98ab06b66adc51f91ac6804372cf0f56aa9412e9e36f655839c3947b8d3ec88263d81a85969477bfd9d5303663baa6c0 SHA512 dd17d5744364734a2a9e3adcb3a1efdb9f240c7e5c804c1a7a77551fdf7b75c999b36cff419eb17beb3aa69b91e694c6697c1a3690b6f5adf25513fe9545023c
 DIST kweather-23.08.2.tar.xz 945384 BLAKE2B a31777e1678565fee2fd503f13a37b204693e2d3042bddc1e98a41c3f102bcac0b0d700a281a178430bbbd91dba79dfed252791caf48d83d71c50bbb8a199f00 SHA512 83fedccc54830ed2410c5ab4be49220ee45f1d137a2d2b63625d89569f769ad9e361ae0c48c7123100e9accf4dbc12b0360474a9c84c4f37f66f4d750b275b72

diff --git a/kde-misc/kweather/kweather-23.08.1.ebuild b/kde-misc/kweather/kweather-23.08.1.ebuild
deleted file mode 100644
index 1fea67873b11..000000000000
--- a/kde-misc/kweather/kweather-23.08.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-09-12 19:29 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-09-12 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dbc84963178a9eb90e597b562b4783c81071c75d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:11:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 19:28:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc84963

kde-misc/kweather: drop 24.08.0

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.08.0.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index c1960cc8f00b..3eb737a04c39 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,4 +1,3 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
 DIST kweather-24.05.2.tar.xz 949772 BLAKE2B 5e64a774bfd3854d37a68ecc2072a588b211154e4938c98adeed9f386b26326086239c3715743f4a9f49f35a12aa73758b3f82c93d2cc4f660c1eab1f3436056 SHA512 5605fe11efb9cd58ad4faf148101b82330d91b20ebee217763aafb2e0ae923e5295aaa0832ea7969b363af9d5ce144a2d637a4e0d741c5b5821326d08290b39e
-DIST kweather-24.08.0.tar.xz 416608 BLAKE2B ef1e09ad6d3288106d92f80e6251b63c818f435b1796a4e118249f671f22a8e00a2c7b5d62d86effe7dabea4e6fe65699ce5f8400375c8bd5dc415a144fe927e SHA512 d32525bef5a62425930b0bfd2eeeeedcf486e0f9296d551ca8afccd91abcddbd2771aa7238ee85fe0920495a91d6698bc66c6983a79c4257de77443b84d518c1
 DIST kweather-24.08.1.tar.xz 416740 BLAKE2B a3d582318fabff871c8bff10db42edf25ad12d743d1a0b25148bb76e33feee7ba22a18855400a0b6e1e5ae470a1961883db8f72f7724f0b17f2def8a30ab06fa SHA512 9a9b6e2273341dd136545501b071f742dcb8fd3b5cc92d9ef146b55dc88bacfbec205d95f16b8d6b9a672707a078ae7b5efab7e9198c4e11c215651045e3f083

diff --git a/kde-misc/kweather/kweather-24.08.0.ebuild b/kde-misc/kweather/kweather-24.08.0.ebuild
deleted file mode 100644
index eaf3a274d945..000000000000
--- a/kde-misc/kweather/kweather-24.08.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-09-01 19:36 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-09-01 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3334b9b99ece7d713aeb447cb74cdd3896c778ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 19:33:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 19:33:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3334b9b9

kde-misc/kweather: Stabilize 24.05.2 arm64, #934478

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

 kde-misc/kweather/kweather-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-24.05.2.ebuild b/kde-misc/kweather/kweather-24.05.2.ebuild
index 9a60a2999209..8e9f1b1249cb 100644
--- a/kde-misc/kweather/kweather-24.05.2.ebuild
+++ b/kde-misc/kweather/kweather-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 
 DEPEND="
 	dev-libs/kirigami-addons:6


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-08-31 21:19 Sam James
  0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2024-08-31 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4692a5759ef0c0f73a5f2c18db8b1f50ce55e3d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 21:13:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 21:13:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4692a575

kde-misc/kweather: Stabilize 24.05.2 amd64, #934478

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

 kde-misc/kweather/kweather-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-24.05.2.ebuild b/kde-misc/kweather/kweather-24.05.2.ebuild
index 5bfd4775b820..9a60a2999209 100644
--- a/kde-misc/kweather/kweather-24.05.2.ebuild
+++ b/kde-misc/kweather/kweather-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 DEPEND="
 	dev-libs/kirigami-addons:6


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-08-24 12:50 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-08-24 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0b6d29fa8b9ea436eaf5d4a7dda5aa40d44901a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 12:44:41 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 12:50:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6d29fa

kde-misc/kweather: 24.08.0 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-24.08.0.ebuild | 52 +++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index ddf88fceb8b8..1b72fa658238 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1,3 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
 DIST kweather-24.05.2.tar.xz 949772 BLAKE2B 5e64a774bfd3854d37a68ecc2072a588b211154e4938c98adeed9f386b26326086239c3715743f4a9f49f35a12aa73758b3f82c93d2cc4f660c1eab1f3436056 SHA512 5605fe11efb9cd58ad4faf148101b82330d91b20ebee217763aafb2e0ae923e5295aaa0832ea7969b363af9d5ce144a2d637a4e0d741c5b5821326d08290b39e
+DIST kweather-24.08.0.tar.xz 416608 BLAKE2B ef1e09ad6d3288106d92f80e6251b63c818f435b1796a4e118249f671f22a8e00a2c7b5d62d86effe7dabea4e6fe65699ce5f8400375c8bd5dc415a144fe927e SHA512 d32525bef5a62425930b0bfd2eeeeedcf486e0f9296d551ca8afccd91abcddbd2771aa7238ee85fe0920495a91d6698bc66c6983a79c4257de77443b84d518c1

diff --git a/kde-misc/kweather/kweather-24.08.0.ebuild b/kde-misc/kweather/kweather-24.08.0.ebuild
new file mode 100644
index 000000000000..eaf3a274d945
--- /dev/null
+++ b/kde-misc/kweather/kweather-24.08.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/kweathercore:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
+	>=dev-qt/qtcharts-${QTMIN}:6[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	kde-plasma/libplasma:6
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
+	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-08-09  8:39 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-08-09  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a903a58451ed74f3d5a10af4f2b6d28e9b853a13
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 08:39:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 08:39:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a903a584

kde-misc/kweather: Keyword 24.05.2 ppc64, #934361

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

 kde-misc/kweather/kweather-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-24.05.2.ebuild b/kde-misc/kweather/kweather-24.05.2.ebuild
index 8e032888cee4..5bfd4775b820 100644
--- a/kde-misc/kweather/kweather-24.05.2.ebuild
+++ b/kde-misc/kweather/kweather-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 DEPEND="
 	dev-libs/kirigami-addons:6


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-07-21 16:43 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-07-21 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     68a27b8c53321fec993bf32ff00d8c4c006e8552
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 16:42:47 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 16:42:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a27b8c

kde-misc/kweather: Keyword 24.05.2 x86, #934361

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

 kde-misc/kweather/kweather-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-24.05.2.ebuild b/kde-misc/kweather/kweather-24.05.2.ebuild
index ac4834050cf7..8e032888cee4 100644
--- a/kde-misc/kweather/kweather-24.05.2.ebuild
+++ b/kde-misc/kweather/kweather-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DEPEND="
 	dev-libs/kirigami-addons:6


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-07-04 12:06 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-07-04 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     03e9de736674377f19c8e076b274ef733441acd4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 18:15:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 11:51:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9de73

kde-misc/kweather: drop 24.05.1

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.05.1.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 415c85ce35a8..ddf88fceb8b8 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.05.1.tar.xz 949024 BLAKE2B e8f877a9b4854608bc6f2cd85120ea3f3c4f516aeeb5026eb6c6f53eaba448c6b1d698ef562b648cc456ace71cc50f028bddf3a52bac4f4a1c34c6f6afc5483e SHA512 739d0ae56b326487d1e8ef6abfb0e8f93495acd4d7b04698f008eb9ef1638e7229833cf81768ea45b791cc724cfa53f61cff2547e95da7e3d687a28b6a16cf7e
 DIST kweather-24.05.2.tar.xz 949772 BLAKE2B 5e64a774bfd3854d37a68ecc2072a588b211154e4938c98adeed9f386b26326086239c3715743f4a9f49f35a12aa73758b3f82c93d2cc4f660c1eab1f3436056 SHA512 5605fe11efb9cd58ad4faf148101b82330d91b20ebee217763aafb2e0ae923e5295aaa0832ea7969b363af9d5ce144a2d637a4e0d741c5b5821326d08290b39e

diff --git a/kde-misc/kweather/kweather-24.05.1.ebuild b/kde-misc/kweather/kweather-24.05.1.ebuild
deleted file mode 100644
index ac4834050cf7..000000000000
--- a/kde-misc/kweather/kweather-24.05.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-07-02 11:46 Sam James
  0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2024-07-02 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     dc5cb3f6641eaa0428fc50ba8edd87710e2ca1a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 11:29:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 11:39:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5cb3f6

kde-misc/kweather: Keyword 24.05.1 arm64, #934361

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

 kde-misc/kweather/kweather-24.05.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-24.05.1.ebuild b/kde-misc/kweather/kweather-24.05.1.ebuild
index 864f5f769444..ac4834050cf7 100644
--- a/kde-misc/kweather/kweather-24.05.1.ebuild
+++ b/kde-misc/kweather/kweather-24.05.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND="
 	dev-libs/kirigami-addons:6


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-06-13 16:54 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-06-13 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d912d70294c6f9e63f248cfe7f5777aa0930d24d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 16:22:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 16:53:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912d702

kde-misc/kweather: drop 24.05.0

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.05.0.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index c65185b807be..a9061833f8bb 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.05.0.tar.xz 948788 BLAKE2B 83de821801c905ef2dc10524ae4052974287eb07566a14400d50da664f7e6b7e4b737a0f2f695c4803534c76f7d5491ebb29c839a6f2977d2aa4a3c87133025b SHA512 4f86c2abf128843bbe6e9d0bd9a0e2dd9953c3da37998fc3e5dbd4f506721b20fdb4ba8f590985a423f65ed6adad49d8949fa9f7aa4983865d15a0d5ba79a6ea
 DIST kweather-24.05.1.tar.xz 949024 BLAKE2B e8f877a9b4854608bc6f2cd85120ea3f3c4f516aeeb5026eb6c6f53eaba448c6b1d698ef562b648cc456ace71cc50f028bddf3a52bac4f4a1c34c6f6afc5483e SHA512 739d0ae56b326487d1e8ef6abfb0e8f93495acd4d7b04698f008eb9ef1638e7229833cf81768ea45b791cc724cfa53f61cff2547e95da7e3d687a28b6a16cf7e

diff --git a/kde-misc/kweather/kweather-24.05.0.ebuild b/kde-misc/kweather/kweather-24.05.0.ebuild
deleted file mode 100644
index b0bf19607286..000000000000
--- a/kde-misc/kweather/kweather-24.05.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-05-23 16:00 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-05-23 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9de25bccc0eb72262665d9481358892a148d0577
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 21:05:40 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 23 16:00:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de25bcc

kde-misc/kweather: drop 24.04.90

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

 kde-misc/kweather/Manifest                 |  1 -
 kde-misc/kweather/kweather-24.04.90.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 23e595bac8d1..7c3e7bffd45b 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.04.90.tar.xz 948664 BLAKE2B 57484e692558be567f6389d21b517f9d70dfe4578a91f2268394b8b1646cf4f480ad5c06cfa5a14b03b1c26652d08a64921c6528d08f0ec291d946147bf076f2 SHA512 7f77a10591240f6f6b0843a9c3887f0bc97d902fc4540e193fcb1648f80b8e3dedd6f1f6674f9d0d86272fa04d9b1678a0ab5e30cf888c5710d0b8aca5744017
 DIST kweather-24.05.0.tar.xz 948788 BLAKE2B 83de821801c905ef2dc10524ae4052974287eb07566a14400d50da664f7e6b7e4b737a0f2f695c4803534c76f7d5491ebb29c839a6f2977d2aa4a3c87133025b SHA512 4f86c2abf128843bbe6e9d0bd9a0e2dd9953c3da37998fc3e5dbd4f506721b20fdb4ba8f590985a423f65ed6adad49d8949fa9f7aa4983865d15a0d5ba79a6ea

diff --git a/kde-misc/kweather/kweather-24.04.90.ebuild b/kde-misc/kweather/kweather-24.04.90.ebuild
deleted file mode 100644
index b0bf19607286..000000000000
--- a/kde-misc/kweather/kweather-24.04.90.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-05-20 11:39 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f3fb07124bd1103952ffbc2c2b4527e2396760c8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:24:59 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fb0712

kde-misc/kweather: drop 24.02.2

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.02.2.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 426e24c22aed..71317fa877ba 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.02.2.tar.xz 947712 BLAKE2B 25591c930bfada0ac3cd6e17bbf0a5e42f355c25fbcb959528940a55eb88d0a8838d91046e445d57b56dac0897b31c0e67c9b590b9a9eb0e034689dc6c3d1032 SHA512 d0207acf1b16009ffeb2f12391337988e9a09e12ee37e4ff23b86eec5caeace3fa1a710b99a428da87c31c96c056ea1eb1454e47fb95fe9e9cfc9cbd79b61bb9
 DIST kweather-24.04.90.tar.xz 948664 BLAKE2B 57484e692558be567f6389d21b517f9d70dfe4578a91f2268394b8b1646cf4f480ad5c06cfa5a14b03b1c26652d08a64921c6528d08f0ec291d946147bf076f2 SHA512 7f77a10591240f6f6b0843a9c3887f0bc97d902fc4540e193fcb1648f80b8e3dedd6f1f6674f9d0d86272fa04d9b1678a0ab5e30cf888c5710d0b8aca5744017

diff --git a/kde-misc/kweather/kweather-24.02.2.ebuild b/kde-misc/kweather/kweather-24.02.2.ebuild
deleted file mode 100644
index b0bf19607286..000000000000
--- a/kde-misc/kweather/kweather-24.02.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-04-11 20:40 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-04-11 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff381debe0ad0402579913bdcf7de167f14032a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 20:07:21 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 20:14:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff381de

kde-misc/kweather: drop 24.02.1

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.02.1.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 8a6e4c4b68f7..c5d0f404db00 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.02.1.tar.xz 947280 BLAKE2B 65c141471cd4f0d3dd81e0c1bd5f044366d30fb1446e556c0bd5bb9cae727913989af71a5bfeec5b6f2408cd8a8be538fc1eb89ccb2d23893752b6b64a5eb283 SHA512 92d55ee08d7e8028e3206596ecf7e10198df2a02dc2af8cea62ad722430f67c66a371f645b23af7a950c5cfb4fd84b832bd817faafb6a3bf6e63c83c28ea0f2e
 DIST kweather-24.02.2.tar.xz 947712 BLAKE2B 25591c930bfada0ac3cd6e17bbf0a5e42f355c25fbcb959528940a55eb88d0a8838d91046e445d57b56dac0897b31c0e67c9b590b9a9eb0e034689dc6c3d1032 SHA512 d0207acf1b16009ffeb2f12391337988e9a09e12ee37e4ff23b86eec5caeace3fa1a710b99a428da87c31c96c056ea1eb1454e47fb95fe9e9cfc9cbd79b61bb9

diff --git a/kde-misc/kweather/kweather-24.02.1.ebuild b/kde-misc/kweather/kweather-24.02.1.ebuild
deleted file mode 100644
index b0bf19607286..000000000000
--- a/kde-misc/kweather/kweather-24.02.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-03-21 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-03-21 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9b0564b38d02e0d39dfd68934d5a0d1916a5d4d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 10:48:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 15:36:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0564b3

kde-misc/kweather: drop 24.02.0

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-24.02.0.ebuild | 52 -------------------------------
 2 files changed, 53 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 68d00a8aea5b..6ee76638a1ca 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
-DIST kweather-24.02.0.tar.xz 947256 BLAKE2B 460a5c007e03f9feba48f8c517f7ccea94440a875819a71724afce453e79bcc67b1aba7eeb23fc278956c99b754560e796afc58cfe573450e2921916aa8af75f SHA512 40767b7dcff42bff280493cf5c9bdb6696c3932556dda2a166a73843ff4562d87c236a935d9a494cdd4f85049898c67246d036f36dbbb608b65a0d5bc45d00fa
 DIST kweather-24.02.1.tar.xz 947280 BLAKE2B 65c141471cd4f0d3dd81e0c1bd5f044366d30fb1446e556c0bd5bb9cae727913989af71a5bfeec5b6f2408cd8a8be538fc1eb89ccb2d23893752b6b64a5eb283 SHA512 92d55ee08d7e8028e3206596ecf7e10198df2a02dc2af8cea62ad722430f67c66a371f645b23af7a950c5cfb4fd84b832bd817faafb6a3bf6e63c83c28ea0f2e

diff --git a/kde-misc/kweather/kweather-24.02.0.ebuild b/kde-misc/kweather/kweather-24.02.0.ebuild
deleted file mode 100644
index c447b593e310..000000000000
--- a/kde-misc/kweather/kweather-24.02.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/kweathercore:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtcharts-${QTMIN}:6[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-03-06 20:32 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-03-06 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     786f8c8190e741c896340a12762604d70ab25c82
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 19:53:28 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 20:31:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786f8c81

kde-misc/kweather: drop 23.08.4

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.08.4.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 3e27cf81aff5..1ea9b9a11f9b 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
-DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
 DIST kweather-24.02.0.tar.xz 947256 BLAKE2B 460a5c007e03f9feba48f8c517f7ccea94440a875819a71724afce453e79bcc67b1aba7eeb23fc278956c99b754560e796afc58cfe573450e2921916aa8af75f SHA512 40767b7dcff42bff280493cf5c9bdb6696c3932556dda2a166a73843ff4562d87c236a935d9a494cdd4f85049898c67246d036f36dbbb608b65a0d5bc45d00fa

diff --git a/kde-misc/kweather/kweather-23.08.4.ebuild b/kde-misc/kweather/kweather-23.08.4.ebuild
deleted file mode 100644
index 0a11a99bcfe7..000000000000
--- a/kde-misc/kweather/kweather-23.08.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-plasma/libplasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-03-05 17:22 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-03-05 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4beec45f02461d12f0ee2577d12d27b5f439048f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 17:19:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 17:21:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beec45f

kde-misc/kweather: Stabilize 23.08.5 arm64, #924716

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

 kde-misc/kweather/kweather-23.08.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.08.5.ebuild b/kde-misc/kweather/kweather-23.08.5.ebuild
index 78ec108d02c9..11b9d217d055 100644
--- a/kde-misc/kweather/kweather-23.08.5.ebuild
+++ b/kde-misc/kweather/kweather-23.08.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-02-28 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-02-28 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a5c82befdea26fe8dbbb571470712ceddccf16ca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 12:05:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 13:53:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c82bef

kde-misc/kweather: 24.02.0 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-24.02.0.ebuild | 52 +++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index e6937356c6cb..3e27cf81aff5 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1,3 @@
 DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890
 DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255
+DIST kweather-24.02.0.tar.xz 947256 BLAKE2B 460a5c007e03f9feba48f8c517f7ccea94440a875819a71724afce453e79bcc67b1aba7eeb23fc278956c99b754560e796afc58cfe573450e2921916aa8af75f SHA512 40767b7dcff42bff280493cf5c9bdb6696c3932556dda2a166a73843ff4562d87c236a935d9a494cdd4f85049898c67246d036f36dbbb608b65a0d5bc45d00fa

diff --git a/kde-misc/kweather/kweather-24.02.0.ebuild b/kde-misc/kweather/kweather-24.02.0.ebuild
new file mode 100644
index 000000000000..c447b593e310
--- /dev/null
+++ b/kde-misc/kweather/kweather-24.02.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=6.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/kweathercore:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
+	>=dev-qt/qtcharts-${QTMIN}:6[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	kde-plasma/libplasma:6
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
+	>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-02-15 12:34 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-02-15 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cecf5535eaebfa5b494b5c0e7ecaf6cd3455fe8c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 09:46:38 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 12:24:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecf5535

kde-misc/kweather: 23.08.5 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-23.08.5.ebuild | 55 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index db6a8851d36c..e6937356c6cb 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1 +1,2 @@
 DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890
+DIST kweather-23.08.5.tar.xz 946796 BLAKE2B 1fcafac557c28dddd6cd4c345733bb38ac3a03496c78537338fa16b39037c28938bdbb0e89846f0e1fa0bd3725c0e9ec03b8b9b78fe5977e8666c6316ca738bc SHA512 75787edbfecf7137eefa071f3b339b87110744876fdc3fb7ea56cf976bdd95912ed4001cee474ccf29e385202b9e56fd04ddaa8077b4509c14a1059c6f22e255

diff --git a/kde-misc/kweather/kweather-23.08.5.ebuild b/kde-misc/kweather/kweather-23.08.5.ebuild
new file mode 100644
index 000000000000..b9674beb454a
--- /dev/null
+++ b/kde-misc/kweather/kweather-23.08.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-plasma/libplasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-01-07 14:33 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-01-07 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     310b1664c25de56023e7755a4bd17c16b53171bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 14:39:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:32:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310b1664

kde-misc/kweather: drop 23.08.3

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.08.3.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index dbff7746eeea..db6a8851d36c 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1 @@
-DIST kweather-23.08.3.tar.xz 946512 BLAKE2B b4732429e4ce1cfa581b7626ae347d5b532528f45e8834bc6413f9d62a98f1c791361a9ff8f5ecce9dff9878c3e673c28dab0e84e4aa804812e8f0b20fc90221 SHA512 21df82a737ba155115a35327831eaf81911119260492efaa80a2df609d1da0494370df6fa2fc06cc1c20e594e998e30212467613a5166268ab3058cb815bac64
 DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890

diff --git a/kde-misc/kweather/kweather-23.08.3.ebuild b/kde-misc/kweather/kweather-23.08.3.ebuild
deleted file mode 100644
index f5735ea9824a..000000000000
--- a/kde-misc/kweather/kweather-23.08.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-plasma/libplasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2024-01-06 12:35 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-01-06 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c9ce44442c4d17a48e0b9b0dd22e8e5e83422c17
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 12:30:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 12:30:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ce4444

kde-misc/kweather: Stabilize 23.08.4 arm64, #920693

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

 kde-misc/kweather/kweather-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.08.4.ebuild b/kde-misc/kweather/kweather-23.08.4.ebuild
index 13ad73a278a9..0a11a99bcfe7 100644
--- a/kde-misc/kweather/kweather-23.08.4.ebuild
+++ b/kde-misc/kweather/kweather-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-12-29  7:05 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2023-12-29  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4077d7082877d3a0b6d628905c4b090163549462
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 07:04:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 07:04:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4077d708

kde-misc/kweather: Stabilize 23.08.4 x86, #920693

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

 kde-misc/kweather/kweather-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.08.4.ebuild b/kde-misc/kweather/kweather-23.08.4.ebuild
index 3ff8118289fa..2f288f2e22e7 100644
--- a/kde-misc/kweather/kweather-23.08.4.ebuild
+++ b/kde-misc/kweather/kweather-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-12-19 20:45 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-12-19 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9a80da10686bfc54ffbc37fa81a6480a73805b3b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 19:56:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 20:44:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a80da10

kde-misc/kweather: drop 23.04.3

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.04.3.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index ba9b3f07a038..dbff7746eeea 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
-DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
 DIST kweather-23.08.3.tar.xz 946512 BLAKE2B b4732429e4ce1cfa581b7626ae347d5b532528f45e8834bc6413f9d62a98f1c791361a9ff8f5ecce9dff9878c3e673c28dab0e84e4aa804812e8f0b20fc90221 SHA512 21df82a737ba155115a35327831eaf81911119260492efaa80a2df609d1da0494370df6fa2fc06cc1c20e594e998e30212467613a5166268ab3058cb815bac64
 DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890

diff --git a/kde-misc/kweather/kweather-23.04.3.ebuild b/kde-misc/kweather/kweather-23.04.3.ebuild
deleted file mode 100644
index f5735ea9824a..000000000000
--- a/kde-misc/kweather/kweather-23.04.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-plasma/libplasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-12-09 10:29 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-12-09 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     33170ede8b18f335d06e47fcb644fb9f4e0f7d48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 10:20:04 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 10:28:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33170ede

kde-misc/kweather: 23.08.4 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-23.08.4.ebuild | 55 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 7d827a75b254..ba9b3f07a038 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1,3 @@
 DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
 DIST kweather-23.08.3.tar.xz 946512 BLAKE2B b4732429e4ce1cfa581b7626ae347d5b532528f45e8834bc6413f9d62a98f1c791361a9ff8f5ecce9dff9878c3e673c28dab0e84e4aa804812e8f0b20fc90221 SHA512 21df82a737ba155115a35327831eaf81911119260492efaa80a2df609d1da0494370df6fa2fc06cc1c20e594e998e30212467613a5166268ab3058cb815bac64
+DIST kweather-23.08.4.tar.xz 946972 BLAKE2B 5c95568c73603667f9ee6b68cf7ffd82355a799dcc96a931736af627d842207f82bea9a193b719a756c4927c2af0e3e0dcbfbf4b48b75979596595d5598dc3fe SHA512 699e536757e057c35b76f59cb425c82b809af055887963a1e49359d2c254515d1bcc1334ed21b5f5aa9dfafbfd122998ff14fb17998fae1ad1d4e66ac1be5890

diff --git a/kde-misc/kweather/kweather-23.08.4.ebuild b/kde-misc/kweather/kweather-23.08.4.ebuild
new file mode 100644
index 000000000000..3ff8118289fa
--- /dev/null
+++ b/kde-misc/kweather/kweather-23.08.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-plasma/libplasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


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

commit:     7a420737689c388c5b7b1e8abf11f29f62f40a9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 10:35:00 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 13:09:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a420737

kde-misc/kweather: drop 23.08.2

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.08.2.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 808cae12334e..7d827a75b254 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
-DIST kweather-23.08.2.tar.xz 945384 BLAKE2B a31777e1678565fee2fd503f13a37b204693e2d3042bddc1e98a41c3f102bcac0b0d700a281a178430bbbd91dba79dfed252791caf48d83d71c50bbb8a199f00 SHA512 83fedccc54830ed2410c5ab4be49220ee45f1d137a2d2b63625d89569f769ad9e361ae0c48c7123100e9accf4dbc12b0360474a9c84c4f37f66f4d750b275b72
 DIST kweather-23.08.3.tar.xz 946512 BLAKE2B b4732429e4ce1cfa581b7626ae347d5b532528f45e8834bc6413f9d62a98f1c791361a9ff8f5ecce9dff9878c3e673c28dab0e84e4aa804812e8f0b20fc90221 SHA512 21df82a737ba155115a35327831eaf81911119260492efaa80a2df609d1da0494370df6fa2fc06cc1c20e594e998e30212467613a5166268ab3058cb815bac64

diff --git a/kde-misc/kweather/kweather-23.08.2.ebuild b/kde-misc/kweather/kweather-23.08.2.ebuild
deleted file mode 100644
index 1fea67873b11..000000000000
--- a/kde-misc/kweather/kweather-23.08.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


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

commit:     1b15626ad8a7f63cf64b06e9c33d821e368471f3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 19:44:28 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 20:08:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b15626a

kde-misc/kweather: drop 23.08.0

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.08.0.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index e44cb4777a4a..0321d13c8cc7 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,3 +1,2 @@
 DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
-DIST kweather-23.08.0.tar.xz 944712 BLAKE2B 55820093df5e9b9a7c55484497ceef23f9387246aa342c49fd9bfebf90f720a144b43862f1d153aa8e7dae1235564ebd9e1f7c184da30e28c78e3d6b96adc4e4 SHA512 5743c1b011c04f457fa4ced99150f35dc95260de317082826fd6ec102bff7b65ad2f94b2d302cc1127cdaf414d7734ddeacb34620c1ed2e4c978189810531e1d
 DIST kweather-23.08.1.tar.xz 944652 BLAKE2B e773b73824e3cb6dfb4c2497a597795c98ab06b66adc51f91ac6804372cf0f56aa9412e9e36f655839c3947b8d3ec88263d81a85969477bfd9d5303663baa6c0 SHA512 dd17d5744364734a2a9e3adcb3a1efdb9f240c7e5c804c1a7a77551fdf7b75c999b36cff419eb17beb3aa69b91e694c6697c1a3690b6f5adf25513fe9545023c

diff --git a/kde-misc/kweather/kweather-23.08.0.ebuild b/kde-misc/kweather/kweather-23.08.0.ebuild
deleted file mode 100644
index 1fea67873b11..000000000000
--- a/kde-misc/kweather/kweather-23.08.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-08-25  8:30 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-08-25  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c0e1eb2b35ea886a6d01138bac5fc818162e03f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 08:18:54 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 08:29:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e1eb2b

kde-misc/kweather: 23.08.0 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-23.08.0.ebuild | 55 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index f7ee7e76a558..8fb99c0054c3 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1 +1,2 @@
 DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800
+DIST kweather-23.08.0.tar.xz 944712 BLAKE2B 55820093df5e9b9a7c55484497ceef23f9387246aa342c49fd9bfebf90f720a144b43862f1d153aa8e7dae1235564ebd9e1f7c184da30e28c78e3d6b96adc4e4 SHA512 5743c1b011c04f457fa4ced99150f35dc95260de317082826fd6ec102bff7b65ad2f94b2d302cc1127cdaf414d7734ddeacb34620c1ed2e4c978189810531e1d

diff --git a/kde-misc/kweather/kweather-23.08.0.ebuild b/kde-misc/kweather/kweather-23.08.0.ebuild
new file mode 100644
index 000000000000..1fea67873b11
--- /dev/null
+++ b/kde-misc/kweather/kweather-23.08.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-08-02 17:43 Sam James
  0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2023-08-02 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     168b263a5ada33a434afa5986c2c21603e5078f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 17:33:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 17:42:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168b263a

kde-misc/kweather: Stabilize 23.04.3 arm64, #911185

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

 kde-misc/kweather/kweather-23.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.04.3.ebuild b/kde-misc/kweather/kweather-23.04.3.ebuild
index ca28741766a1..445c47ea0b23 100644
--- a/kde-misc/kweather/kweather-23.04.3.ebuild
+++ b/kde-misc/kweather/kweather-23.04.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-07-08  9:33 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2023-07-08  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     065d90a46140c8ab99e4e36f3345b546d68ac587
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 09:18:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 09:33:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065d90a4

kde-misc/kweather: Stabilize 23.04.2 amd64, #909314

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

 kde-misc/kweather/kweather-23.04.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.04.2.ebuild b/kde-misc/kweather/kweather-23.04.2.ebuild
index 5f141706d7ea..21e0302f7124 100644
--- a/kde-misc/kweather/kweather-23.04.2.ebuild
+++ b/kde-misc/kweather/kweather-23.04.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-07-06 14:24 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-07-06 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     486a6b171c422ca6e01534d9630ef35f5e7df9a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 13:51:41 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 14:24:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486a6b17

kde-misc/kweather: 23.04.3 version bump

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-23.04.3.ebuild | 55 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 702f0657d38d..64bd97900355 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1 +1,2 @@
 DIST kweather-23.04.2.tar.xz 1018788 BLAKE2B 5d67827a9e7108c4da73cff8fe822a136708df11642078c6374f22088a572a123194396eca867fbd7e964f65090ae7683f72554aa633d31e8ed30c79c6c3a590 SHA512 3c2d574019a0882d1d969e15a8eea9b95af6350e3df9f9b78a0c58778e08c4e5704e11cbec6eb50cd389ca2f3fef47cd4416d487fbc394d2897f6561823cee6a
+DIST kweather-23.04.3.tar.xz 1019320 BLAKE2B ddb4591edba02c7170543139c00bd65a4e4f5d9a736ed617ba159037f2fb115cb2df7248721e1604927b3a1ee66a50010e1a0db1d8af02e54aa11b15c85cf962 SHA512 0fda09bc1d3211604b314eb6e7b75629218572751c782c19fd0f594329775e9d233462329427f9fb2a8152484275f58a6e0adfe0fe46dfdb233f4b96553cf800

diff --git a/kde-misc/kweather/kweather-23.04.3.ebuild b/kde-misc/kweather/kweather-23.04.3.ebuild
new file mode 100644
index 000000000000..1fea67873b11
--- /dev/null
+++ b/kde-misc/kweather/kweather-23.04.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-06-08 11:43 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-06-08 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c43aeec62202e90399e457579ab358ce5a0f5aa2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 11:05:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 11:37:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43aeec6

kde-misc/kweather: drop 23.04.1

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.04.1.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 79a14092921b..702f0657d38d 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1 @@
-DIST kweather-23.04.1.tar.xz 1018640 BLAKE2B 1f616eb16940f9ac11767bef9fd5d97312dfe65d28ea654134bde465ce526a59bf808a453d02b5e39324c6d4426e9f2eeea626a3ad6e7c2d0a8689ee8834384e SHA512 bbc39084f461cef1d79427eb59cd1e8662876d53c740e7c3d0f08b97ecffec35cb96e7c3b4d044e8edc885fcc7f044b695e9b8838d19541d682699500acb32de
 DIST kweather-23.04.2.tar.xz 1018788 BLAKE2B 5d67827a9e7108c4da73cff8fe822a136708df11642078c6374f22088a572a123194396eca867fbd7e964f65090ae7683f72554aa633d31e8ed30c79c6c3a590 SHA512 3c2d574019a0882d1d969e15a8eea9b95af6350e3df9f9b78a0c58778e08c4e5704e11cbec6eb50cd389ca2f3fef47cd4416d487fbc394d2897f6561823cee6a

diff --git a/kde-misc/kweather/kweather-23.04.1.ebuild b/kde-misc/kweather/kweather-23.04.1.ebuild
deleted file mode 100644
index 0afe51b42152..000000000000
--- a/kde-misc/kweather/kweather-23.04.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-06-03  7:09 WANG Xuerui
  0 siblings, 0 replies; 42+ messages in thread
From: WANG Xuerui @ 2023-06-03  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ff397295196c304c0f6c44b1a26c854803cdbc60
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 06:47:38 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 07:02:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff397295

kde-misc/kweather: keyword 23.04.1 for ~loong

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

 kde-misc/kweather/kweather-23.04.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.04.1.ebuild b/kde-misc/kweather/kweather-23.04.1.ebuild
index 48cb59a05a14..0afe51b42152 100644
--- a/kde-misc/kweather/kweather-23.04.1.ebuild
+++ b/kde-misc/kweather/kweather-23.04.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-05-11 16:04 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-05-11 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     05859b7b1037359acca71e3de82679ab3cc740ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 13:12:24 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 16:01:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05859b7b

kde-misc/kweather: drop 23.04.0

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

 kde-misc/kweather/Manifest                |  1 -
 kde-misc/kweather/kweather-23.04.0.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 2e1588c07c97..df7a858966f2 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1 @@
-DIST kweather-23.04.0.tar.xz 1018208 BLAKE2B 65a3a43f42bf4ade8c17004c920dd21b43e5ebe80f9172ece6f91ff0bc8c6137eab515577901ae49c94ffbb975cbf66585b26d51d1233cd94f3ece62bf01881b SHA512 42707c44f6ea079419d6a9112953261c9ad896ff5630b12920db2bb633baf60aa0c310b6bf3c4db7907e7040a82596955f4530a4ee7555f69272e80483123ec5
 DIST kweather-23.04.1.tar.xz 1018640 BLAKE2B 1f616eb16940f9ac11767bef9fd5d97312dfe65d28ea654134bde465ce526a59bf808a453d02b5e39324c6d4426e9f2eeea626a3ad6e7c2d0a8689ee8834384e SHA512 bbc39084f461cef1d79427eb59cd1e8662876d53c740e7c3d0f08b97ecffec35cb96e7c3b4d044e8edc885fcc7f044b695e9b8838d19541d682699500acb32de

diff --git a/kde-misc/kweather/kweather-23.04.0.ebuild b/kde-misc/kweather/kweather-23.04.0.ebuild
deleted file mode 100644
index 48cb59a05a14..000000000000
--- a/kde-misc/kweather/kweather-23.04.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="false"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


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

commit:     bc381c95c3913a80c3753f12f9274e5b278a710b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 16:21:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 16:21:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc381c95

kde-misc/kweather: Keyword 23.04.0 x86, #905080

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

 kde-misc/kweather/kweather-23.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.04.0.ebuild b/kde-misc/kweather/kweather-23.04.0.ebuild
index a317cd904252..48cb59a05a14 100644
--- a/kde-misc/kweather/kweather-23.04.0.ebuild
+++ b/kde-misc/kweather/kweather-23.04.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-04-30 14:01 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-04-30 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9537f31ea0ebcbcc97c0f93457f751b8d0cf0a46
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 14:00:33 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 14:00:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9537f31e

kde-misc/kweather: drop 22.11

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

 kde-misc/kweather/Manifest              |  1 -
 kde-misc/kweather/kweather-22.11.ebuild | 57 ---------------------------------
 2 files changed, 58 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index fd4ef44bf567..667a49253c2b 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1 @@
-DIST kweather-22.11.tar.xz 1018032 BLAKE2B 0d89ec6b6f11cac8b46662ae36613da504367a0089bc06f157863c0720029321cb26526bebf53619b165df7af584b4845b4848aa5d793e682cfed5c9aaa54217 SHA512 059c67af971e6e767676e8c18a5b68a5e9c1a9fe21bc7be8fc4189ffe77b533b68aa27b753514d92d79c1fec3aeb9f9332e7fc8aed7f9e6f238decf1f421103b
 DIST kweather-23.04.0.tar.xz 1018208 BLAKE2B 65a3a43f42bf4ade8c17004c920dd21b43e5ebe80f9172ece6f91ff0bc8c6137eab515577901ae49c94ffbb975cbf66585b26d51d1233cd94f3ece62bf01881b SHA512 42707c44f6ea079419d6a9112953261c9ad896ff5630b12920db2bb633baf60aa0c310b6bf3c4db7907e7040a82596955f4530a4ee7555f69272e80483123ec5

diff --git a/kde-misc/kweather/kweather-22.11.ebuild b/kde-misc/kweather/kweather-22.11.ebuild
deleted file mode 100644
index e503221332aa..000000000000
--- a/kde-misc/kweather/kweather-22.11.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma-mobile.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.6:5
-	>=dev-libs/kweathercore-0.6:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-04-25 19:49 Sam James
  0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2023-04-25 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1c4637047cdafade048e0414ced7ae899c07e1b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 19:48:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 19:48:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c463704

kde-misc/kweather: Keyword 23.04.0 ppc64, #905080

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

 kde-misc/kweather/kweather-23.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.04.0.ebuild b/kde-misc/kweather/kweather-23.04.0.ebuild
index 0c8d0a3afb75..a317cd904252 100644
--- a/kde-misc/kweather/kweather-23.04.0.ebuild
+++ b/kde-misc/kweather/kweather-23.04.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 
 DEPEND="
 	>=dev-libs/kirigami-addons-0.6:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2023-04-25 17:55 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2023-04-25 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     390b70114d6a42e0458417885c523ab09aeec7ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 16:56:20 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 17:53:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390b7011

kde-misc/kweather: add 23.04.0

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

 kde-misc/kweather/Manifest                |  1 +
 kde-misc/kweather/kweather-23.04.0.ebuild | 55 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 74a534a554c2..fd4ef44bf567 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1 +1,2 @@
 DIST kweather-22.11.tar.xz 1018032 BLAKE2B 0d89ec6b6f11cac8b46662ae36613da504367a0089bc06f157863c0720029321cb26526bebf53619b165df7af584b4845b4848aa5d793e682cfed5c9aaa54217 SHA512 059c67af971e6e767676e8c18a5b68a5e9c1a9fe21bc7be8fc4189ffe77b533b68aa27b753514d92d79c1fec3aeb9f9332e7fc8aed7f9e6f238decf1f421103b
+DIST kweather-23.04.0.tar.xz 1018208 BLAKE2B 65a3a43f42bf4ade8c17004c920dd21b43e5ebe80f9172ece6f91ff0bc8c6137eab515577901ae49c94ffbb975cbf66585b26d51d1233cd94f3ece62bf01881b SHA512 42707c44f6ea079419d6a9112953261c9ad896ff5630b12920db2bb633baf60aa0c310b6bf3c4db7907e7040a82596955f4530a4ee7555f69272e80483123ec5

diff --git a/kde-misc/kweather/kweather-23.04.0.ebuild b/kde-misc/kweather/kweather-23.04.0.ebuild
new file mode 100644
index 000000000000..0c8d0a3afb75
--- /dev/null
+++ b/kde-misc/kweather/kweather-23.04.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="false"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-12-18  9:41 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2022-12-18  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     504e61d82732f5103e42b94d41b2590dd7038ddc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 09:06:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 09:41:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504e61d8

kde-misc/kweather: drop 22.06-r1

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

 kde-misc/kweather/Manifest                 |  1 -
 kde-misc/kweather/kweather-22.06-r1.ebuild | 56 ------------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index 98650cdac4a2..74a534a554c2 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1,2 +1 @@
-DIST kweather-22.06.tar.xz 1004924 BLAKE2B 449cdaca34924c0bee8b1da6382fc98a2db3e7681a1e2a6ccaf170965f7904112f20e634b77c6b4ad359624d5c8d9e4d2bcb5aaed80793a019ffadd4910ae8e0 SHA512 68384fd9e279b06f0e723f9f0d8d89e19e910ea13acc80a26de73b703769db572b6438e9eae4c56f445df6022c3a6b12f5c4541f3000373fb4a11aa91fd6c819
 DIST kweather-22.11.tar.xz 1018032 BLAKE2B 0d89ec6b6f11cac8b46662ae36613da504367a0089bc06f157863c0720029321cb26526bebf53619b165df7af584b4845b4848aa5d793e682cfed5c9aaa54217 SHA512 059c67af971e6e767676e8c18a5b68a5e9c1a9fe21bc7be8fc4189ffe77b533b68aa27b753514d92d79c1fec3aeb9f9332e7fc8aed7f9e6f238decf1f421103b

diff --git a/kde-misc/kweather/kweather-22.06-r1.ebuild b/kde-misc/kweather/kweather-22.06-r1.ebuild
deleted file mode 100644
index 43a9690368c6..000000000000
--- a/kde-misc/kweather/kweather-22.06-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-KFMIN=5.90.0
-QTMIN=5.15.5
-inherit ecm plasma-mobile.kde.org
-
-DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
-HOMEPAGE="https://apps.kde.org/kweather/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-
-DEPEND="
-	=dev-libs/kweathercore-0.6*:5
-	>=dev-qt/qtcharts-${QTMIN}:5[qml]
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
-"
-
-src_prepare() {
-	ecm_src_prepare
-
-	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
-		-e "/ecm_check_outbound_license/s/^/#DONT /" \
-		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_PLASMOID=ON
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-12-16 18:31 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2022-12-16 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     965a761388ae8145c46285a54aa1ef5cf81a418d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 18:27:39 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 18:27:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965a7613

kde-misc/kweather: Keyword 22.11 arm64, #885353

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

 kde-misc/kweather/kweather-22.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-22.11.ebuild b/kde-misc/kweather/kweather-22.11.ebuild
index 98892c00df4d..e503221332aa 100644
--- a/kde-misc/kweather/kweather-22.11.ebuild
+++ b/kde-misc/kweather/kweather-22.11.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/anima
 HOMEPAGE="https://apps.kde.org/kweather/"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-2+"


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-12-10 14:25 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2022-12-10 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4e36daebc41e10ba588e345e4daf75cf39082764
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 14:16:29 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 14:25:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e36daeb

kde-misc/kweather: add 22.11

Dropping KEYWORDS for new dev-libs/kirigami-addons dependency.

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

 kde-misc/kweather/Manifest              |  1 +
 kde-misc/kweather/kweather-22.11.ebuild | 57 +++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
index c21e5ab6d012..98650cdac4a2 100644
--- a/kde-misc/kweather/Manifest
+++ b/kde-misc/kweather/Manifest
@@ -1 +1,2 @@
 DIST kweather-22.06.tar.xz 1004924 BLAKE2B 449cdaca34924c0bee8b1da6382fc98a2db3e7681a1e2a6ccaf170965f7904112f20e634b77c6b4ad359624d5c8d9e4d2bcb5aaed80793a019ffadd4910ae8e0 SHA512 68384fd9e279b06f0e723f9f0d8d89e19e910ea13acc80a26de73b703769db572b6438e9eae4c56f445df6022c3a6b12f5c4541f3000373fb4a11aa91fd6c819
+DIST kweather-22.11.tar.xz 1018032 BLAKE2B 0d89ec6b6f11cac8b46662ae36613da504367a0089bc06f157863c0720029321cb26526bebf53619b165df7af584b4845b4848aa5d793e682cfed5c9aaa54217 SHA512 059c67af971e6e767676e8c18a5b68a5e9c1a9fe21bc7be8fc4189ffe77b533b68aa27b753514d92d79c1fec3aeb9f9332e7fc8aed7f9e6f238decf1f421103b

diff --git a/kde-misc/kweather/kweather-22.11.ebuild b/kde-misc/kweather/kweather-22.11.ebuild
new file mode 100644
index 000000000000..98892c00df4d
--- /dev/null
+++ b/kde-misc/kweather/kweather-22.11.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm plasma-mobile.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="5"
+
+DEPEND="
+	>=dev-libs/kirigami-addons-0.6:5
+	>=dev-libs/kweathercore-0.6:5
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-12-10 14:25 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2022-12-10 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5370f4aafe1b1601bf4c442ea5e4801c0bb0661d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 14:14:32 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 14:25:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5370f4aa

kde-misc/kweather: Pin to =dev-libs/kweathercore-0.6*:5

Fails to build with upcoming 0.7.

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

 kde-misc/kweather/{kweather-22.06.ebuild => kweather-22.06-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-22.06.ebuild b/kde-misc/kweather/kweather-22.06-r1.ebuild
similarity index 97%
rename from kde-misc/kweather/kweather-22.06.ebuild
rename to kde-misc/kweather/kweather-22.06-r1.ebuild
index b90e1aaa637a..43a9690368c6 100644
--- a/kde-misc/kweather/kweather-22.06.ebuild
+++ b/kde-misc/kweather/kweather-22.06-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2+"
 SLOT="5"
 
 DEPEND="
-	>=dev-libs/kweathercore-0.6
+	=dev-libs/kweathercore-0.6*:5
 	>=dev-qt/qtcharts-${QTMIN}:5[qml]
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-07-30 19:39 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2022-07-30 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     000002bf8508d2da0242b09732e46f41af9e6b5a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:39:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:39:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000002bf

kde-misc/kweather: Keyword 22.06 arm64, #861716

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

 kde-misc/kweather/kweather-22.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-22.06.ebuild b/kde-misc/kweather/kweather-22.06.ebuild
index 5745c45725a7..b90e1aaa637a 100644
--- a/kde-misc/kweather/kweather-22.06.ebuild
+++ b/kde-misc/kweather/kweather-22.06.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/anima
 HOMEPAGE="https://apps.kde.org/kweather/"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-2+"


^ permalink raw reply related	[flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/
@ 2022-07-19 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2022-07-19 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b47db55eee27b03e5641455782463e290de1caf1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 15:26:03 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 15:38:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47db55e

kde-misc/kweather: new package, add 22.06

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

 kde-misc/kweather/Manifest              |  1 +
 kde-misc/kweather/kweather-22.06.ebuild | 56 +++++++++++++++++++++++++++++++++
 kde-misc/kweather/metadata.xml          | 11 +++++++
 3 files changed, 68 insertions(+)

diff --git a/kde-misc/kweather/Manifest b/kde-misc/kweather/Manifest
new file mode 100644
index 000000000000..c21e5ab6d012
--- /dev/null
+++ b/kde-misc/kweather/Manifest
@@ -0,0 +1 @@
+DIST kweather-22.06.tar.xz 1004924 BLAKE2B 449cdaca34924c0bee8b1da6382fc98a2db3e7681a1e2a6ccaf170965f7904112f20e634b77c6b4ad359624d5c8d9e4d2bcb5aaed80793a019ffadd4910ae8e0 SHA512 68384fd9e279b06f0e723f9f0d8d89e19e910ea13acc80a26de73b703769db572b6438e9eae4c56f445df6022c3a6b12f5c4541f3000373fb4a11aa91fd6c819

diff --git a/kde-misc/kweather/kweather-22.06.ebuild b/kde-misc/kweather/kweather-22.06.ebuild
new file mode 100644
index 000000000000..5745c45725a7
--- /dev/null
+++ b/kde-misc/kweather/kweather-22.06.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+KFMIN=5.90.0
+QTMIN=5.15.5
+inherit ecm plasma-mobile.kde.org
+
+DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
+HOMEPAGE="https://apps.kde.org/kweather/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="5"
+
+DEPEND="
+	>=dev-libs/kweathercore-0.6
+	>=dev-qt/qtcharts-${QTMIN}:5[qml]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5[geoclue]
+"
+
+src_prepare() {
+	ecm_src_prepare
+
+	sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
+		-e "/ecm_check_outbound_license/s/^/#DONT /" \
+		-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_PLASMOID=ON
+	)
+	ecm_src_configure
+}

diff --git a/kde-misc/kweather/metadata.xml b/kde-misc/kweather/metadata.xml
new file mode 100644
index 000000000000..d925f2439758
--- /dev/null
+++ b/kde-misc/kweather/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://bugs.kde.org/</bugs-to>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2024-09-12 19:29 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 13:23 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:29 Andreas Sturmlechner
2024-09-01 19:36 Arthur Zamarin
2024-08-31 21:19 Sam James
2024-08-24 12:50 Andreas Sturmlechner
2024-08-09  8:39 Arthur Zamarin
2024-07-21 16:43 Arthur Zamarin
2024-07-04 12:06 Andreas Sturmlechner
2024-07-02 11:46 Sam James
2024-06-13 16:54 Andreas Sturmlechner
2024-05-23 16:00 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-11 20:40 Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2024-03-05 17:22 Arthur Zamarin
2024-02-28 13:56 Andreas Sturmlechner
2024-02-15 12:34 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29  7:05 Arthur Zamarin
2023-12-19 20:45 Andreas Sturmlechner
2023-12-09 10:29 Andreas Sturmlechner
2023-11-09 13:09 Andreas Sturmlechner
2023-09-15 20:09 Andreas Sturmlechner
2023-08-25  8:30 Andreas Sturmlechner
2023-08-02 17:43 Sam James
2023-07-08  9:33 Arthur Zamarin
2023-07-06 14:24 Andreas Sturmlechner
2023-06-08 11:43 Andreas Sturmlechner
2023-06-03  7:09 WANG Xuerui
2023-05-11 16:04 Andreas Sturmlechner
2023-05-05 16:21 Arthur Zamarin
2023-04-30 14:01 Andreas Sturmlechner
2023-04-25 19:49 Sam James
2023-04-25 17:55 Andreas Sturmlechner
2022-12-18  9:41 Andreas Sturmlechner
2022-12-16 18:31 Arthur Zamarin
2022-12-10 14:25 Andreas Sturmlechner
2022-12-10 14:25 Andreas Sturmlechner
2022-07-30 19:39 Arthur Zamarin
2022-07-19 15:39 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox