summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 00:24:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 08:09:45 +0200
commitf573d19bc059eacd037d2ea656b67e14dcaafa2d (patch)
tree3abe7b53ee35cfb7527bdfc70b129ee28a63802d /kde-frameworks/syndication
parentkde-misc/latte-dock: 0.8.8 version bump (diff)
downloadgentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.tar.gz
gentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.tar.bz2
gentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.zip
kde-frameworks: Add KDE Frameworks 5.57.0
Package-Manager: Portage-2.3.63, Repoman-2.3.12 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.57.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 256430de59dd..962bc8be2f9a 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.54.0.tar.xz 159448 BLAKE2B 9d081e5be3bfefa1578f26ad3e936e58d35319e30644038994ad971b1eb44f22cb4982ffe3307a27b70cfd1b4619991d551616ffba9cf2b6546c46b47d930555 SHA512 ec7638fb4b015d8379f1016c228dacfa485110f371bf443f6f6a75e47a6493b777b8ea6094d7fd7b251fd4cbc3cdec709c8d68724ebcdee00179a2214df66681
DIST syndication-5.56.0.tar.xz 159436 BLAKE2B b9424396794d1ceec2b2d7ad227d84516de005a320c6071f9144e73a2e0fb15c0f1c6ac0f7453bb5a43861e7b148c0410f9f5c9d10f6228d981b5cb18daa6dce SHA512 b5fd917cfc3f3f825a393abbc89473cce28bccf9f91c2ee07597c8c0daf4721f4efb0169ee785d6d7c49a2c9f3ab874f55acb32e8286d214f12767caf3e6c047
+DIST syndication-5.57.0.tar.xz 159452 BLAKE2B 9d5edaad62dde1b5c377c13331fc414b78b31a45f2b92baaaf8723341f3b92d9f7d0d086a4c1ae1b5f983fff276a4649378f12c57d6189946f64b10c58f2a2f9 SHA512 07d71f94fa48b3b8fa8f3853866bcf874e25fe596ee9f084082af4ec0710c9a2f9e39dcd8faa0a63e6a93cf8af6953188e68f9c07110306b29f990c632ea2ee2
diff --git a/kde-frameworks/syndication/syndication-5.57.0.ebuild b/kde-frameworks/syndication/syndication-5.57.0.ebuild
new file mode 100644
index 000000000000..660dcd1e48e5
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.57.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_qt_dep qtxml)
+"
+DEPEND="${COMMON_DEPEND}
+ test? (
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/syndication
+"