Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/syndication/
Date: Sun, 02 Sep 2018 10:25:25
Message-Id: 1535882146.f375f5a0d5ef9651c6236ebabb80194befecb175.asturm@gentoo
1 commit: f375f5a0d5ef9651c6236ebabb80194befecb175
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 2 09:55:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 09:55:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f375f5a0
7
8 kde-frameworks/syndication: New package, moving from kde-apps/
9
10 See also: https://mail.kde.org/pipermail/release-team/2018-August/011059.html
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 kde-frameworks/syndication/metadata.xml | 8 +++++++
15 kde-frameworks/syndication/syndication-9999.ebuild | 26 ++++++++++++++++++++++
16 2 files changed, 34 insertions(+)
17
18 diff --git a/kde-frameworks/syndication/metadata.xml b/kde-frameworks/syndication/metadata.xml
19 new file mode 100644
20 index 0000000000..2fdbf33d96
21 --- /dev/null
22 +++ b/kde-frameworks/syndication/metadata.xml
23 @@ -0,0 +1,8 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <maintainer type="project">
28 + <email>kde@g.o</email>
29 + <name>Gentoo KDE Project</name>
30 + </maintainer>
31 +</pkgmetadata>
32
33 diff --git a/kde-frameworks/syndication/syndication-9999.ebuild b/kde-frameworks/syndication/syndication-9999.ebuild
34 new file mode 100644
35 index 0000000000..ee608c9bb7
36 --- /dev/null
37 +++ b/kde-frameworks/syndication/syndication-9999.ebuild
38 @@ -0,0 +1,26 @@
39 +# Copyright 1999-2018 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=6
43 +
44 +KDE_TEST="true"
45 +inherit kde5
46 +
47 +DESCRIPTION="Library for parsing RSS and Atom feeds"
48 +LICENSE="LGPL-2+"
49 +KEYWORDS=""
50 +IUSE=""
51 +
52 +COMMON_DEPEND="
53 + $(add_frameworks_dep kcodecs)
54 + $(add_qt_dep qtxml)
55 +"
56 +DEPEND="${COMMON_DEPEND}
57 + test? (
58 + $(add_qt_dep qtnetwork)
59 + $(add_qt_dep qtwidgets)
60 + )
61 +"
62 +RDEPEND="${COMMON_DEPEND}
63 + !kde-apps/syndication
64 +"