summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-05 19:54:36 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-10-06 05:27:29 +1100
commitabdfd9082ca343b624c3faf6f128c8bbe3987a57 (patch)
treefa216d39975eb0e0b8c2b2c4294bf33fa39fbe2b /kde-frameworks
parentkde-frameworks/networkmanager-qt: DEPEND on <net-misc/networkmanager-1.4.0 (diff)
downloadgentoo-abdfd9082ca343b624c3faf6f128c8bbe3987a57.tar.gz
gentoo-abdfd9082ca343b624c3faf6f128c8bbe3987a57.tar.bz2
gentoo-abdfd9082ca343b624c3faf6f128c8bbe3987a57.zip
kde-frameworks/ktexteditor: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild
deleted file mode 100644
index 41ba42115035..000000000000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing a full text editor component"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="git"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(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_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtscript)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- git? ( dev-libs/libgit2:= )
-"
-DEPEND="${RDEPEND}
- $(add_qt_dep qtxmlpatterns)
- test? ( $(add_frameworks_dep kservice) )
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-runtime-crash.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package git LibGit2)
- )
-
- kde5_src_configure
-}