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/syntax-highlighting/
Date: Sat, 09 Apr 2022 16:07:48
Message-Id: 1649520185.9d8cbaeba3960970b2974f3ccd2d901fd25db475.asturm@gentoo
1 commit: 9d8cbaeba3960970b2974f3ccd2d901fd25db475
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 15:46:13 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 16:03:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8cbaeb
7
8 kde-frameworks/syntax-highlighting: Drop 5.92.0 (r0)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../syntax-highlighting-5.92.0.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.92.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.92.0.ebuild
17 deleted file mode 100644
18 index 437ce41a3321..000000000000
19 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.92.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +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 -ECM_TEST="forceoptional"
28 -QTMIN=5.15.2
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="Framework for syntax highlighting"
32 -LICENSE="MIT"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
34 -IUSE="nls"
35 -
36 -DEPEND="
37 - >=dev-qt/qtdeclarative-${QTMIN}:5
38 - >=dev-qt/qtgui-${QTMIN}:5
39 - >=dev-qt/qtnetwork-${QTMIN}:5
40 - >=dev-qt/qtxmlpatterns-${QTMIN}:5
41 -"
42 -RDEPEND="${DEPEND}"
43 -BDEPEND="
44 - dev-lang/perl
45 - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
46 -"
47 -
48 -src_install() {
49 - ecm_src_install
50 - dobin "${BUILD_DIR}"/bin/katehighlightingindexer
51 -}