aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 21:48:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 21:48:00 +0200
commit16cadfc405073d6e312fdafc3697488e5c505479 (patch)
treee7a52e9a0abdbb5d1e0be885d18e4c0d4f1c542d /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: drop 6.1.0 (diff)
downloadkde-16cadfc405073d6e312fdafc3697488e5c505479.tar.gz
kde-16cadfc405073d6e312fdafc3697488e5c505479.tar.bz2
kde-16cadfc405073d6e312fdafc3697488e5c505479.zip
kde-frameworks/syntax-highlighting: drop 6.1.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.1.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 6f0a7b9031..0000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-6.1.0.tar.xz 3533272 BLAKE2B c88fdd05a966c6990ea752dfbd8200191b798145695d11ce223bc6ac36e5b5160844d7cd959ec886a4b9e8c383f18016d2dacc3d24dec33a85dcfcafb67bcfb2 SHA512 1aebf4507461aca80f5248cbce3311ca5a000b0d5e1f214ca877fd184a9380ac7646fab999901e230717a90047c90a66e8eedb35c224883474e20554b6931690
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.0.ebuild
deleted file mode 100644
index 059677d776..0000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.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"
-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]
-"