summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
commitcbbf277b87f16a97723e6a15b71a10579bd0e292 (patch)
tree42fcdec7efbe48a3b0a23d8119dd84468e2f89e2 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
parent8b157f571e839b26c0820e3f25865b7c482ee120 (diff)
downloadkde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.gz
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.bz2
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.zip
kde-frameworks: Drop KDE Frameworks 5.46.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --force
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
deleted file mode 100644
index dcea91c13a7..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-DEPEND="${RDEPEND}
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}