summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 20:36:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 20:36:02 +0200
commit4186eabcad11c1cf1a6fdc6a555b72404eee0137 (patch)
tree7a07ac977ec9f17772623b3ec02801d5dad964f9 /kde-apps/syndication
parentapp-crypt/certbot: fixing acme dep (diff)
downloadgentoo-4186eabcad11c1cf1a6fdc6a555b72404eee0137.tar.gz
gentoo-4186eabcad11c1cf1a6fdc6a555b72404eee0137.tar.bz2
gentoo-4186eabcad11c1cf1a6fdc6a555b72404eee0137.zip
kde-apps: Add KDE Applications 18.04.3
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-18.04.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 2e17c7efc6e4..e64f593d9048 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.2.tar.xz 160132 BLAKE2B 133d874915eea9007ec03a031a71a5aabc5cde5d1b82638bcfb69456639c126635b406ab677c85b696cd526aeacaf24fdaadd065c94e037be2dcc2cfb9453214 SHA512 658488b67d62dafa359620d95469f781d6ab0dd4789fbf0b54fc18867d2a61fa8baa7c1c1ba3e3474bb94239b0df1e864078c7619cc5b3bd2d142408647ffebd
+DIST syndication-18.04.3.tar.xz 160132 BLAKE2B cae12c0dbac27ad22afa25ad54bf70744b04ad63a73781c2a81950ae41af72ca74d0d666fc0183050237061f5e382de9ee2b6aba1b626ca6e18d799823f00356 SHA512 319ba72973cf67fb748e521100ababc4290d5a7bb9a8b26d5b288d36a1e00118faa23b92be546996ac98b1432fe719d5d8ceb9cd125d2b35d5ffd200141d2b3f
diff --git a/kde-apps/syndication/syndication-18.04.3.ebuild b/kde-apps/syndication/syndication-18.04.3.ebuild
new file mode 100644
index 000000000000..3ee4afc41ebb
--- /dev/null
+++ b/kde-apps/syndication/syndication-18.04.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}"