Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/
Date: Wed, 18 Jul 2018 18:46:48
Message-Id: 1531939594.27a15e8627b7ad6efac67741387effdee4ee7778.asturm@gentoo
1 commit: 27a15e8627b7ad6efac67741387effdee4ee7778
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 18:28:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 18:46:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a15e86
7
8 kde-frameworks/ktexteditor: Drop 5.46.0 (r0)
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 .../ktexteditor/ktexteditor-5.46.0.ebuild | 56 ----------------------
13 1 file changed, 56 deletions(-)
14
15 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild
16 deleted file mode 100644
17 index f5370b63dbe..00000000000
18 --- a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild
19 +++ /dev/null
20 @@ -1,56 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -VIRTUALX_REQUIRED="test"
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework providing a full text editor component"
30 -LICENSE="LGPL-2+"
31 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
32 -IUSE="editorconfig git"
33 -
34 -RDEPEND="
35 - $(add_frameworks_dep karchive)
36 - $(add_frameworks_dep kauth)
37 - $(add_frameworks_dep kcodecs)
38 - $(add_frameworks_dep kcompletion)
39 - $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep kconfigwidgets)
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep kguiaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kiconthemes)
45 - $(add_frameworks_dep kio)
46 - $(add_frameworks_dep kitemviews)
47 - $(add_frameworks_dep kjobwidgets)
48 - $(add_frameworks_dep kparts)
49 - $(add_frameworks_dep ktextwidgets)
50 - $(add_frameworks_dep kwidgetsaddons)
51 - $(add_frameworks_dep kxmlgui)
52 - $(add_frameworks_dep sonnet)
53 - $(add_frameworks_dep syntax-highlighting)
54 - $(add_qt_dep qtdeclarative)
55 - $(add_qt_dep qtgui)
56 - $(add_qt_dep qtprintsupport)
57 - $(add_qt_dep qtwidgets)
58 - $(add_qt_dep qtxml)
59 - editorconfig? ( app-text/editorconfig-core-c )
60 - git? ( dev-libs/libgit2:= )
61 -"
62 -DEPEND="${RDEPEND}
63 - $(add_qt_dep qtxmlpatterns)
64 - test? ( $(add_frameworks_dep kservice) )
65 -"
66 -
67 -RESTRICT+=" test"
68 -
69 -src_configure() {
70 - local mycmakeargs=(
71 - $(cmake-utils_use_find_package editorconfig EditorConfig)
72 - $(cmake-utils_use_find_package git LibGit2)
73 - )
74 -
75 - kde5_src_configure
76 -}