summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-01 20:38:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-01 20:39:13 +0100
commit3b8388af57e6837e6752e220d9c865b250697f23 (patch)
tree12d57b723c831897134ffed25c0811bd49d12db3
parentkde-frameworks/ktexteditor: Fix runtime crash (diff)
downloadgentoo-3b8388af.tar.gz
gentoo-3b8388af.tar.bz2
gentoo-3b8388af.zip
kde-frameworks/ktexteditor: Drop 5.63.0 (r0)
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild
deleted file mode 100644
index 4413fff50646..000000000000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing a full text editor component"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="editorconfig git"
-
-BDEPEND="
- test? ( $(add_frameworks_dep kservice) )
-"
-DEPEND="
- $(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:= )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package editorconfig EditorConfig)
- $(cmake-utils_use_find_package git LibGit2)
- )
-
- kde5_src_configure
-}