summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 21:08:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 21:08:10 +0100
commit433995932aee01070b8788c4f8d9fc2c5515a688 (patch)
tree4e784f2b3dd39b436397fabd2881427d71dbe4bc /kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild
parent164692d9fda26c3bf96d44dfa7e94ded874ae7a5 (diff)
downloadkde-433995932aee01070b8788c4f8d9fc2c5515a688.tar.gz
kde-433995932aee01070b8788c4f8d9fc2c5515a688.tar.bz2
kde-433995932aee01070b8788c4f8d9fc2c5515a688.zip
kde-frameworks/syntax-highlighting: drop 5.115.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild
deleted file mode 100644
index 5f772b6dfcc..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 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
-"