summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 08:34:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 08:34:39 +0200
commit063322667c588f982c3fbc66d74ff50a31f53b3c (patch)
tree4a499716e019033998f2d0b4230fd28878ca084b /kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild
parenta1c3b6d9b3d632a8b818cf959b8af11f527020c9 (diff)
downloadkde-063322667c588f982c3fbc66d74ff50a31f53b3c.tar.gz
kde-063322667c588f982c3fbc66d74ff50a31f53b3c.tar.bz2
kde-063322667c588f982c3fbc66d74ff50a31f53b3c.zip
kde-frameworks/syntax-highlighting: drop 5.87.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild
deleted file mode 100644
index 094222310b9..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.87.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="nls"
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-lang/perl
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}