summaryrefslogtreecommitdiff
path: root/kde-frameworks/syndication
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
commit586819755b4dbfdffdc8a725ab7c0f86095b8489 (patch)
treed6790c838cfe9607c996e4913fdf11bad5fdd528 /kde-frameworks/syndication
parent3f71901f8c228f4de570abed1831ce3ee425343e (diff)
gentoo resync : 15.09.2018
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest3
-rw-r--r--kde-frameworks/syndication/metadata.xml8
-rw-r--r--kde-frameworks/syndication/syndication-5.50.0.ebuild26
3 files changed, 37 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
new file mode 100644
index 000000000000..b248d1998e70
--- /dev/null
+++ b/kde-frameworks/syndication/Manifest
@@ -0,0 +1,3 @@
+DIST syndication-5.50.0.tar.xz 158984 BLAKE2B c6fed589e8f868f2dd93ef1566131d205f0c7e2ed36c52e8a564ced0e66e2ca407da1b75ad5cf090ec6b3d0ea1e68472fd97044d2d19e2a3fc68542bbc1ca5e1 SHA512 9a6da19ac8f13422812babefdddf3196f127c9d65189b86610802f7bf2c805949ec8d00cd366e1a4af9d603867ea4b3b5235a5d326f310623d71def6fb438482
+EBUILD syndication-5.50.0.ebuild 461 BLAKE2B 130756a0e51f43ca3740ef8f071f57988af2ba069073aabb5b87b1affd313bc72e564d5f34f63a4dfc2f7801b3fa8bc01b0d82ca96ce07b4353c97311ca8d398 SHA512 57320d315f029657c79e8fb516401335dba27e239909e03b541c278f228c18a2d85eb324e93a358206286442423c3b2cb3ccbbaa66c9f37fb4e3cc0ee787048f
+MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
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
+"