summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.52.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 16ae9de3aa31..fb4f113afb2c 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.50.0.tar.xz 158984 BLAKE2B c6fed589e8f868f2dd93ef1566131d205f0c7e2ed36c52e8a564ced0e66e2ca407da1b75ad5cf090ec6b3d0ea1e68472fd97044d2d19e2a3fc68542bbc1ca5e1 SHA512 9a6da19ac8f13422812babefdddf3196f127c9d65189b86610802f7bf2c805949ec8d00cd366e1a4af9d603867ea4b3b5235a5d326f310623d71def6fb438482
DIST syndication-5.51.0.tar.xz 159480 BLAKE2B 3672a7c505672aa5a35660265e3b8878c29022367606db9c5c0afe5a36758f5585f217dbfe28e1da7fe13dc74d8be600a768b7df429c6f4e90d320e40d6e9e9c SHA512 c9150eeefea0123ec06607b2ba7e405f9355ecc102dd50e562e724ad042a05fcc5e54647d1bc4c3889b98c1fb13e533af35e97d1126b1a530e4b76b263491aa2
+DIST syndication-5.52.0.tar.xz 159420 BLAKE2B 53594058d7739ab84e28188f76ad67711ce7ee42a0335559c0fc9e88ce5e987d2265956899b63e0bdd2130baf99b16dfffad6d1470b93b7f74f65d4e7b85fc7f SHA512 807b92e611acc5480afb0bf81eada0fce13faddc3665b0b5b94454531f7123023b46d8ae3577de9dc79e8e7e5ba945e53e1f1cd206b36f33cca25038ea98e795
diff --git a/kde-frameworks/syndication/syndication-5.52.0.ebuild b/kde-frameworks/syndication/syndication-5.52.0.ebuild
new file mode 100644
index 000000000000..2764274e2ed8
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.52.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_QTHELP="false"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~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
+"