Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexteditor/
Date: Sat, 10 Oct 2020 16:05:57
Message-Id: 1602345892.324047860bc35767be5c67e7b20609f6ae2371e7.asturm@gentoo
1 commit: 324047860bc35767be5c67e7b20609f6ae2371e7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 16:04:52 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 16:04:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=32404786
7
8 kde-frameworks/ktexteditor: drop 5.75.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../ktexteditor/ktexteditor-5.75.0.ebuild | 59 ----------------------
13 1 file changed, 59 deletions(-)
14
15 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.75.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.75.0.ebuild
16 deleted file mode 100644
17 index ad0ae04152..0000000000
18 --- a/kde-frameworks/ktexteditor/ktexteditor-5.75.0.ebuild
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PVCUT=$(ver_cut 1-2)
27 -QTMIN=5.14.2
28 -VIRTUALX_REQUIRED="test"
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="Framework providing a full text editor component"
32 -
33 -LICENSE="LGPL-2+"
34 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
35 -IUSE="+editorconfig git"
36 -
37 -BDEPEND="
38 - test? ( >=kde-frameworks/kservice-${PVCUT}:5 )
39 -"
40 -DEPEND="
41 - >=dev-qt/qtdeclarative-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=dev-qt/qtprintsupport-${QTMIN}:5
44 - >=dev-qt/qtwidgets-${QTMIN}:5
45 - >=dev-qt/qtxml-${QTMIN}:5
46 - =kde-frameworks/karchive-${PVCUT}*:5
47 - =kde-frameworks/kauth-${PVCUT}*:5
48 - =kde-frameworks/kcodecs-${PVCUT}*:5
49 - =kde-frameworks/kcompletion-${PVCUT}*:5
50 - =kde-frameworks/kconfig-${PVCUT}*:5
51 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
52 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
53 - =kde-frameworks/kguiaddons-${PVCUT}*:5
54 - =kde-frameworks/ki18n-${PVCUT}*:5
55 - =kde-frameworks/kiconthemes-${PVCUT}*:5
56 - =kde-frameworks/kio-${PVCUT}*:5
57 - =kde-frameworks/kitemviews-${PVCUT}*:5
58 - =kde-frameworks/kjobwidgets-${PVCUT}*:5
59 - =kde-frameworks/kparts-${PVCUT}*:5
60 - =kde-frameworks/ktextwidgets-${PVCUT}*:5
61 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
62 - =kde-frameworks/kxmlgui-${PVCUT}*:5
63 - =kde-frameworks/sonnet-${PVCUT}*:5
64 - =kde-frameworks/syntax-highlighting-${PVCUT}*:5
65 - editorconfig? ( app-text/editorconfig-core-c )
66 - git? ( dev-libs/libgit2:= )
67 -"
68 -RDEPEND="${DEPEND}"
69 -
70 -RESTRICT+=" test"
71 -
72 -src_configure() {
73 - local mycmakeargs=(
74 - $(cmake_use_find_package editorconfig EditorConfig)
75 - $(cmake_use_find_package git LibGit2)
76 - )
77 -
78 - ecm_src_configure
79 -}