summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-18 21:57:11 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-18 22:09:22 +0200
commit8a5934aa38e64c3560752baff5c9c7b03eff2981 (patch)
tree751c477265fbf6365b06564fc5b25aad11b2f91e /kde-apps/syndication
parentprofiles: Update KDE PIM 16.08 mask (diff)
downloadgentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.gz
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.bz2
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.zip
kde-apps: Version bump KDE Applications 16.08.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-16.08.2.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 234e5b6b874a..8d507b6efb17 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-16.08.1.tar.xz 160136 SHA256 b4d2992d5b9dcb5cfa5a29d959ecdd9eec656dd5a56191f6cab9c591e9e0171a SHA512 87035fc592f3c3a4d3a5e009c3c8423cc981adf7f9abc13a40c5944bab60345708f71479bb585da6d0edca4e523524d7b9493cdd3c79625d86eb02f89c614153 WHIRLPOOL 9d9d957bc2842a887095dd73320201de1d02ef7f6720ba205ca5ba4e56d961e7ae57c2c87a22c880ff1e07df32c2cb939d1bb2568e6133a8d101252afbc71be2
+DIST syndication-16.08.2.tar.xz 160152 SHA256 9d0ad58272c318033b57710033feda3eb74f87bcf952885260e876dccee73a9c SHA512 88d12538b8293df8e6253aeb95e9beca79a3e55055867e7b17fdd541f400bef2d4a8537adde12b489406662ca05986c9f506003b1d8a3f5eaf698e6824f5bfb5 WHIRLPOOL a024c2385796fd808ef54c29e284cd5745b02218e31642620b1dd39fd74833ab0ec2fc57016f9c0fe751430cc5ef1c759ef98f3d2ab7b7d7dd005feae0407a2d
diff --git a/kde-apps/syndication/syndication-16.08.2.ebuild b/kde-apps/syndication/syndication-16.08.2.ebuild
new file mode 100644
index 000000000000..b81b4be5c576
--- /dev/null
+++ b/kde-apps/syndication/syndication-16.08.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"