summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 14:36:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 14:36:34 +0100
commite9115b34b79ef80d9f93d5f959136118be3d1027 (patch)
tree87b9e52f823bb2c4eeb7da3cb341d771b3ba8912 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
parente1c559a3d9f881267ae243c045d51a737d10742a (diff)
downloadkde-e9115b34b79ef80d9f93d5f959136118be3d1027.tar.gz
kde-e9115b34b79ef80d9f93d5f959136118be3d1027.tar.bz2
kde-e9115b34b79ef80d9f93d5f959136118be3d1027.zip
kde-frameworks/syntax-highlighting: drop 5.113.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
deleted file mode 100644
index c3791e968dc..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtxmlpatterns-${QTMIN}:5"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/linguist-tools-${QTMIN}:5
-"