summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 09:52:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 20:22:02 +0100
commite389bb082fbef4397427761c90d13da941030e8d (patch)
treeb581e05e94cbf2e94c271a39a7f166d11f21f249 /kde-frameworks
parentkde-frameworks/kunitconversion: 5.92.0 version bump (diff)
downloadgentoo-e389bb082fbef4397427761c90d13da941030e8d.tar.gz
gentoo-e389bb082fbef4397427761c90d13da941030e8d.tar.bz2
gentoo-e389bb082fbef4397427761c90d13da941030e8d.zip
kde-frameworks/syndication: 5.92.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.92.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index a0c0ed0aafe6..e295c3d6e2a5 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.90.0.tar.xz 510588 BLAKE2B bf6ccba0bb2688748883535e026f6188699e3b29b2d5c0080afd3107deb81890d144157fc4947a3bf5dfcf3f3a6b35f2fae10e4d239d545087a04b7c1e3037eb SHA512 39687d69cc78a2f348828b535ca822e999a04df6f611b38e1c9f1db22fdfdf8382c9242cdfff61ddac02876c81247de7fb4abc5c790f518c7e378f3833c0df54
DIST syndication-5.91.0.tar.xz 510732 BLAKE2B ccc006a06ec4368578c5279c3b34ee7ad2f3a521ad724c5d7b3b2cbee21c702d938014b819dcf824ade6dd234c3a69d51e5f4992b33137311daaa7273345b2ab SHA512 5fac36c771d12a88cfb73a33349ac791b254992ab12d6f813ec00f65e9b13f9a6a54c9c1182ce453174801b05d61451b07955e2994f57a018fd74504ac18d3c9
+DIST syndication-5.92.0.tar.xz 510388 BLAKE2B a7272d08610ba30f2f2249d2ecafe1dbe54c232cdc5f851d6c6acf33cf60103d08b18a666b2e570b10644e9f8a205121a6bd2df6b6c024c4b7478b2208c41ad6 SHA512 4b83c4d5d3cebc362fdbf2e5041887c713c680ddf5e5294e393de96259322399c4745c1ad87ee0aeb3fa8aa17514e2f2c98e204b43f1ae8df9ba2447a64e87b9
diff --git a/kde-frameworks/syndication/syndication-5.92.0.ebuild b/kde-frameworks/syndication/syndication-5.92.0.ebuild
new file mode 100644
index 000000000000..0105cd45feff
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.92.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 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.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
+"