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: Mon, 31 Jan 2022 20:06:17
Message-Id: 1643659344.156eab5fc17eaae516321977e94a269e9bbfc0c8.asturm@gentoo
1 commit: 156eab5fc17eaae516321977e94a269e9bbfc0c8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 20:02:04 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 20:02:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156eab5f
7
8 kde-frameworks/ktexteditor: Drop vulnerable 5.90.0-r1
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../ktexteditor/ktexteditor-5.90.0-r1.ebuild | 60 ----------------------
14 1 file changed, 60 deletions(-)
15
16 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r1.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r1.ebuild
17 deleted file mode 100644
18 index f784d0803db8..000000000000
19 --- a/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,60 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -PVCUT=$(ver_cut 1-2)
28 -QTMIN=5.15.2
29 -VIRTUALX_REQUIRED="test"
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="Framework providing a full text editor component"
33 -
34 -LICENSE="LGPL-2+"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
36 -IUSE="+editorconfig"
37 -
38 -RESTRICT="test"
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 -"
67 -RDEPEND="${DEPEND}"
68 -BDEPEND="test? ( >=kde-frameworks/kservice-${PVCUT}:5 )"
69 -
70 -PATCHES=(
71 - "${FILESDIR}/${P}-revert-5dce70a9.patch" # KDE-bugs 446189, 447525
72 - "${FILESDIR}/${P}-KDEBUG-447972.patch"
73 -)
74 -
75 -src_configure() {
76 - local mycmakeargs=(
77 - $(cmake_use_find_package editorconfig EditorConfig)
78 - )
79 -
80 - ecm_src_configure
81 -}