commit:     5eddfbd9dc778c1ccc62bb3426f7059d864aa15c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 18:20:45 2016 +0000
Commit:     repo mirror & CI @ bonedaddy.net <mgorny <AT> bonedaddy <DOT> net>
CommitDate: Thu Nov 17 18:21:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/sync/gentoo.git/commit/?id=5eddfbd9

kde-frameworks/kservice: remove broken revision

Package-Manager: portage-2.3.2

 kde-frameworks/kservice/kservice-5.28.0.ebuild | 40 --------------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-frameworks/kservice/kservice-5.28.0.ebuild 
b/kde-frameworks/kservice/kservice-5.28.0.ebuild
deleted file mode 100644
index 9d3f78c..00000000
--- a/kde-frameworks/kservice/kservice-5.28.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Advanced plugin and service introspection"
-LICENSE="LGPL-2 LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+man"
-
-RDEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
-       sys-devel/bison
-       sys-devel/flex
-       man? ( $(add_frameworks_dep kdoctools) )
-       test? ( $(add_qt_dep qtconcurrent) )
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
-       local mycmakeargs=(
-               -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
-               $(cmake-utils_use_find_package man KF5DocTools)
-       )
-
-       kde5_src_configure
-}

Reply via email to