summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 10:22:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 10:22:44 +0200
commitecdc4ad235e7a5868fa29b05646844844a995023 (patch)
treeb58e1b7eda715c801ba1f1bc8273e8da6f1bb339 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
parentafe02e8d47549abff138148d054d4bf63621461f (diff)
downloadkde-ecdc4ad235e7a5868fa29b05646844844a995023.tar.gz
kde-ecdc4ad235e7a5868fa29b05646844844a995023.tar.bz2
kde-ecdc4ad235e7a5868fa29b05646844844a995023.zip
kde-frameworks: Drop KDE Frameworks 5.61.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}