summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-09 17:57:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-09 17:57:58 +0100
commitec66c3f00332cb2ce9d3a191cac166cb695724ac (patch)
tree38ee218bec0258148b73c5b8acaf1b68c383c057 /kde-frameworks/syntax-highlighting
parent5d4993a95f1f4d6f211c97fa6771ee4deca09776 (diff)
downloadkde-ec66c3f00332cb2ce9d3a191cac166cb695724ac.tar.gz
kde-ec66c3f00332cb2ce9d3a191cac166cb695724ac.tar.bz2
kde-ec66c3f00332cb2ce9d3a191cac166cb695724ac.zip
kde-frameworks: Drop KDE Frameworks 5.53.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.52, 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.53.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 8fb19ea6d11..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.53.0.tar.xz 1319284 BLAKE2B 1bb445534b39ae298c4192399d22b70c841ee7eb40173a43554880cd04c0da753b5c0c0dbea7a53536b3ea3181aaac4e5ee95935c7f16250a193d767763b6d03 SHA512 9c75466c0f6e8188911d9eb26b85fcae5f061a4b9ed6c6bd23d2bf3df6681bdc55a1739f1d57f6874e927671794a5a8018a7716f7e6842bc33e284cbb030ecf4
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild
deleted file mode 100644
index 4ef544f58d4..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 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
-}