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, 23 Jan 2021 01:28:39
Message-Id: 1611365223.5d064660eda940769ff8efefc94961d7dca2ba61.asturm@gentoo
1 commit: 5d064660eda940769ff8efefc94961d7dca2ba61
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 23 01:27:03 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 23 01:27:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d064660
7
8 kde-frameworks/syntax-highlighting: Drop 5.78.0-r1
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../syntax-highlighting-5.78.0-r1.ebuild | 33 ----------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild
17 deleted file mode 100644
18 index 4dabf263ae7..00000000000
19 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -ECM_TEST="forceoptional"
28 -QTMIN=5.15.1
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="Framework for syntax highlighting"
32 -LICENSE="MIT"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
34 -IUSE="nls"
35 -
36 -BDEPEND="
37 - dev-lang/perl
38 - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
39 -"
40 -DEPEND="
41 - >=dev-qt/qtgui-${QTMIN}:5
42 - >=dev-qt/qtnetwork-${QTMIN}:5
43 - >=dev-qt/qtxmlpatterns-${QTMIN}:5
44 -"
45 -RDEPEND="${DEPEND}"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-5.77.0-bash-zsh-fix.patch
49 -)
50 -
51 -src_install() {
52 - ecm_src_install
53 - dobin "${BUILD_DIR}"/bin/katehighlightingindexer
54 -}