summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 10:27:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 14:03:48 +0200
commit64aa333e5583d97e0c79fbaab9e0d081306746c7 (patch)
treeafc45113905a61843b091a2cea9bc284100a34be /kde-frameworks/syndication
parentkde-apps/kpat: Add FRAMEWORKS_MINIMAL,QT_MINIMAL defs (diff)
downloadgentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.gz
gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.bz2
gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.zip
kde-frameworks: Add KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/metadata.xml8
-rw-r--r--kde-frameworks/syndication/syndication-5.50.0.ebuild26
3 files changed, 35 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
new file mode 100644
index 000000000000..0704651d0196
--- /dev/null
+++ b/kde-frameworks/syndication/Manifest
@@ -0,0 +1 @@
+DIST syndication-5.50.0.tar.xz 158984 BLAKE2B c6fed589e8f868f2dd93ef1566131d205f0c7e2ed36c52e8a564ced0e66e2ca407da1b75ad5cf090ec6b3d0ea1e68472fd97044d2d19e2a3fc68542bbc1ca5e1 SHA512 9a6da19ac8f13422812babefdddf3196f127c9d65189b86610802f7bf2c805949ec8d00cd366e1a4af9d603867ea4b3b5235a5d326f310623d71def6fb438482
diff --git a/kde-frameworks/syndication/metadata.xml b/kde-frameworks/syndication/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-frameworks/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-frameworks/syndication/syndication-5.50.0.ebuild b/kde-frameworks/syndication/syndication-5.50.0.ebuild
new file mode 100644
index 000000000000..e20edd18c99f
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.50.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 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=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_qt_dep qtxml)
+"
+DEPEND="${COMMON_DEPEND}
+ test? (
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/syndication
+"