summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-18.04.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 91d7f3029158..6f0819a3b889 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-17.12.3.tar.xz 159804 BLAKE2B bf89604b4976a28016720d74ab5c36de7bbaca08cc15c1db2d03ccad339049fae5fd06eced4e8c60ee278ad4fcaac3ceca3ee8f217839936cc79ea995f4de31f SHA512 a1f2c472194355b570e4128ab4e4be70d6baa3d1c91e35706b7ec242caa950ec3686ab20772aec6fc2ecc7b0d6b390195e6bca5ec8a130951886589df73c1f9c
DIST syndication-18.04.0.tar.xz 159864 BLAKE2B e86d7c58c84b92bbbf8e517f01df9b2d3bd97f986bd9231e0eaa349f76eb8d92942a13ab0de467208b482bb1ade6f878b6cbd2f8344a8fa2128331f8c03de7a4 SHA512 75dd0c14f22e1fb2cfbb3d11fb242471c8e1dc89f3a79568363ac70eba7ac68ec2c7ec6f9e0d49108621c43fb2d63912ecf2709210e274a65b183b8f147e3ab7
+DIST syndication-18.04.1.tar.xz 160128 BLAKE2B 12a5f60b9a6e5d0c09e0088d39a021bccb9dc61f48802bb16c5900b21853a45292f095841c51324499834f3348a8a3da68c1cf450bc7c12d61caee0f5d1eff9c SHA512 8069c200575e7872c116b25cc76acfd236825357af0c73d57a1ffdd1c840a359c0fc58a4cf83a5506bc2e8bbc87a76ecdc96fa6123d409c9079ce61472fc3c38
diff --git a/kde-apps/syndication/syndication-18.04.1.ebuild b/kde-apps/syndication/syndication-18.04.1.ebuild
new file mode 100644
index 000000000000..3ee4afc41ebb
--- /dev/null
+++ b/kde-apps/syndication/syndication-18.04.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kio)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"