summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/syndication
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-17.08.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 1348c85f543b..0fe1b3498c0c 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-17.04.3.tar.xz 159760 SHA256 c5b7063eaa4c59cac3021bdcdb4a3488cc15e22b8dc2fc770cc30227fe7776b4 SHA512 db93505c4177a830ecd1fae35db3dc06228d350c6ef66f147e0b8b3755b81f9191c334dae8a2209c65f2fc19860e5608a5b3d79c9a590f571332da893f9fb97e WHIRLPOOL 45069497a156c6d023f0314c5c5e04cb27c2ec7f6e152915080ae133eb830b7072b58e261ba7b4020f93d1a32081ac8f6fce927fa4aa504ed5291266c99bb731
+DIST syndication-17.08.0.tar.xz 159992 SHA256 8a32743df224dcea1d87174b699f056274f694b7485a5b7717b8c23b9fbfb27c SHA512 fd784e29c02c322154fd53767013f7a63ce4f85130e399da53bbd2870c560fc9cff53e254a84cecf911b6728dbb5268c26510df7cabc7d3e51bd289f809db0ce WHIRLPOOL 849831f66205ea665d1b4b59db30b4992cf626e48fbbfc0ee40e62cf132cc10e1854ffa7e8b48d06e79c5647ae8baecc244bc88037bc626e51bf9e2b7a19ff3f
diff --git a/kde-apps/syndication/syndication-17.08.0.ebuild b/kde-apps/syndication/syndication-17.08.0.ebuild
new file mode 100644
index 000000000000..f8aebffd02a2
--- /dev/null
+++ b/kde-apps/syndication/syndication-17.08.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 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}"