Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/
Date: Wed, 05 Oct 2016 18:27:56
Message-Id: 1475692049.abdfd9082ca343b624c3faf6f128c8bbe3987a57.kensington@gentoo
1 commit: abdfd9082ca343b624c3faf6f128c8bbe3987a57
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 5 17:54:36 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 18:27:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdfd908
7
8 kde-frameworks/ktexteditor: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 .../ktexteditor/ktexteditor-5.26.0-r1.ebuild | 55 ----------------------
13 1 file changed, 55 deletions(-)
14
15 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild
16 deleted file mode 100644
17 index 41ba421..00000000
18 --- a/kde-frameworks/ktexteditor/ktexteditor-5.26.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,55 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -VIRTUALX_REQUIRED="test"
28 -inherit kde5
29 -
30 -DESCRIPTION="Framework providing a full text editor component"
31 -LICENSE="LGPL-2+"
32 -KEYWORDS="~amd64 ~arm ~x86"
33 -IUSE="git"
34 -
35 -RDEPEND="
36 - $(add_frameworks_dep karchive)
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_qt_dep qtgui)
54 - $(add_qt_dep qtprintsupport)
55 - $(add_qt_dep qtscript)
56 - $(add_qt_dep qtwidgets)
57 - $(add_qt_dep qtxml)
58 - git? ( dev-libs/libgit2:= )
59 -"
60 -DEPEND="${RDEPEND}
61 - $(add_qt_dep qtxmlpatterns)
62 - test? ( $(add_frameworks_dep kservice) )
63 -"
64 -
65 -RESTRICT+=" test"
66 -
67 -PATCHES=( "${FILESDIR}/${P}-runtime-crash.patch" )
68 -
69 -src_configure() {
70 - local mycmakeargs=(
71 - $(cmake-utils_use_find_package git LibGit2)
72 - )
73 -
74 - kde5_src_configure
75 -}