summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-12 14:23:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-12 14:23:31 +0100
commit366fab5a0e555a5344fb41361847a66f180b76a9 (patch)
tree78494045e05e78811a662fa0b3347c96d7d58fb6 /kde-frameworks/syntax-highlighting
parent6dd073f8a67d2f96b097147493f78e0b2dbece53 (diff)
downloadkde-366fab5a0e555a5344fb41361847a66f180b76a9.tar.gz
kde-366fab5a0e555a5344fb41361847a66f180b76a9.tar.bz2
kde-366fab5a0e555a5344fb41361847a66f180b76a9.zip
kde-frameworks: Drop KDE Frameworks 5.54.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.54.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 fa60e40aa35..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.54.0.tar.xz 1354320 BLAKE2B 741d309137c0ad469d48cce709bd373c46184af6d44577b8293b8672ac69d0bbf6b0c949c5ff2201749fe8cca08d415520c3e9d5fdbe5e9c035eb2651cfdea8c SHA512 b789db79a75c5bddcabd2e18e04122c91f096df190dee891b6c3441ea79feeb1aee683dda3fb81663cbb0f3a6d16cee52c51664b28bb9e0fe42c70af2c685eae
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.54.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.54.0.ebuild
deleted file mode 100644
index a8ff643ba92..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.54.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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
-}