summaryrefslogtreecommitdiff
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-5.109.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 8a4788434150..8795e11e43d2 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-5.108.0.tar.xz 510544 BLAKE2B de0f187672937cc2b1b85f505d3468b28cb065f8e273e853ecd6d6b8ec2586099475e700e18e8a93985ddded3519b083a88852662d2f0a5385d4eb493e1dcb7a SHA512 6f8645fc7c06a0fb5c34d058a01d4550f078bffe8201542cdab7e3f15239169401f27abc0ee8fb81e8b7f1a80b99eaaa5521e82f4102cdc78b15844da0cd1cd1
+DIST syndication-5.109.0.tar.xz 510484 BLAKE2B 646dc5d60ad1460dcdc5f2332a392bfd40aac91aadb3324fce9c548b6cce9db5bf26f92c628a55f551068be7b238fb7b531d52425cff1bcda58ab7c7fa926d7f SHA512 1ba85da1d36382dfd80e0de3ad3e35cecac2fa4d75e96f6d25199cb171c55a0a88e606509b4629f1a9d7d1cdd4151909ad7f2b339c39d83a5077cbdc8861eee4
diff --git a/kde-frameworks/syndication/syndication-5.109.0.ebuild b/kde-frameworks/syndication/syndication-5.109.0.ebuild
new file mode 100644
index 000000000000..c5b0e0fe7e1e
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.109.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
+"