summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 17:30:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 18:03:45 +0200
commit4ff8bed8c36b463eced5c1f3c1c78570e3c97b94 (patch)
tree36bf286e044b219ddd69bc51cd0595efbd1991e1 /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: 5.108.0 version bump (diff)
downloadgentoo-4ff8bed8c36b463eced5c1f3c1c78570e3c97b94.tar.gz
gentoo-4ff8bed8c36b463eced5c1f3c1c78570e3c97b94.tar.bz2
gentoo-4ff8bed8c36b463eced5c1f3c1c78570e3c97b94.zip
kde-frameworks/syndication: 5.108.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.108.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index c9b83f53a0b2..e0471712a539 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.106.0.tar.xz 510544 BLAKE2B 72b5b7e7dd051591eb905c5156d00ef101929246465259f69d2fc82f532a98f37b3d4626d6854f45dc3496aaf42e9eae8e774e044a2e7a2c26056916ba0d3f1a SHA512 267063495b0afbb9c50d48f38c67f4bb60799c14f1c889a9663c0a21f61763eec4927f8b5ca7f88b8d71877b090c213c6648a15a092b541bda03812690a45f55
DIST syndication-5.107.0.tar.xz 510508 BLAKE2B ab395e2bce59f20146e9f3a4cb688a4b775c0f6ff645af5a9ea0cd7aabc3b7b6e5342644ad3ccc6b06c5701374631246b8225a9d17251df52c79fac1f21f1671 SHA512 a04973a52e79555dcf9204d10a1cfdfbf2d79733ad8f277552c5dedf088f175b0162c1f187903a76de02a7fc086d4e5823173f9bed9215f8c3d4b5cb39369dc2
+DIST syndication-5.108.0.tar.xz 510544 BLAKE2B de0f187672937cc2b1b85f505d3468b28cb065f8e273e853ecd6d6b8ec2586099475e700e18e8a93985ddded3519b083a88852662d2f0a5385d4eb493e1dcb7a SHA512 6f8645fc7c06a0fb5c34d058a01d4550f078bffe8201542cdab7e3f15239169401f27abc0ee8fb81e8b7f1a80b99eaaa5521e82f4102cdc78b15844da0cd1cd1
diff --git a/kde-frameworks/syndication/syndication-5.108.0.ebuild b/kde-frameworks/syndication/syndication-5.108.0.ebuild
new file mode 100644
index 000000000000..a4645b547198
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.108.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 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
+"