summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 11:04:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 11:04:04 +0100
commita2c4f57670532707118e8618b0520cce5411fad2 (patch)
tree0b4754e45cbfacfdaa75df39091bb194497979d6 /kde-frameworks/syntax-highlighting
parent61e64c8d8ba1a037ceac436502fc9fc51fed571f (diff)
downloadkde-a2c4f57670532707118e8618b0520cce5411fad2.tar.gz
kde-a2c4f57670532707118e8618b0520cce5411fad2.tar.bz2
kde-a2c4f57670532707118e8618b0520cce5411fad2.zip
kde-frameworks/syntax-highlighting: drop 5.112.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.112.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 6fef2bba324..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.112.0.tar.xz 3432472 BLAKE2B 8c5f628444b6d777335d4f1920e60e853c6071a5106265ae40f3a500c0a96059ffb37015c524ccf5889035ed42b102ff74775e5f634937bf613fa8d143303b1d SHA512 485d2bf9c85cd67e9c08bd756f834b89268b18c933aed4a6b7153fc4fc8652be118c66858ed288c2679b8280f3eb69cf736edd0989984a7286b88e4a9e3e27cf
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild
deleted file mode 100644
index de5c22127e1..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.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
-}