summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-13 16:16:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 05:22:12 +0200
commit4e68bed33ee6dbdbf68c2beda897319c041b0592 (patch)
tree0477306f48e32daf47b5d9da045dbbba338ec054 /kde-frameworks
parentkde-frameworks/kunitconversion: 6.6.0 version bump (diff)
downloadgentoo-4e68bed33ee6dbdbf68c2beda897319c041b0592.tar.gz
gentoo-4e68bed33ee6dbdbf68c2beda897319c041b0592.tar.bz2
gentoo-4e68bed33ee6dbdbf68c2beda897319c041b0592.zip
kde-frameworks/syndication: 6.6.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-6.6.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 0fc552801678..2510afb3a9c1 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.116.0.tar.xz 510556 BLAKE2B 76605eba6b7bbbbadeacb730a69655ddfa3d86339932281ee9f845c4e9c761de59ef1dfc92f4bfd11a64be1a97fc2e5e1e8bded7f416a14f469303c5233da199 SHA512 82ca9937286cc9ab525bb078b2c884c368be7d243462a636d50a005e8667666f5cfdc11b324be75269857bf9f143a7b3704fc6411600bbfb60acd30dd772181d
DIST syndication-6.5.0.tar.xz 569464 BLAKE2B 23f98ec80506805c55fdf95f944c49163786a4408a942be12da6bf136803d363fbd84e26798888f44c843cfc3ab772fb2786787141832ba9361a18aaf5c4aef9 SHA512 a1434935ac41ef61a2fdfc6883bf90c037c52e2c694e2f3e9fe71d237c2f3da1fc49d5ced8f0b5cbec2e0ba39da2e7555bb2e98da29ef4db7a62cbb2136bfb9d
+DIST syndication-6.6.0.tar.xz 569484 BLAKE2B 5c3c82e4207f12faf3ecba5bba7e3ecea6f3051afcee6d99aba358c4f8716b1791ca9b0cdd3ba58179d28d8930b6626e7840184ce1154b07198991d91e0182cd SHA512 8476ad9467aabc82bf2452c0ecfd7d6142e26f1589b821e88d3b97d04426da2955e54bcfebd4348ba03537c2f9f14841649a7ebda0df2493a62bbfe63f220c6f
diff --git a/kde-frameworks/syndication/syndication-6.6.0.ebuild b/kde-frameworks/syndication/syndication-6.6.0.ebuild
new file mode 100644
index 000000000000..1d67738cf873
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-6.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[xml]
+ =kde-frameworks/kcodecs-${PVCUT}*:6
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
+"