commit: c39e4378a5ee4a033949728d3f56cf2e7bba6ca5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 2 10:19:54 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 2 10:25:03 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c39e4378
kde-apps/syndication: No more development, in KDE Frameworks now
Package-Manager: Portage-2.3.48, Repoman-2.3.10
.../syndication/syndication-18.08.49.9999.ebuild | 31 ----------------------
kde-apps/syndication/syndication-9999.ebuild | 23 ----------------
2 files changed, 54 deletions(-)
diff --git a/kde-apps/syndication/syndication-18.08.49.9999.ebuild
b/kde-apps/syndication/syndication-18.08.49.9999.ebuild
deleted file mode 100644
index a501061f37..0000000000
--- a/kde-apps/syndication/syndication-18.08.49.9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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=""
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
- test? (
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- )
-"
-
-src_prepare() {
- kde5_src_prepare
- if ! use test; then
- punt_bogus_dep Qt5 Network
- punt_bogus_dep Qt5 Widgets
- fi
-}
diff --git a/kde-apps/syndication/syndication-9999.ebuild
b/kde-apps/syndication/syndication-9999.ebuild
deleted file mode 100644
index 8a1fa8184b..0000000000
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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=""
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
- test? (
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- )
-"