summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 21:28:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 21:33:38 +0200
commitc3ddc6cd65a49c483277c23a94a276403fcdf413 (patch)
tree59bb23bb1d112316dc747abf6d1a151ffaed8d93
parent5de57ea33780e970ff6464554e6615a90b323367 (diff)
downloadkde-c3ddc6cd65a49c483277c23a94a276403fcdf413.tar.gz
kde-c3ddc6cd65a49c483277c23a94a276403fcdf413.tar.bz2
kde-c3ddc6cd65a49c483277c23a94a276403fcdf413.zip
kde-frameworks/syntax-highlighting: drop 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 284b9780d32..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.116.0.tar.xz 3432360 BLAKE2B 588924dfe0192d2538068e5b622ce2f8bec16d4203409dd99d7597024a4dfbcfefac070a022d48bb82717fb47dce9d8683405da818be7c624662b91656b0b86c SHA512 e8d0f424ad0349ef1a97fa6cb6a785ef9f2d20ca116b92ad4455bb87a61f868197cbb40e014a4eb0778aee12f40cf892af12717ebbd3545adf76afc05657d5a5
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
deleted file mode 100644
index 5f772b6dfcc..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 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=""
-
-RDEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtxmlpatterns-${QTMIN}:5"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/linguist-tools-${QTMIN}:5
-"