summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:12:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:12:10 +0200
commit913585d7ce6bc223c0a4f34624cf53aaa518e02e (patch)
tree808fcf5255a2c2d99fbe2cf03c1f29655f063cf9 /kde-frameworks/syntax-highlighting
parent00aa234d54dac864b8a90f8ab14cfa978673878c (diff)
downloadkde-913585d7ce6bc223c0a4f34624cf53aaa518e02e.tar.gz
kde-913585d7ce6bc223c0a4f34624cf53aaa518e02e.tar.bz2
kde-913585d7ce6bc223c0a4f34624cf53aaa518e02e.zip
kde-frameworks/syntax-highlighting: drop 6.7.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-6.7.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 c805d31fe80..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-6.7.0.tar.xz 3608988 BLAKE2B 422254bbab5825f42b4eb52276e4ca693a5284065c8c1983e0af1df95f99543583034f2a22e79ac22443838816ed0c81136d2067c09a54d3d066981a044a1b22 SHA512 764de790328c0fd6623740701ff3461f85c68e464b09ba63feb26cae8d33180e20a584589a9671662ef2cf8edb683b64cc4417edbb4a0663b7d34e54def5d697
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild
deleted file mode 100644
index 808fff1d984..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.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.6.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]
-"