summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-05-15 12:19:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-15 12:19:51 +0200
commit14dc89a4a878ace2d9c219993a1faaeed822116e (patch)
tree70485664195402090208115834a0e2eef5877aa8 /kde-frameworks/syntax-highlighting
parentc50b3a923a49368d1e5b799334bfcb184e5ec682 (diff)
downloadkde-14dc89a4a878ace2d9c219993a1faaeed822116e.tar.gz
kde-14dc89a4a878ace2d9c219993a1faaeed822116e.tar.bz2
kde-14dc89a4a878ace2d9c219993a1faaeed822116e.zip
kde-frameworks/syntax-highlighting: drop 5.94.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.94.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 cad0e5526c5..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.94.0.tar.xz 2397668 BLAKE2B 29a1694c8c0f0a6735266ac08c720861994d7f6b3a67124384f4b5e71bf681ebb5eb9ea1e989c766fb5c3d2dd454dd5ef3e128ad4a90adf8943fdb0cad1927da SHA512 34e3ec926ae576e0366216c67ee73ef62c538e38369d664ca104951cf08a52848fd7b4d75e29ef23650259b113af727bf71837b6b6ced0f63d4264c0c903acb2
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.94.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.94.0.ebuild
deleted file mode 100644
index 751d494339f..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.94.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.3
-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
-}