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-17.12.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 13d78bc35d01..1926e6e770c2 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-17.08.3.tar.xz 159968 BLAKE2B 13688fc7f72d737587fdfd6cf89b08724207c47ec1b1848f19fa4306e714f67e50ec11596fdffaaa3703b9ba834fb41fea5acecda56e73b789a0d69c09920876 SHA512 0a8b2e271d0518f44d6b93dc3304d922d67bc36104fa64fae663be8763f2b5be0a0720f7f39e2324593a1875eae1ccf384efc14ca55e10540889c43f86b75d4a
DIST syndication-17.12.2.tar.xz 159796 BLAKE2B 265aac04480d51da5953a540e56baa34ce920d90f93b7d3ea766756ec843d98af71bd651c06b041d062ad01ec8163f5d39bd1b6febf8fe2d781fc14e3bfbc129 SHA512 cebd16b9f20960106c1361c2549727e03a6c907095584a90303c232ca1c01819a6e350807e96053677f8f34aecd6ad0ce856d01c7804519f89463236de53f211
+DIST syndication-17.12.3.tar.xz 159804 BLAKE2B bf89604b4976a28016720d74ab5c36de7bbaca08cc15c1db2d03ccad339049fae5fd06eced4e8c60ee278ad4fcaac3ceca3ee8f217839936cc79ea995f4de31f SHA512 a1f2c472194355b570e4128ab4e4be70d6baa3d1c91e35706b7ec242caa950ec3686ab20772aec6fc2ecc7b0d6b390195e6bca5ec8a130951886589df73c1f9c
diff --git a/kde-apps/syndication/syndication-17.12.3.ebuild b/kde-apps/syndication/syndication-17.12.3.ebuild
new file mode 100644
index 000000000000..3ee4afc41ebb
--- /dev/null
+++ b/kde-apps/syndication/syndication-17.12.3.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}"