summaryrefslogtreecommitdiff
path: root/kde-frameworks/syndication/syndication-5.108.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
commit99b2c44c1425c7b2925846d4c44b2bf2f78dc786 (patch)
tree9bf7a2d385aace0ea5f3f8d3e3657168b758fdaa /kde-frameworks/syndication/syndication-5.108.0.ebuild
parent39bccce90513402ec93bb0fde30678f16b07a9cc (diff)
gentoo auto-resync : 08:07:2023 - 22:23:22
Diffstat (limited to 'kde-frameworks/syndication/syndication-5.108.0.ebuild')
-rw-r--r--kde-frameworks/syndication/syndication-5.108.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/syndication-5.108.0.ebuild b/kde-frameworks/syndication/syndication-5.108.0.ebuild
new file mode 100644
index 000000000000..a4645b547198
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.108.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 )
+"