summaryrefslogtreecommitdiff
path: root/kde-frameworks/syndication
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-6.19.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
new file mode 100644
index 00000000000..28f1c0125c9
--- /dev/null
+++ b/kde-frameworks/syndication/Manifest
@@ -0,0 +1 @@
+DIST syndication-6.19.0.tar.xz 569332 BLAKE2B 60d98f6d6984fd26f6aaadfe4c12a1728e155a0713be1cdba21c7a790f855f8b4b79771ee810e2fce8cd105092eae48d52b713140087c21095ac93e8764f6c87 SHA512 a9dc61104ab1a0f08fdd7ba64a922b7f917eb6977a783fadfc0e24e6211dd402b56a8af45f260ba671fe2418928737a6c5142c781eb4515bc81503b133ef5d82
diff --git a/kde-frameworks/syndication/syndication-6.19.0.ebuild b/kde-frameworks/syndication/syndication-6.19.0.ebuild
new file mode 100644
index 00000000000..053e0e279b6
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-6.19.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=6.7.2
+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] )
+"