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.34.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 73ed62e0b07..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.34.0.tar.xz 983976 SHA256 884b266cfcec466d7f86053c7bcefccf27b256651ad123656939c9bfe9e2ce67 SHA512 e07775551f416ac02ce431c2eafe451dd9aaee53f486b1c99a4021dc53ad28bd89f24649ae2db96268d52ee3e0805ccf46a7b65a67c232659381600286ed4786 WHIRLPOOL 84485a607a50e717bde04d6183887f55519d1800890ca90994f6bef0fb1e7cc0eba428eaefbf7247650e3c5ac73b82ba2fd7acc1ec0185f82a7558fb9646425b
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.0.ebuild
deleted file mode 100644
index d8e1b700f08..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 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 ~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}"/src/indexer/katehighlightingindexer
-}