summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:38:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:38:46 +0200
commit4feff3b43a70812e3d749ce31c1d65da0d10eef6 (patch)
tree0cf3a6bcb31684f09c4caebea2957548523786a2 /kde-frameworks/syntax-highlighting
parentab8092d6ff25829073d374ee74084ba51da72caf (diff)
downloadkde-4feff3b43a70812e3d749ce31c1d65da0d10eef6.tar.gz
kde-4feff3b43a70812e3d749ce31c1d65da0d10eef6.tar.bz2
kde-4feff3b43a70812e3d749ce31c1d65da0d10eef6.zip
kde-frameworks: Remove KDE Frameworks 5.33.0
Moved to tree. Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.33.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 c8f79ccb918..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.33.0.tar.xz 983944 SHA256 58a66e902f7f4626e0adb7438bc7a3ab00a60db1026cbd4b0d7c2ec0353ac05a SHA512 80bbe88986fdec6a10d3d9fa59ae582600d55adaec89aaab844a7f029fb8c402b6ec261b07d99147c8b1e638b84f5191ae687f71b83e52816c3048d739a7ae95 WHIRLPOOL 86c50bd785bca7c2fcc0ec1cf34a06c33e1e87146f6e6d7d39d5ddb56419108e8b8198445d8b773598a07a7267758417a2abf34c7aa22bc170b8226e588467e1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.0.ebuild
deleted file mode 100644
index d8e1b700f08..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.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
-}