summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-14 00:39:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-14 00:42:30 +0200
commit1a9af7ea2cc2e367c02eed14969df526f927985f (patch)
treed7b0f38ff9b59c842e431d320f90dacf234af370 /kde-frameworks/syntax-highlighting
parent2f048c0678243f34e5af2f45a0429ce3cff5ab82 (diff)
downloadkde-1a9af7ea2cc2e367c02eed14969df526f927985f.tar.gz
kde-1a9af7ea2cc2e367c02eed14969df526f927985f.tar.bz2
kde-1a9af7ea2cc2e367c02eed14969df526f927985f.zip
kde-frameworks: Drop KDE Frameworks 5.71.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.100, Repoman-2.3.22 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.71.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index b5c0fa831dc..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.71.0.tar.xz 1611320 BLAKE2B 4790a9bbc956d1ad2b723cd34c67a9a9c7b5d3a8ad82b0f5f8fc385ff9f89dfce79e2e940f456b589b567c98debbc366d211da982bd8199c53604bc0a24d6592 SHA512 d2d79821172e59ced6de1053960d265c96cd08897cc638b6a64ea412364490b8857661a48b710bfb0906bbb2b9749cff867fbfc23767558fc26f9e9c535d8e17
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.71.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.71.0.ebuild
deleted file mode 100644
index 9e72dae4c24..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.71.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-QTMIN=5.14.1
-inherit ecm kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}