diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:29 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:41 +0100 |
commit | 2066cf7b5a1da5ded50affbdc96467b431140f3e (patch) | |
tree | eec619c4a351b2aa2376ea6f0d543086f9b9c747 /kde-apps/syndication | |
parent | dev-python/bandit: bup (diff) | |
download | gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.gz gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.bz2 gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.zip |
kde-apps: Version bump KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-16.12.1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index d68d4417aeb0..1c19a5249880 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-16.12.0.tar.xz 160032 SHA256 7592932691948b241b17cedb353cfefb675526631bc65e7540e0b891e97415fc SHA512 eac814152a063bbce61b115c7e1c9ee1c6a0ec4243e1610339d271010c268b2570b8b5ec4c26f22adfa30ab24ab0f176ebffbba04094f9443e9ebd6e8bd589ad WHIRLPOOL 4d41c492600a4df7537f97982edafb9456c02ebda07a26f5e8f7c0a9ea9dd89deb88f75467a6504c302ad1784acf8aa53934e56d99504832a11e5decf88ba6e3 +DIST syndication-16.12.1.tar.xz 160036 SHA256 10d3968f5772f6300e36ce6cfe7965ee1539ef6f6f300ea9748f7614a2a533d0 SHA512 b0d18846092029f77b16352df1ddcd847dd22172769f5174f996d267efacd753ce6b5dbd532da2e678222da507c3dc8269c4a6ef6db0a0d82e896cbe83ecaf82 WHIRLPOOL 612c385d80f04183bca2db18099815b22b08b51b5edccdd1ee3b69e1f3d049ac2e2800e806061e12f95f7e840c55a1746f29dbd38b47ee32e6d61e731a720f2b diff --git a/kde-apps/syndication/syndication-16.12.1.ebuild b/kde-apps/syndication/syndication-16.12.1.ebuild new file mode 100644 index 000000000000..1a8bb13a01a1 --- /dev/null +++ b/kde-apps/syndication/syndication-16.12.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 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}" |