summaryrefslogtreecommitdiff
path: root/kde-frameworks/syndication
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-19 21:52:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-19 21:52:41 +0100
commit67efaff61522aeb024152ab6cddf7c40ffacb530 (patch)
tree294409103a6f391c6c9d317b2dde60cbf1f035e7 /kde-frameworks/syndication
parentf827ced0163cc11d6d35e2d4e2c8a7ab3fd6482a (diff)
gentoo auto-resync : 19:10:2023 - 21:52:41
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest2
-rw-r--r--kde-frameworks/syndication/syndication-5.111.0.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 9da37fbba8b7..01295e603aa9 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,5 @@
DIST syndication-5.110.0.tar.xz 510492 BLAKE2B e0a47224da9cb74cbcf928dcbc0888510586d74de59f1210e3d529db6a4c0bd31e410f8458e6677fa65caec082490256ebe49809198a817e021603006add539b SHA512 7cfafdb0074b8d48e6821e28aa7bbea86d239f634efc44d294d42ad73d46eb6394732b016b7ee5d9655292f124467f8959ebda8a69fcbe555f32fc2324da8bb1
+DIST syndication-5.111.0.tar.xz 510540 BLAKE2B adb838a28aef09982ce8d037d1bd5421ee2562a6e64116efa56ee4a2d18b25f66c0a9db0ecd1d4dd9597c2caad7a8f9f4daeff984888bbf0289962c1a2ac8819 SHA512 aec425db723ec15efe7dceaf952c771bb5369c8080d2aacbc137ad46dcac4343a6c38ad0b80047fd7a15d388c4c1157077bd788cb4080838a7d5530837e7770e
EBUILD syndication-5.110.0.ebuild 467 BLAKE2B c2f49b7f48055007e0cb8c05d31782d6c0286d97a1ce4ea624a4b22a1d34201d4554fd99bbc05a78a15ed4e82a3bd81ed72a5b4aede5de462308fedc4187d1f7 SHA512 8d1d5bc4208945f8a01a5967a4b4b8577b4b18dd86c78ce9c97ba79ba7a8599eaa45f880809aaeb217a4dca2eec22065249a8b255db7f8c6f0d15fbeca611a48
+EBUILD syndication-5.111.0.ebuild 470 BLAKE2B 37b0e710398155417061d3e2417bae9513b9fc61b189f77b83392e5fba9c5bfa9f31f8afa0b386ae36d8d05ea8040ca4094b4050819a713a96f828a5db27f661 SHA512 add02d8dca77be00991d56efce0ee904a945c2f832bb766f6263e2a4c663fb173cdd05aa31743df55f2cbf9a3afb0e5b6b6632cfb57e8bb915429157478fccc2
MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80
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 )
+"