kde-frameworks/ktexteditor: Drop 5.39.0 (r0)
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Oct 2017 16:41:03 +0000 (18:41 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Oct 2017 16:41:31 +0000 (18:41 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

kde-frameworks/ktexteditor/ktexteditor-5.39.0.ebuild [deleted file]

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.39.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.39.0.ebuild
deleted file mode 100644 (file)
index ce4cdc4..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing a full text editor component"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="editorconfig git"
-
-RDEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kauth)
-       $(add_frameworks_dep kcodecs)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep sonnet)
-       $(add_frameworks_dep syntax-highlighting)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       editorconfig? ( app-text/editorconfig-core-c )
-       git? ( dev-libs/libgit2:= )
-"
-DEPEND="${RDEPEND}
-       $(add_qt_dep qtxmlpatterns)
-       test? ( $(add_frameworks_dep kservice) )
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package editorconfig EditorConfig)
-               $(cmake-utils_use_find_package git LibGit2)
-       )
-
-       kde5_src_configure
-}