summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.20.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 f22f1df5ae2..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-6.20.0.tar.xz 3767856 BLAKE2B 9cde29cc60dcf6a9c712eff4d1c11890a11f831fc8ecaa23508aa048b293d82c7dbdd6650115ae1fd83770ddda8caac101a5330ba593241464a7aca4b6c60569 SHA512 5afc22f4b851703f5c734130ada07b6f7053d2e48605e95dbfee68a1537c212c8a7479e916bff21dd97b4befb68a05cd4ffea469644c1e840ab1c3f518a2f9b8
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.20.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.20.0.ebuild
deleted file mode 100644
index f5986c1a676..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.20.0.ebuild
+++ /dev/null
@@ -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.8.1
-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]
-"