summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:40:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:40:58 +0200
commit8fe1c98fe18b85c7c61413f98dba36a691ea4617 (patch)
tree590c681b3ed813426602c81970fab423e3e79559 /kde-frameworks/syntax-highlighting
parentd8996384b4fcec8c489a77a3d87c1113afa5c691 (diff)
downloadkde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.tar.gz
kde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.tar.bz2
kde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.zip
kde-frameworks: Drop KDE Frameworks 5.63.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.76, Repoman-2.3.17 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.63.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index cccf0f781b1..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.63.0.tar.xz 1573164 BLAKE2B 9d63b645972c7b1e5eaf64a91a0df156774ebb54fcd3c6c180603de694802f4cc24e66b697cf0476cfff8e67243b6a766bd0fdf366d99f30499cb1ff16b9b0ac SHA512 e696c5e7f1dac0bd088fd0b4140fd531e027c185b49b663f3e1e7296a36b31425d4d65f126ee99aa6a42c2c12cc660ccbf0e120ea08960c926a72f7c6b772d26
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.63.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.63.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.63.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}