summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index a6a34793ab4..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.60.0.tar.xz 1490716 BLAKE2B 77d15a0b294726eae8aa1fa7f8983062442d96e41c6aa183637f89078541f93c5ba05894c5b14d42ae9c03c852d2612afd25949e707f5aea3b6e1faf11294b19 SHA512 266e1df814e3b6383068347238c6d8a46736112b4d0037784361b9b756a9f00ca29ce615185dbb553568fec9dca97671c95d1d39dde1f40a864c1ff40174ec15
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.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
-}