aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-09 23:38:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-04-09 23:38:15 +0200
commit5b1c53d8b868d2ae234b4a52842dfc4616db25bf (patch)
tree512c9f0fec4bcc7a864dfd0bdfc81af7fde1b2cb /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: drop 5.93.0* (diff)
downloadkde-5b1c53d8b868d2ae234b4a52842dfc4616db25bf.tar.gz
kde-5b1c53d8b868d2ae234b4a52842dfc4616db25bf.tar.bz2
kde-5b1c53d8b868d2ae234b4a52842dfc4616db25bf.zip
kde-frameworks/syntax-highlighting: drop 5.93.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-5.93.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index ec7376f2bc..0000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.93.0.tar.xz 2397296 BLAKE2B 2d6909030bc2be6189b3ef95beaae9699aac504051aa940afbb609dd68062f54fb35b4799330dc562643ceca1148221b28a558d3ece574f85bbd0b892eef199f SHA512 6721f25216d946a63335ebac4c19cff7eed7ce9e6f68c9406be2045bc5db56cf9f9c9ed16b4878fd654c96aa78f374b32a61e583febd020a2a0fd46fc879d157
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.93.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.93.0.ebuild
deleted file mode 100644
index 437ce41a33..0000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.93.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 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
-}