kde-frameworks/syntax-highlighting: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:23:39 +02:00
parent 11066421a7
commit 58c3b0c873
2 changed files with 0 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
DIST syntax-highlighting-5.116.0.tar.xz 3432360 BLAKE2B 588924dfe0192d2538068e5b622ce2f8bec16d4203409dd99d7597024a4dfbcfefac070a022d48bb82717fb47dce9d8683405da818be7c624662b91656b0b86c SHA512 e8d0f424ad0349ef1a97fa6cb6a785ef9f2d20ca116b92ad4455bb87a61f868197cbb40e014a4eb0778aee12f40cf892af12717ebbd3545adf76afc05657d5a5
DIST syntax-highlighting-6.10.0.tar.xz 3622340 BLAKE2B f21c6fedf5d71aca43fccea8d7e01567a1d86c7a57c8c39e1f84a20fc2db9a39de9965aa80d106dccb3e6844d8371f91e4cb9d60434da8e84c96d50a458ee83c SHA512 c60f9da6b6ae74e6582d7440f65512b3047d804591e947ce314c823f98b9820bd54badb64cca20463b4b6e490b9a4f787866bb1b6a8c666ca1deaa0257d63ef1
DIST syntax-highlighting-6.13.0.tar.xz 3625012 BLAKE2B 531b8fc9fb37d6a568f471d5d05107645d13f56f828bab70a0aa0175a46167ea4a535ee7005a39b916b9f7ee9a329fe107b56039555336fbbeb6d81191bf53a4 SHA512 6ef280ef0f7b5d6fbd62b7c87c337c7e1afe9a34cc840f10dd9a4bd6e74a75cadb47823cc2871552aca21403c4c6b1b2f24e1bfd42ec5c40aa5f919119ff323a

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2025 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 ~loong ~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]
"