summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-21 23:57:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-22 20:54:36 +0200
commit2b0bc18c44c79527205b4f9cf7ec90942fdf931d (patch)
treebd86ca44f6493e660eea6e8be00956f34414fbae /kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild
parentd9582d594cb5ce299f0b24d553f6709fc085499e (diff)
downloadkde-2b0bc18c44c79527205b4f9cf7ec90942fdf931d.tar.gz
kde-2b0bc18c44c79527205b4f9cf7ec90942fdf931d.tar.bz2
kde-2b0bc18c44c79527205b4f9cf7ec90942fdf931d.zip
kde-frameworks/syntax-highlighting: drop 5.239.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.ebuild
deleted file mode 100644
index 70defcaa7bf..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.239.9999.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=""
-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
-"