summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-03-09 20:09:53 +0100
committerJohannes Huber <johu@gentoo.org>2017-03-09 20:26:05 +0100
commit40cce1797befe332a79f52bba80e3d144297ceff (patch)
treea466705e4322739fd5dc6f2501eb401b5fe02385 /kde-apps/syndication
parentdev-db/percona-server: Security cleanup (bug #612150) (diff)
downloadgentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.gz
gentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.bz2
gentoo-40cce1797befe332a79f52bba80e3d144297ceff.zip
kde-apps: Version bump KDE Applications 16.12.3
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-16.12.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index f16b8daf6946..fef5983e058a 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1 +1,2 @@
DIST syndication-16.12.2.tar.xz 160012 SHA256 f747fd5cc0fdf23704f3d381f5c6e79f343212bdbbe2754f02cbaf68485ef76d SHA512 eb513539ef0cd283f04968a138f22dce96ddc365be5fbfff2f8f60a8add35f6ca342a231ff706584a3794e91d92f14c8ffba8d984f4a79241ed86c91a9da1e1a WHIRLPOOL eb3b4a86bd84c73020d5448592ea2d0e825da99e2195b7fabfa7854ae3d3845a82e7ef9f1f4514d9998ebfe0f67f61b0303a136dbd47a15f2cf1d11c66f4df18
+DIST syndication-16.12.3.tar.xz 160052 SHA256 a8306a915c19003462276c3b544e3f1e0805457a4aa18435875bbaa1bc040a87 SHA512 868c8f11d4e477312943bae5e59effb56432fac96060b015e072489344f9b3a099594af8541598aa516e9239179080ca7a376db90589260d1ce694facb59194b WHIRLPOOL 82643353b6e02322f6f57d7d24cbd1d9fdbcf1c9c9d8a4a9a3f33f4307cf965c827626a9cb476e4b475147b5f3b7f826242a31d92f1a1b25e034304439fb6142
diff --git a/kde-apps/syndication/syndication-16.12.3.ebuild b/kde-apps/syndication/syndication-16.12.3.ebuild
new file mode 100644
index 000000000000..f8aebffd02a2
--- /dev/null
+++ b/kde-apps/syndication/syndication-16.12.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}"