summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:01 +0100
commit33b2d2937e9ffa1ed963932b53b8add3d428fc85 (patch)
tree8fbdfbd92278c264b9c528126edd0d0bc26c27c3 /kde-frameworks
parentkde-frameworks/sonnet: drop 5.100.0 (diff)
downloadgentoo-33b2d2937e9ffa1ed963932b53b8add3d428fc85.tar.gz
gentoo-33b2d2937e9ffa1ed963932b53b8add3d428fc85.tar.bz2
gentoo-33b2d2937e9ffa1ed963932b53b8add3d428fc85.zip
kde-frameworks/syntax-highlighting: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index ce7e2fc46eb5..d52b84ced957 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,3 +1,2 @@
-DIST syntax-highlighting-5.100.0.tar.xz 3366676 BLAKE2B d0cc449423374c0c83da39ce074fdecade0193e8e3a59462069f59da94fd1992bec16ebd4f870c9c3f14027032a78a59b3cc91a5754696e674719e28054bdd25 SHA512 bf2157b92371059c9cce18f9e2bf7a11b5a23ba20081529a933f0807865f58cfc272cd1d0c3da3968fefff795c6739b5181abca6b7569f4e36e230da286f02e5
DIST syntax-highlighting-5.101.0.tar.xz 3373540 BLAKE2B be5c5c34ee27e36426ab49fe999d3365c8d7c9f9dc0f8e34f9bfe5d3661f110ad6e30b55f485e324ad77aecb5c00f2a3b744bf284cd1e848961b17a885b037f5 SHA512 1adadd8ee4e933bcc4eaafe0bf252bf1dfc84ddcda4dc19fa53e7204a2f61e3d0417780519418944af1df26d10602ed7f067d6df9c390848b1235c65b9dd3703
DIST syntax-highlighting-5.99.0.tar.xz 2461708 BLAKE2B d0d98155da613e1d66ef51bcf75244be889c78b84b3dd20cd25296b0644ba2dda6e170b14dfa2db23e9d7a3adce7e6c1c13e1f544992d4c23e91e8750ecd85f2 SHA512 9974a4cdfe7611cd7dae5183f6baf4b65c842939fdcd00d264a3b2cc70f81896a3d2c64743f5955d153eb5ae0546e0bebee34cd4147915d1ad1e2fefec289a5e
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild
deleted file mode 100644
index 8f91935918d1..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild
+++ /dev/null
@@ -1,31 +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.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-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
- >=dev-qt/linguist-tools-${QTMIN}:5
-"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}