summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 21:09:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 21:09:51 +0100
commit00b63d3575582468379bc046e558d7cd4ff3ca75 (patch)
treeee888482e7d2907ac7254d2371476a914a8274c8
parent6c80fcc1716da20997f26ea5c13a6748da41fe11 (diff)
downloadkde-00b63d3575582468379bc046e558d7cd4ff3ca75.tar.gz
kde-00b63d3575582468379bc046e558d7cd4ff3ca75.tar.bz2
kde-00b63d3575582468379bc046e558d7cd4ff3ca75.zip
kde-frameworks/syntax-highlighting: drop 6.10.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-6.10.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index aa6f0b7f073..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-6.10.0.tar.xz 3622340 BLAKE2B f21c6fedf5d71aca43fccea8d7e01567a1d86c7a57c8c39e1f84a20fc2db9a39de9965aa80d106dccb3e6844d8371f91e4cb9d60434da8e84c96d50a458ee83c SHA512 c60f9da6b6ae74e6582d7440f65512b3047d804591e947ce314c823f98b9820bd54badb64cca20463b4b6e490b9a4f787866bb1b6a8c666ca1deaa0257d63ef1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild
deleted file mode 100644
index 00557759f72..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# examples: dev-qt/qtbase[printsupport,widgets]
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,network]
- >=dev-qt/qtdeclarative-${QTMIN}:6
-"
-DEPEND="${RDEPEND}
- dev-libs/xerces-c
-"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/qttools-${QTMIN}:6[linguist]
-"