public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2022-01-20 14:50 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2022-01-20 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ad9330ce8af2d7856fad816c09364e434af21233
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 15:39:49 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 16:39:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad9330ce

dev-libs/kweathercore: New package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/kweathercore/kweathercore-9999.ebuild | 34 ++++++++++++++++++++++++++
 dev-libs/kweathercore/metadata.xml             | 11 +++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
new file mode 100644
index 0000000000..2e8d14012a
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.88.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+LICENSE="LGPL-2+"
+SLOT="5"
+
+DEPEND="
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtpositioning-${QTMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	local myctestargs=(
+		-E "locationquerytest"
+	)
+	ecm_src_test
+}

diff --git a/dev-libs/kweathercore/metadata.xml b/dev-libs/kweathercore/metadata.xml
new file mode 100644
index 0000000000..d925f24397
--- /dev/null
+++ b/dev-libs/kweathercore/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] 14+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2022-07-19 15:45 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2022-07-19 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7a223fa4c14fe2480136ec196aa1096d63cfe960
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 15:00:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 15:00:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a223fa4

dev-libs/kweathercore: Add new dependency

Upstream commit fa725663ac0de51785b342aa79c215bce4dd0d36

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

 dev-libs/kweathercore/kweathercore-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
index ff5508288f..4b2bb21a7a 100644
--- a/dev-libs/kweathercore/kweathercore-9999.ebuild
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="5"
 DEPEND="
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtpositioning-${QTMIN}:5
+	>=kde-frameworks/kholidays-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2022-11-11 21:09 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2022-11-11 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3ca50157c233b0f068e70a17b2a94510102cc66e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:39:31 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 21:08:25 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ca50157

dev-libs/kweathercore: Keyword 0.6 arm64, #861716

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

 dev-libs/kweathercore/kweathercore-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
index 4b2bb21a7a..78dbf639c6 100644
--- a/dev-libs/kweathercore/kweathercore-9999.ebuild
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Library for retrieval of weather information including forecasts an
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 LICENSE="LGPL-2+"
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-01-09 18:34 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-01-09 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     88894b799cd89c395a866d23e4588a13a16575be
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 18:33:58 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 18:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=88894b79

dev-libs/kweathercore: Drop KEYWORDS to ~amd64 only

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

 dev-libs/kweathercore/kweathercore-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
index 64ba14b591..9b33d22c7f 100644
--- a/dev-libs/kweathercore/kweathercore-9999.ebuild
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Library for retrieval of weather information including forecasts an
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="~amd64"
 fi
 LICENSE="LGPL-2+"
 SLOT="6"


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-03-04 23:13 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-03-04 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     96c2d0ef7dc1792d15712a7d5e8963a695dc2861
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 23:12:59 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 23:12:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=96c2d0ef

dev-libs/kweathercore: add kde-invent upstream metadata

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

 dev-libs/kweathercore/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kweathercore/metadata.xml b/dev-libs/kweathercore/metadata.xml
index d925f24397..474c349df8 100644
--- a/dev-libs/kweathercore/metadata.xml
+++ b/dev-libs/kweathercore/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">libraries/kweathercore</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-06-30 22:51 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-06-30 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cec6a8fd2c23d38c56bb23f964d0144a1bb66cc2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 22:43:15 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 22:43:15 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cec6a8fd

dev-libs/kweathercore: Disable failing test

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

 dev-libs/kweathercore/kweathercore-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
index 83d762909c..be7adc1fb8 100644
--- a/dev-libs/kweathercore/kweathercore-9999.ebuild
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -27,9 +27,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_test() {
-	local myctestargs=(
-		-E "locationquerytest"
-	)
-	ecm_src_test
-}
+CMAKE_SKIP_TESTS=(
+	locationquerytest
+	# bug 906392
+	metnoparsertest
+)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-07-12 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-07-12 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fb28d77fdb48aac93e17dadf1c8ea424100c2695
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 18:49:10 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 18:51:05 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb28d77f

dev-libs/kweathercore: Prepare for KDE Gear 24.08 inclusion

Upstream commit 0b86acbcd525e23313d4a3f7358f0a6582d5efee

See also:
https://mail.kde.org/pipermail/release-team/2024-June/013440.html

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

 dev-libs/kweathercore/kweathercore-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild
index be7adc1fb8..2dbf90fcef 100644
--- a/dev-libs/kweathercore/kweathercore-9999.ebuild
+++ b/dev-libs/kweathercore/kweathercore-9999.ebuild
@@ -8,16 +8,14 @@ ECM_QTHELP="true"
 ECM_TEST="true"
 KFMIN=6.3.0
 QTMIN=6.6.2
-inherit ecm kde.org
+inherit ecm gear.kde.org
 
 DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
 
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
 LICENSE="LGPL-2+"
 SLOT="6"
+KEYWORDS=""
 
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[network]


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-08-16 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-08-16 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6c03c6b0b4860c8ee8de5b1eb889d5ad16298018
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 19:41:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 19:49:48 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c03c6b0

dev-libs/kweathercore: 24.08.0 version bump

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

 dev-libs/kweathercore/kweathercore-24.08.0.ebuild | 32 +++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.0.ebuild b/dev-libs/kweathercore/kweathercore-24.08.0.ebuild
new file mode 100644
index 0000000000..84cb17ab04
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-24.08.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[network]
+	>=dev-qt/qtpositioning-${QTMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+	locationquerytest
+	# bug 906392
+	metnoparsertest
+)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-08-22 19:42 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-08-22 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     037cf147a9ff872a06daee4fbbc96c2156e788a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 19:36:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 19:36:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=037cf147

dev-libs/kweathercore: drop 24.07.90

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

 dev-libs/kweathercore/kweathercore-24.07.90.ebuild | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/kweathercore/kweathercore-24.07.90.ebuild b/dev-libs/kweathercore/kweathercore-24.07.90.ebuild
deleted file mode 100644
index 84cb17ab04..0000000000
--- a/dev-libs/kweathercore/kweathercore-24.07.90.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
-HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[network]
-	>=dev-qt/qtpositioning-${QTMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
-	locationquerytest
-	# bug 906392
-	metnoparsertest
-)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-08-24 16:01 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-08-24 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f26e7629d936142d623efe54135bae48d2560940
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 15:28:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 15:28:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f26e7629

dev-libs/kweathercore: drop 24.08.0

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

 dev-libs/kweathercore/kweathercore-24.08.0.ebuild | 32 -----------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.0.ebuild b/dev-libs/kweathercore/kweathercore-24.08.0.ebuild
deleted file mode 100644
index 84cb17ab04..0000000000
--- a/dev-libs/kweathercore/kweathercore-24.08.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
-HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[network]
-	>=dev-qt/qtpositioning-${QTMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
-	locationquerytest
-	# bug 906392
-	metnoparsertest
-)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-09-10 17:33 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c6af0fedd30e1b0ab94e0a2ef88f9e236efd83e4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 17:28:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 17:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6af0fed

dev-libs/kweathercore: 24.08.1 version bump

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

 dev-libs/kweathercore/kweathercore-24.08.1.ebuild | 32 +++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.1.ebuild b/dev-libs/kweathercore/kweathercore-24.08.1.ebuild
new file mode 100644
index 0000000000..84cb17ab04
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-24.08.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[network]
+	>=dev-qt/qtpositioning-${QTMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+	locationquerytest
+	# bug 906392
+	metnoparsertest
+)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-10-08 17:00 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-10-08 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     03d72acd5363574c3b77494e040eabf7b51d4de1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 16:06:22 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 16:59:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=03d72acd

dev-libs/kweathercore: 24.08.2 version bump

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

 dev-libs/kweathercore/kweathercore-24.08.2.ebuild | 32 +++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.2.ebuild b/dev-libs/kweathercore/kweathercore-24.08.2.ebuild
new file mode 100644
index 0000000000..84cb17ab04
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-24.08.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[network]
+	>=dev-qt/qtpositioning-${QTMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+	locationquerytest
+	# bug 906392
+	metnoparsertest
+)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-10-10 19:29 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-10-10 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe7205639098fd25f00b8851bcc2ddef00c3cce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 19:26:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 19:26:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dfe72056

dev-libs/kweathercore: drop 24.08.2

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

 dev-libs/kweathercore/kweathercore-24.08.2.ebuild | 32 -----------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.2.ebuild b/dev-libs/kweathercore/kweathercore-24.08.2.ebuild
deleted file mode 100644
index 84cb17ab04..0000000000
--- a/dev-libs/kweathercore/kweathercore-24.08.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
-HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[network]
-	>=dev-qt/qtpositioning-${QTMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
-	locationquerytest
-	# bug 906392
-	metnoparsertest
-)


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/
@ 2024-11-05 21:03 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-11-05 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8d9b564a37c3dba4cbb37c4391e12fc39aec3a66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 20:10:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 21:03:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d9b564a

dev-libs/kweathercore: 24.08.3 version bump

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

 dev-libs/kweathercore/kweathercore-24.08.3.ebuild | 32 +++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/kweathercore/kweathercore-24.08.3.ebuild b/dev-libs/kweathercore/kweathercore-24.08.3.ebuild
new file mode 100644
index 0000000000..84cb17ab04
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-24.08.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
+HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[network]
+	>=dev-qt/qtpositioning-${QTMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+	locationquerytest
+	# bug 906392
+	metnoparsertest
+)


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

end of thread, other threads:[~2024-11-05 21:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 22:51 [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-11-05 21:03 Andreas Sturmlechner
2024-10-10 19:29 Andreas Sturmlechner
2024-10-08 17:00 Andreas Sturmlechner
2024-09-10 17:33 Andreas Sturmlechner
2024-08-24 16:01 Sam James
2024-08-22 19:42 Andreas Sturmlechner
2024-08-16 19:50 Andreas Sturmlechner
2024-07-12 19:15 Andreas Sturmlechner
2024-03-04 23:13 Andreas Sturmlechner
2024-01-09 18:34 Andreas Sturmlechner
2022-11-11 21:09 Andreas Sturmlechner
2022-07-19 15:45 Andreas Sturmlechner
2022-01-20 14:50 Andreas Sturmlechner

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