summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-11 16:11:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-11 16:11:44 +0100
commit632920416305a45249ee4091e2e48d3a628ba02b (patch)
tree599e60b87afc54ea7eee20352085bb1fa9369eb5 /kde-frameworks/syntax-highlighting
parent13c3c78ba476d953d60db23b6bc5ea9f3e4656f0 (diff)
downloadkde-632920416305a45249ee4091e2e48d3a628ba02b.tar.gz
kde-632920416305a45249ee4091e2e48d3a628ba02b.tar.bz2
kde-632920416305a45249ee4091e2e48d3a628ba02b.zip
kde-frameworks: Drop KDE Frameworks 5.40.0
Moved to Gentoo main ebuild repository. Package-Manager: Portage-2.3.13, Repoman-2.3.4
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.40.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 6fe7730255d..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.40.0.tar.xz 1108400 SHA256 148dd0d3d091ad5ee352cc528f494a375d89d2812ff31b08c735e0929a358075 SHA512 4e7868ae64e18b7734d7d5b778187951ae01fdd2d2dfaa1a78f8d9c0b9d5c435e30f4bc333dac3ed18f864f3458991144e870bd6a2c5b17c8ee49b61a82c0ccb WHIRLPOOL bfaec46a1f00d82eedde9cc0bdf288f1af7bde68155572e69e17965a0884b7467cc7fa273abf37a4eed85b2e6fa0603d47f3473754098789af7e7129f92c4fe0
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.0.ebuild
deleted file mode 100644
index a4de123cab8..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.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 ~arm64 ~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}"/bin/katehighlightingindexer
-}