summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 08:42:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 10:25:06 +0200
commitd604d90399b22a6f27cf41129c68821ce3376936 (patch)
treec14d2c5e1f6a6ddcf0277dc4745832c1326f34b5 /kde-frameworks
parentkde-frameworks/kunitconversion: 5.83.0 version bump (diff)
downloadgentoo-d604d90399b22a6f27cf41129c68821ce3376936.tar.gz
gentoo-d604d90399b22a6f27cf41129c68821ce3376936.tar.bz2
gentoo-d604d90399b22a6f27cf41129c68821ce3376936.zip
kde-frameworks/syndication: 5.83.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.83.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index c69cf0c4fb0f..4a20a17c7ffe 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-5.82.0.tar.xz 508368 BLAKE2B 5bae3d80f818670cad1a08f3e085fff45116067f811b34390e4cb64c2f4aaf6c171abdc462e7075ce43b1208ad25cf15f088d8d06f3e922222cac94eb9108d80 SHA512 59e8f88138d6d18d7b4c4f2e5596606bdd13aa7425e55dadf24cf4a1592cda0c547b077d303dce514a0e20d5cca0740e6e6879ffda6470c0fa9302cd11eedbc0
+DIST syndication-5.83.0.tar.xz 508424 BLAKE2B dc612fcadbecfe86bdf0831ac2608fa0d2e1c3681de620be76bff39b57ccf2d8b38be40c01cc2e20f62268718acfeafde60643b7d69ba769c65caf2303ab9369 SHA512 b3048bf2ad093cfdfe22266b091582d6f14338f0d5e61ab4cc756f838b4832b2b00fb2330055a2086b5480d2c81a971cf032fa2f586c550d4f319ca9402c82e0
diff --git a/kde-frameworks/syndication/syndication-5.83.0.ebuild b/kde-frameworks/syndication/syndication-5.83.0.ebuild
new file mode 100644
index 000000000000..f9d3fa88d675
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.83.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
+"