summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-15 21:33:27 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-15 21:38:26 +1000
commit5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch)
tree29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/syndication
parentprofiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff)
downloadgentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz
gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2
gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/metadata.xml8
-rw-r--r--kde-apps/syndication/syndication-16.08.1.ebuild21
3 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
new file mode 100644
index 000000000000..234e5b6b874a
--- /dev/null
+++ b/kde-apps/syndication/Manifest
@@ -0,0 +1 @@
+DIST syndication-16.08.1.tar.xz 160136 SHA256 b4d2992d5b9dcb5cfa5a29d959ecdd9eec656dd5a56191f6cab9c591e9e0171a SHA512 87035fc592f3c3a4d3a5e009c3c8423cc981adf7f9abc13a40c5944bab60345708f71479bb585da6d0edca4e523524d7b9493cdd3c79625d86eb02f89c614153 WHIRLPOOL 9d9d957bc2842a887095dd73320201de1d02ef7f6720ba205ca5ba4e56d961e7ae57c2c87a22c880ff1e07df32c2cb939d1bb2568e6133a8d101252afbc71be2
diff --git a/kde-apps/syndication/metadata.xml b/kde-apps/syndication/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-apps/syndication/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-apps/syndication/syndication-16.08.1.ebuild b/kde-apps/syndication/syndication-16.08.1.ebuild
new file mode 100644
index 000000000000..b81b4be5c576
--- /dev/null
+++ b/kde-apps/syndication/syndication-16.08.1.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}"