summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 09:36:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 09:36:30 +0100
commitd7a2ffcc7fd21e8bc82361c828ee16932da4491c (patch)
tree6adc813fbe017c206c88823092548bb694684154 /kde-frameworks/syntax-highlighting
parent68dcd1d302481beed5e6a3b9bea7bf1934f0b779 (diff)
downloadkde-d7a2ffcc7fd21e8bc82361c828ee16932da4491c.tar.gz
kde-d7a2ffcc7fd21e8bc82361c828ee16932da4491c.tar.bz2
kde-d7a2ffcc7fd21e8bc82361c828ee16932da4491c.zip
kde-frameworks/syntax-highlighting: drop 5.104.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.104.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 04870bc831c..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.104.0.tar.xz 3390532 BLAKE2B 6a828ecc18fa47d81e7a936100600a2ae67381ecd0a327c7f62a9cca1cee8906eb693a97db708219460a3dd4a5358572f0ad86941ff641b51d099a0c994223ca SHA512 4d79046feb2e12d1799f37c2d2a8f7f91ac43e3e716cb302690d9edbb17242c0fd7d69a91e765e3210fd32480cd055c88545eb73605dfbf63958ea6da9822cd1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild
deleted file mode 100644
index 13b13eb12b6..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 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
-}