summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
commitcbbf277b87f16a97723e6a15b71a10579bd0e292 (patch)
tree42fcdec7efbe48a3b0a23d8119dd84468e2f89e2 /kde-frameworks/syntax-highlighting
parent8b157f571e839b26c0820e3f25865b7c482ee120 (diff)
downloadkde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.gz
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.bz2
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.zip
kde-frameworks: Drop KDE Frameworks 5.46.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --force
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.46.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 a94a4c340e9..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.46.0.tar.xz 1166004 BLAKE2B 5b5f8dbfd53c17b52e9993de5875953eb6a8a436e85b7484cc7a3dc2187f3a5a60d3b0ddc4fbe38b557b2ae732482b28cdf8ab38b12ae4c03bac5f3fcc9b5a15 SHA512 13f7f06ac74a2469620a62a28c325dc8d4997428b0842b506cb9ef287c7e2dc1446b7482ad5f0bef2d743b7bd84794ec28268de30c99515dfac4fecc66c4c41c
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
deleted file mode 100644
index dcea91c13a7..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 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
-}