summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-09 15:25:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-09 15:25:38 +0100
commitbc0ec8c8d598c80aaf3bc4115fbefa5b54d9ed8a (patch)
treeb7b060e66b413e2a964e37aa5d66949a944a2c29 /kde-frameworks/syntax-highlighting
parent2d208f9ce3d0eb1c500285ca8e202cc2d3089fd4 (diff)
downloadkde-bc0ec8c8d598c80aaf3bc4115fbefa5b54d9ed8a.tar.gz
kde-bc0ec8c8d598c80aaf3bc4115fbefa5b54d9ed8a.tar.bz2
kde-bc0ec8c8d598c80aaf3bc4115fbefa5b54d9ed8a.zip
kde-frameworks: Drop KDE Frameworks 5.55.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.59, 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.55.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 54e619ebad8..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.55.0.tar.xz 1394064 BLAKE2B 0f09e175db6a9b005569940e30d547061ecf930104a0fb1f461481501f88590861f84d86bd02cac2c43f7216f30ebd4954c4e3337811673e4efe6de3622cd0bf SHA512 04f39b175982ca5f7c5bbb015cd7e42e5431f8d6130d9f3eaafc3decd58dbf23656d617d44cd422ddee1be2fc835bcc932a1abbbe7934bb220219db12355e782
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.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
-}