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-apps/syndication/
Date: Sun, 02 Sep 2018 10:25:28
Message-Id: 1535883903.c39e4378a5ee4a033949728d3f56cf2e7bba6ca5.asturm@gentoo
1 commit: c39e4378a5ee4a033949728d3f56cf2e7bba6ca5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 2 10:19:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 10:25:03 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c39e4378
7
8 kde-apps/syndication: No more development, in KDE Frameworks now
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 .../syndication/syndication-18.08.49.9999.ebuild | 31 ----------------------
13 kde-apps/syndication/syndication-9999.ebuild | 23 ----------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/kde-apps/syndication/syndication-18.08.49.9999.ebuild b/kde-apps/syndication/syndication-18.08.49.9999.ebuild
17 deleted file mode 100644
18 index a501061f37..0000000000
19 --- a/kde-apps/syndication/syndication-18.08.49.9999.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="true"
28 -inherit kde5
29 -
30 -DESCRIPTION="Library for parsing RSS and Atom feeds"
31 -LICENSE="LGPL-2+"
32 -KEYWORDS=""
33 -IUSE=""
34 -
35 -RDEPEND="
36 - $(add_frameworks_dep kcodecs)
37 - $(add_qt_dep qtxml)
38 -"
39 -DEPEND="${RDEPEND}
40 - test? (
41 - $(add_qt_dep qtnetwork)
42 - $(add_qt_dep qtwidgets)
43 - )
44 -"
45 -
46 -src_prepare() {
47 - kde5_src_prepare
48 - if ! use test; then
49 - punt_bogus_dep Qt5 Network
50 - punt_bogus_dep Qt5 Widgets
51 - fi
52 -}
53
54 diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
55 deleted file mode 100644
56 index 8a1fa8184b..0000000000
57 --- a/kde-apps/syndication/syndication-9999.ebuild
58 +++ /dev/null
59 @@ -1,23 +0,0 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -KDE_TEST="true"
66 -inherit kde5
67 -
68 -DESCRIPTION="Library for parsing RSS and Atom feeds"
69 -LICENSE="LGPL-2+"
70 -KEYWORDS=""
71 -IUSE=""
72 -
73 -RDEPEND="
74 - $(add_frameworks_dep kcodecs)
75 - $(add_qt_dep qtxml)
76 -"
77 -DEPEND="${RDEPEND}
78 - test? (
79 - $(add_qt_dep qtnetwork)
80 - $(add_qt_dep qtwidgets)
81 - )
82 -"