repo/gentoo:master commit in: kde-frameworks/syndication/
"Andreas Sturmlechner" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786777067.51f380c803c86da31e59207f38abd52d939b6df8.asturm@gentoo> |
commit: 51f380c803c86da31e59207f38abd52d939b6df8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 18:17:52 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 06:57:47 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f380c8
kde-frameworks/syndication: 6.29.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/syndication/Manifest | 1 +
.../syndication/syndication-6.29.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 96c3043ece2c..2fb0d74ef534 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-6.27.0.tar.xz 569320 BLAKE2B c46b263ec54acc8b71bcf64ca6d30a66b90957ab2fcab9f07d115e89b261a8e56bd7782e1e22d323d31971a9b509cb8546175947a9d0019eadccd5cdec610424 SHA512 0a8903c53c935d47b5fd1428b2aecb6d4578fd87e6b601a03ea022c4f8d06f0b0eeaec2eddd45929048837975a788be6bda61d7d0b7303ed1486cede22e6a507
DIST syndication-6.28.0.tar.xz 569220 BLAKE2B 40e042f172f38fd445f77e13ef72bdebb23b9bf12114313a9eab7272747559b0d0454a8b616b26c808bfb2eb4297e29677ead6dccc6664662a437833102bbc7b SHA512 b029a89052b222d9e540ec0194493e62da8478df4309148b3ef08f62d6e6c50ab10def8c0bba1f7029bd2b404a76002811654b1005e03b43b96898c675fc1d90
+DIST syndication-6.29.0.tar.xz 569308 BLAKE2B 4ab6e4a60f5231f6032f0a9fb8b977bdcc7df23ca56d18507c1080485f79dd46281b8749469e6d1dce5e880214604930ad8f631d3aa72876f7946c2ac079235a SHA512 1ed4b5aafa6201db679c671d72db4fe84df9f198bd5334ff58a09235f1a0ad87e2f90d8edbdefae9077b79c2f8e3c6c1e0a9d48baff2155e749ed7947fc5b8e0
diff --git a/kde-frameworks/syndication/syndication-6.29.0.ebuild b/kde-frameworks/syndication/syndication-6.29.0.ebuild
new file mode 100644
index 000000000000..f8529d86e76d
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-6.29.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=6.10.1
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[xml]
+ =kde-frameworks/kcodecs-${KDE_CATV}*:6
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
+"