summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:52:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:52:47 +0100
commit4de7dfeecc5333f910bc956638e4de44d16bc197 (patch)
treed2774ce2ee3dd019c667fcbd9a547344579e578d /kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild
parent4dc5cf7da9ee3d6ab5e32d94591415ac3cddafd5 (diff)
downloadkde-4de7dfeecc5333f910bc956638e4de44d16bc197.tar.gz
kde-4de7dfeecc5333f910bc956638e4de44d16bc197.tar.bz2
kde-4de7dfeecc5333f910bc956638e4de44d16bc197.zip
kde-frameworks: Drop KDE Frameworks 5.56.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.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
-}