summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-13 20:42:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-13 21:00:02 +0100
commit2b59a7208d95413b8b4607564a319ed74e3c125e (patch)
tree452d5da4b825b22dbe3eb0e3f16bb084e783be21 /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: drop 5.87.0* (diff)
downloadgentoo-2b59a7208d95413b8b4607564a319ed74e3c125e.tar.gz
gentoo-2b59a7208d95413b8b4607564a319ed74e3c125e.tar.bz2
gentoo-2b59a7208d95413b8b4607564a319ed74e3c125e.zip
kde-frameworks/syntax-highlighting: drop 5.87.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.87.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 102a507e8124..8b3cc31525bd 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,3 +1,2 @@
DIST syntax-highlighting-5.85.0.tar.xz 2334784 BLAKE2B faaa2e57b4f5acc6b090e0ffebbeb70715dc164f634683b2d442017087aed630581ab5d91e04fd4591d28c3a6d7bbfff395a36af6ed3911de79a512c00fe1f3a SHA512 d01ef96ba4fc2c281918850adbc72239f60875a6c9f1c589286eaa4cb7a18be96e8b184f77e1a056ed17ece7d70338e4b6fd7cadf69a307e4a8bdc0ce6dc3d38
-DIST syntax-highlighting-5.87.0.tar.xz 2348100 BLAKE2B 10a73b32dde360f0bce4092152fc09d1f174d0ea6f5b602548d81daeebf0a0bbac19081654e10b25285897d1804d61e7764dfda8f34dd01df83c8c2882a0793e SHA512 c80c1fa6b33e2cc54e4098b875f09d9ee6658d76ad71602e602629b565402aaa70d2c6853fb12f4dff6ef94f84a16aad307e5d955aad75fa11b6c514a3eb96a6
DIST syntax-highlighting-5.88.0.tar.xz 2372812 BLAKE2B 260622a6ae7faf007e103d06570761d08c23eb6df11fe1d4241e4773b703ac87452f96bb9794e89df53e3c654761cafe2c4502342937fb3880a4bd2f5c2d1186 SHA512 1e1a294b382c7697bc89a27a32911770b4a4fce222e5bb2520cdd42a2792521df9592bd71b87918ed967b225d95cb95832e5325e721dc68cf3fa9b2d8edb396f
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 094222310b95..000000000000
--- 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
-}