summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-16 19:38:26 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-16 19:38:38 +0100
commit31645664f42a588800ba68febd89a9c9e6afc76f (patch)
treeccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/syndication
parentprofiles: Update masks for KDE Applications 16.12 (diff)
downloadgentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-16.12.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 972785b4ed14..e555884fdae2 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-16.08.3.tar.xz 160120 SHA256 6ee14a35d06ac77147afdb6aaa4185df69f3c4e11a1039fbfd01ae8ef8cf1037 SHA512 ddb0eca3d2df51a20225d418e76e7bb9a7c33a18c0e156d129987c0cfd7df7e8b1fba1d3ff0053d6ad2d3f736ad67a29d2c47960b2dc507c5ca8a0d15a39dac9 WHIRLPOOL 04625e444b67e6474bc0cbe9824bfb8082928cb9c45f0365bb53579db6ad5188b4d80314fc46b0b11307694356d1bceaa897f9276a507b5d354ee2c9dd12d273
+DIST syndication-16.12.0.tar.xz 160032 SHA256 7592932691948b241b17cedb353cfefb675526631bc65e7540e0b891e97415fc SHA512 eac814152a063bbce61b115c7e1c9ee1c6a0ec4243e1610339d271010c268b2570b8b5ec4c26f22adfa30ab24ab0f176ebffbba04094f9443e9ebd6e8bd589ad WHIRLPOOL 4d41c492600a4df7537f97982edafb9456c02ebda07a26f5e8f7c0a9ea9dd89deb88f75467a6504c302ad1784acf8aa53934e56d99504832a11e5decf88ba6e3
diff --git a/kde-apps/syndication/syndication-16.12.0.ebuild b/kde-apps/syndication/syndication-16.12.0.ebuild
new file mode 100644
index 000000000000..b81b4be5c576
--- /dev/null
+++ b/kde-apps/syndication/syndication-16.12.0.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}"