From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kweathercore/
Date: Sat, 10 Dec 2022 14:25:30 +0000 (UTC) [thread overview]
Message-ID: <1670682310.c09461efa893a889f10eb5d540af793ee933b1b5.asturm@gentoo> (raw)
commit: c09461efa893a889f10eb5d540af793ee933b1b5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 14:12:58 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 14:25:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09461ef
dev-libs/kweathercore: add 0.7
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kweathercore/Manifest | 1 +
dev-libs/kweathercore/kweathercore-0.7.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/kweathercore/Manifest b/dev-libs/kweathercore/Manifest
index 0927d7fbd5e5..e2320d33fd31 100644
--- a/dev-libs/kweathercore/Manifest
+++ b/dev-libs/kweathercore/Manifest
@@ -1 +1,2 @@
DIST kweathercore-0.6.tar.xz 54000 BLAKE2B 3ecdd9e059f09d1c96f8defe3e9f664431891c73523aadde41d06dcacdd9829b12d1659f2a9abb70cc4ee9ea0eb1d0041c97f8d5d01d7181514a521147296a41 SHA512 0cc3a5422052fd4d3bedac36c3c017d1ed5c21c4200f6e747dc478bab55f7207d9207a9ea472c340397cd2433a020b92adb6ab39f054b4cd6c72cf01949d18d2
+DIST kweathercore-0.7.tar.xz 57016 BLAKE2B c9fb519e681b5570a60daf224b75f98616a406b1fbdfff49baa771d55031a8f893fdac9cbfed71dedac8f06dc9a11033171f2e22bfc15285e323185a46149c83 SHA512 385514d6ca499db12f243c443e6815b1a5458f4a87da962ea73c5f324c58614fbc854d21d6e5359ee69e7766e75c9144966fd953639a51a09f56a8461d158da8
diff --git a/dev-libs/kweathercore/kweathercore-0.7.ebuild b/dev-libs/kweathercore/kweathercore-0.7.ebuild
new file mode 100644
index 000000000000..7497dcb80615
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-0.7.ebuild
@@ -0,0 +1,35 @@
+# 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.99.0
+QTMIN=5.15.5
+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 ~arm64"
+fi
+LICENSE="LGPL-2+"
+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}"
+
+src_test() {
+ local myctestargs=(
+ -E "locationquerytest"
+ )
+ ecm_src_test
+}
next reply other threads:[~2022-12-10 14:25 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-10 14:25 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kweathercore/ Andreas Sturmlechner
2025-03-06 17:06 Andreas Sturmlechner
2025-02-06 22:41 Andreas Sturmlechner
2025-01-09 19:37 Andreas Sturmlechner
2024-12-04 18:28 Andreas Sturmlechner
2024-11-07 19:11 Andreas Sturmlechner
2024-10-31 22:34 Andreas Sturmlechner
2024-10-10 18:57 Andreas Sturmlechner
2024-09-20 22:01 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-02 11:46 Sam James
2024-06-30 22:55 Andreas Sturmlechner
2024-02-17 5:25 Sam James
2023-07-08 9:33 Arthur Zamarin
2023-06-03 7:09 WANG Xuerui
2023-05-05 16:21 Arthur Zamarin
2023-04-25 19:49 Sam James
2022-12-18 9:41 Andreas Sturmlechner
2022-07-30 19:39 Arthur Zamarin
2022-07-19 15:39 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1670682310.c09461efa893a889f10eb5d540af793ee933b1b5.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox