aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-03 21:18:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-04 21:42:09 +0200
commit3804acae8440cb53292ba9e1b7235cff58d110fa (patch)
tree0c2c2a27cef6a56f44f3cb17d1f1919a5d86d243 /kde-frameworks
parentkde-frameworks/kunitconversion: 5.84.0 version bump (diff)
downloadkde-3804acae8440cb53292ba9e1b7235cff58d110fa.tar.gz
kde-3804acae8440cb53292ba9e1b7235cff58d110fa.tar.bz2
kde-3804acae8440cb53292ba9e1b7235cff58d110fa.zip
kde-frameworks/syndication: 5.84.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.84.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
new file mode 100644
index 0000000000..e2b3037e87
--- /dev/null
+++ b/kde-frameworks/syndication/Manifest
@@ -0,0 +1 @@
+DIST syndication-5.84.0.tar.xz 508232 BLAKE2B c8ee359992b8eb86790841420256805b96acdd6e2242a3502d581da78633696a12a916131372d9dfb858d45e0427b85bdeeb6fcebbd2ed32328c5a78e610956e SHA512 cdab7872f31c6d19d590c9318618f92ac5cab532944320223183fe957030745c1dc170dedbbc0dfcb33d5119974f9c8731090fbda1dce56e78e28a4fa53fbc85
diff --git a/kde-frameworks/syndication/syndication-5.84.0.ebuild b/kde-frameworks/syndication/syndication-5.84.0.ebuild
new file mode 100644
index 0000000000..f9d3fa88d6
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.84.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 )
+"