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: Sun, 03 Sep 2017 16:13:19
Message-Id: 1504455175.4bcfdc222c2dea7ada8c411254c43336e0ff8057.asturm@gentoo
1 commit: 4bcfdc222c2dea7ada8c411254c43336e0ff8057
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 16:12:55 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 16:12:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcfdc22
7
8 kde-frameworks/syntax-highlighting: Drop 5.37.0 (r0)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 .../syntax-highlighting-5.37.0.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild
16 deleted file mode 100644
17 index 018a2073a7d..00000000000
18 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_TEST="forceoptional"
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework for syntax highlighting"
30 -LICENSE="LGPL-2+ LGPL-2.1+"
31 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 -IUSE="nls"
33 -
34 -RDEPEND="
35 - $(add_qt_dep qtgui)
36 - $(add_qt_dep qtnetwork)
37 - $(add_qt_dep qtxmlpatterns)
38 -"
39 -DEPEND="${RDEPEND}
40 - dev-lang/perl
41 - nls? ( $(add_qt_dep linguist-tools) )
42 -"
43 -
44 -src_install() {
45 - kde5_src_install
46 - dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
47 -}