aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-04 13:43:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-04 13:43:49 +0100
commit8a064e45bd8c68013a1a1177d799bd71661efb36 (patch)
treeb3ef50a8d5b5ee3acb84c7d84272b3b6aea320cb /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: 5.104.0 version bump (diff)
downloadkde-8a064e45bd8c68013a1a1177d799bd71661efb36.tar.gz
kde-8a064e45bd8c68013a1a1177d799bd71661efb36.tar.bz2
kde-8a064e45bd8c68013a1a1177d799bd71661efb36.zip
kde-frameworks/syndication: 5.104.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.104.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..a620a65f4c
--- /dev/null
+++ b/kde-frameworks/syndication/Manifest
@@ -0,0 +1 @@
+DIST syndication-5.104.0.tar.xz 510472 BLAKE2B c06fc29783843c6b87ea192d010a235f4790936da854c3ea7bcd61de5a208c69113dcbcdebd2b9b4daa27b5cd84bc4cbe95f429c3ca83c74adad7314db6d7838 SHA512 d6446a4dd258b5d0c45c7ea0b3100031f78cd09d5dc354c3c1ea9ee132ae60085c401c9bf9d929588fe052d42c78b778d94d2c7dcc3b26045729211c6a9b431b
diff --git a/kde-frameworks/syndication/syndication-5.104.0.ebuild b/kde-frameworks/syndication/syndication-5.104.0.ebuild
new file mode 100644
index 0000000000..00ff1e7e68
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.104.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.5
+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 )
+"