summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-08 20:02:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-08 20:02:36 +0200
commitd0bbdd5392cd52bd446b54aeea259be9ddaf68c1 (patch)
tree9c2290288d64485168f088305134f2ddb90e7487 /kde-frameworks/syntax-highlighting
parente2c01cfc238faf956a6ce930cf787e0fbab281a3 (diff)
downloadkde-d0bbdd5392cd52bd446b54aeea259be9ddaf68c1.tar.gz
kde-d0bbdd5392cd52bd446b54aeea259be9ddaf68c1.tar.bz2
kde-d0bbdd5392cd52bd446b54aeea259be9ddaf68c1.zip
kde-frameworks: Drop KDE Frameworks 5.36.0
Moved to Gentoo main repository. Package-Manager: Portage-2.3.6, 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.36.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 823f4b410b8..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.36.0.tar.xz 995060 SHA256 925a8845cd3a1d1720753aaba80f364d59612d45a71de089531d5e8dfa94fdc5 SHA512 fc17871758b397093f38886a384fb70c6e13daa164386397a71edfa8484613f3084a508abf9ff80086905346b809b79000c785ecd3bc2649d8ebda09d400f459 WHIRLPOOL 5ce904fb3d16dc598262b899aeb46bfdac8597272c99bafae4533fb25cbe85b1d69e7a200622bdc5c7425779062d1fcc30ebbaf6ae9debbf867caf603b85d18c
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.36.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.36.0.ebuild
deleted file mode 100644
index d8e1b700f08..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.36.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
-}