summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:46:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:50:01 +0200
commitea01d07c76b705e48d8d3a4600856746ce596e95 (patch)
tree11abb713ee2d1cf09ef62389e18dd03cbac691e0 /kde-apps/syndication
parentdev-java/hawtjni-runtime: keyword ~arm64 (diff)
downloadgentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.gz
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.bz2
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.zip
kde-apps: Add KDE Applications 17.04.3
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-17.04.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 7918082c970b..954161a34eea 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-17.04.2.tar.xz 159728 SHA256 186f720003ea955f23f581da778b03865a71451c7cf301a3dadb8b521c91d4a5 SHA512 bbab6ed51328813f8b88af8edd1fe976189bbd2c0b70488ef91d46c937a7ef8aaa4132ed6cdb3a1514ad32ea50bfff5c1888564441b60a104279000c8b8028ac WHIRLPOOL 8945e4b755ebd07fccc4f0336e9273037426f78358abd0699c4d3e752db850d1341976fb3e2c7ed2f93fd0f79a8ce67ec76ce47a7e471d4696338f747f6c2a57
+DIST syndication-17.04.3.tar.xz 159760 SHA256 c5b7063eaa4c59cac3021bdcdb4a3488cc15e22b8dc2fc770cc30227fe7776b4 SHA512 db93505c4177a830ecd1fae35db3dc06228d350c6ef66f147e0b8b3755b81f9191c334dae8a2209c65f2fc19860e5608a5b3d79c9a590f571332da893f9fb97e WHIRLPOOL 45069497a156c6d023f0314c5c5e04cb27c2ec7f6e152915080ae133eb830b7072b58e261ba7b4020f93d1a32081ac8f6fce927fa4aa504ed5291266c99bb731
diff --git a/kde-apps/syndication/syndication-17.04.3.ebuild b/kde-apps/syndication/syndication-17.04.3.ebuild
new file mode 100644
index 000000000000..f8aebffd02a2
--- /dev/null
+++ b/kde-apps/syndication/syndication-17.04.3.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}"