From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/
Date: Mon, 16 Dec 2024 22:28:46 +0000 (UTC) [thread overview]
Message-ID: <1734388055.415759a53cc2f69cbf68de52c8a053163627ab60.asturm@gentoo> (raw)
commit: 415759a53cc2f69cbf68de52c8a053163627ab60
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 21:03:21 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 22:27:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415759a5
kde-frameworks/kpeople: 6.9.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kpeople/Manifest | 1 +
kde-frameworks/kpeople/kpeople-6.9.0.ebuild | 36 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest
index f95602a4462a..bcecbcda5d87 100644
--- a/kde-frameworks/kpeople/Manifest
+++ b/kde-frameworks/kpeople/Manifest
@@ -1,2 +1,3 @@
DIST kpeople-6.7.0.tar.xz 66676 BLAKE2B 5ef3f40617d65f0e4381c8360085635c29e59a312eee7fb2c29fa96243e092adc890e7a17b4169756ccabc31dda7a48e0b409a656d616be13844edb8b4da3fe9 SHA512 d46b4151d7924922c66acaffffbb5a6b8c0e0f45c06ba71b0834eb5be260e9d5c43ec93f3d7cb5a8e6ce886a2469479cc904e0762fd435bc43b9d8c5e50ab503
DIST kpeople-6.8.0.tar.xz 66688 BLAKE2B 22e7f255051bd185e3c824b2a6f0a0744f2d6321721beff37ed02542fc5d315aa07a23976abf69e45a61d68fb07c1c490aa9103df9ac46be4db51f139a5c9a5a SHA512 38cbfc105cb8ff12d528e13cf2fc9e7dba0868b2076cca7d1fe984e457982bfd5f3fc1d2613e16dd92a6df24e76efca0f9ac7ca0897bcdb23fa3ff70611b82cd
+DIST kpeople-6.9.0.tar.xz 66676 BLAKE2B 5b108f77126f01129f0dfcb2550acd06c2cb12edfc295c5ee40774e1988716fc41151d896459e174c078ee755ee1df3a7a8c1f314ab7780e2767ab96a0c1db25 SHA512 f37f64c8730812b6d1bd25bdc28166e06f83a6748c4e46cd764f4af437b1181e9c9c0f251c4bc1c079fb649368b8a8dc29f37207acba64c9d08d75509f0d580e
diff --git a/kde-frameworks/kpeople/kpeople-6.9.0.ebuild b/kde-frameworks/kpeople/kpeople-6.9.0.ebuild
new file mode 100644
index 000000000000..c58ba5ded369
--- /dev/null
+++ b/kde-frameworks/kpeople/kpeople-6.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.7.2
+VIRTUALX_REQUIRED="test" # bug 816588 (test fails)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="KDE contact person abstraction library"
+HOMEPAGE="https://invent.kde.org/frameworks/kpeople"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ =kde-frameworks/kconfig-${KDE_CATV}*:6
+ =kde-frameworks/kcontacts-${KDE_CATV}*:6
+ =kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+ =kde-frameworks/ki18n-${KDE_CATV}*:6
+ =kde-frameworks/kitemviews-${KDE_CATV}*:6
+ =kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+ local CMAKE_SKIP_TESTS=(
+ # bugs 668192, 816588: segfaults w/o virtx
+ personsmodeltest
+ )
+
+ ecm_src_test -j1
+}
next reply other threads:[~2024-12-16 22:28 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-16 22:28 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 18:43 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/ Andreas Sturmlechner
2024-12-17 21:47 Andreas Sturmlechner
2024-11-29 16:26 Andreas Sturmlechner
2024-11-29 14:30 Arthur Zamarin
2024-11-08 14:38 Andreas Sturmlechner
2024-11-06 1:20 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-10-09 7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-09-14 3:23 Andreas Sturmlechner
2024-08-29 21:32 Andreas Sturmlechner
2024-08-10 7:57 Andreas Sturmlechner
2024-08-09 13:14 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-01-14 22:28 Andreas Sturmlechner
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-08-26 4:50 Sam James
2023-07-25 18:14 Arthur Zamarin
2023-07-25 11:25 Andreas Sturmlechner
2023-05-27 13:44 Arthur Zamarin
2023-02-18 16:06 Arthur Zamarin
2023-02-18 13:27 Arthur Zamarin
2022-11-25 1:06 Jakov Smolić
2022-11-23 17:49 Jakov Smolić
2022-11-12 14:53 Arthur Zamarin
2022-08-06 4:08 Sam James
2022-04-29 3:30 Sam James
2022-04-22 1:59 Sam James
2022-04-22 1:57 Sam James
2022-02-10 0:40 Sam James
2022-02-08 11:02 Jakov Smolić
2021-12-10 18:37 Jakov Smolić
2021-12-10 11:15 Jakov Smolić
2021-09-14 5:19 Sam James
2021-09-12 23:34 Sam James
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-10-11 18:35 Andreas Sturmlechner
2018-10-10 12:18 Mikle Kolyada
2018-06-10 12:04 Mikle Kolyada
2017-03-18 9:26 Andreas Sturmlechner
2017-01-20 9:47 Agostino Sarubbo
2017-01-17 19:54 Aaron Bauman
2016-05-19 14:17 Johannes Huber
2015-10-15 16:46 Michael Palimaka
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=1734388055.415759a53cc2f69cbf68de52c8a053163627ab60.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