summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 22:04:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 22:04:37 +0200
commit0d354b708d6fee4dd7b27c9707e4eb01f80c70e2 (patch)
treeb7441ebdeb2f3dba7aaee35e345a4469312a523e /kde-frameworks/syntax-highlighting
parentf5c753b5438e5cedcbdef1cb747877e5e2897c05 (diff)
downloadkde-0d354b708d6fee4dd7b27c9707e4eb01f80c70e2.tar.gz
kde-0d354b708d6fee4dd7b27c9707e4eb01f80c70e2.tar.bz2
kde-0d354b708d6fee4dd7b27c9707e4eb01f80c70e2.zip
kde-frameworks/syntax-highlighting: drop 5.111.0
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.111.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 4d028f4d2f0..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.111.0.tar.xz 3432472 BLAKE2B 3d7c225d1b42f880f09aa819f0d67fc7c209ad0849fdffe00fde1b33ba0ec776c768b67d4c4821282a75e5b13d27d5304ec55863a5040549aa00b8b8148b5b35 SHA512 9724fbe6d3c3b4fff3bc3ce9354c49f76f25dfcd9b01d75bc5d8dbc5ef68cbf5b982190f0a305360c99f7df0316eb43cc8d45df21f48f3d4ca5b712aaec5d634
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.111.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.111.0.ebuild
deleted file mode 100644
index de5c22127e1..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.111.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/linguist-tools-${QTMIN}:5
-"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}