aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:53:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:53:10 +0200
commite70a9a293f570b3c68c46ad29d3787fe9e9c029b (patch)
tree168f4fc6ba60f0f001dcc251385e78e6217886ef /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: drop 5.84.0* (diff)
downloadkde-e70a9a293f570b3c68c46ad29d3787fe9e9c029b.tar.gz
kde-e70a9a293f570b3c68c46ad29d3787fe9e9c029b.tar.bz2
kde-e70a9a293f570b3c68c46ad29d3787fe9e9c029b.zip
kde-frameworks/syntax-highlighting: drop 5.84.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.84.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 4fc5308017..0000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.84.0.tar.xz 2328668 BLAKE2B e1df65b9897a391e2c0e33db7e48839a493b781d4904f16b4c6657603a79957fa21a08113afd386d036690754caf302127a721b9dfc71bd2dea36ef11564c6c1 SHA512 0eef420b8aa3917f28bfd64cbe046ebbfe34e9e537c7641666921d26931b3e5eab671b7b104857930fd35981f55bdce9d114b318b4bad2106479e1c3328b690b
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.84.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.84.0.ebuild
deleted file mode 100644
index 02499f839b..0000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.84.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}