summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 11:18:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 11:18:21 +0200
commitd7734cdd9d6a9e0aea05e91641e9022ab6a23b9d (patch)
tree8ef90eb94b92309c574080fecdf0313084704a6d /kde-frameworks/syntax-highlighting
parentb9120ba83cae0824bc5cdbdfc5c2393806733618 (diff)
downloadkde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.tar.gz
kde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.tar.bz2
kde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.zip
kde-frameworks: Drop KDE Frameworks 5.58
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.66, 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.58.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 e9c0d1124ff..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.58.0.tar.xz 1463544 BLAKE2B ceb2a930d88ed9bd017268d924cabfb90782d9c98e88d9f6563b4c9d1c3a5a1994451e94ca1aaa85a39b4c7412267e3571df475ddabc17690d113a4af6f57916 SHA512 a4b95a8ca9fcccf3fd5ea8d8a0d4a5b35712e69ce466bf28cf1f87831be6120c0bdb62b30fc14b1094cca7ad393fa8348ea1e0f13abc1a6cc742a521d4d7c350
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.58.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.58.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.58.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
-}