summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 16:32:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 17:10:51 +0200
commit4f046f20528c9ca5531a170e412788150499b208 (patch)
treebf2c73a73e913b5abfc4b288d26743c0a4f3c158 /kde-frameworks
parentkde-frameworks/kunitconversion: 5.111.0 version bump (diff)
downloadgentoo-4f046f20528c9ca5531a170e412788150499b208.tar.gz
gentoo-4f046f20528c9ca5531a170e412788150499b208.tar.bz2
gentoo-4f046f20528c9ca5531a170e412788150499b208.zip
kde-frameworks/syndication: 5.111.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-5.111.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 3aed0ce2eb6e..a943d09dd027 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-5.110.0.tar.xz 510492 BLAKE2B e0a47224da9cb74cbcf928dcbc0888510586d74de59f1210e3d529db6a4c0bd31e410f8458e6677fa65caec082490256ebe49809198a817e021603006add539b SHA512 7cfafdb0074b8d48e6821e28aa7bbea86d239f634efc44d294d42ad73d46eb6394732b016b7ee5d9655292f124467f8959ebda8a69fcbe555f32fc2324da8bb1
+DIST syndication-5.111.0.tar.xz 510540 BLAKE2B adb838a28aef09982ce8d037d1bd5421ee2562a6e64116efa56ee4a2d18b25f66c0a9db0ecd1d4dd9597c2caad7a8f9f4daeff984888bbf0289962c1a2ac8819 SHA512 aec425db723ec15efe7dceaf952c771bb5369c8080d2aacbc137ad46dcac4343a6c38ad0b80047fd7a15d388c4c1157077bd788cb4080838a7d5530837e7770e
diff --git a/kde-frameworks/syndication/syndication-5.111.0.ebuild b/kde-frameworks/syndication/syndication-5.111.0.ebuild
new file mode 100644
index 000000000000..a4645b547198
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.111.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 )
+"