summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:55 +0200
commite7ec8127e23b4e452dc05c7032b051dd977337d9 (patch)
tree9cb946180c4087c1f20d64e75b6dc08906a46da6 /kde-frameworks/syntax-highlighting
parent06b7d9972b4cc8cda915c62d9924de123aa14c8c (diff)
downloadkde-e7ec8127e23b4e452dc05c7032b051dd977337d9.tar.gz
kde-e7ec8127e23b4e452dc05c7032b051dd977337d9.tar.bz2
kde-e7ec8127e23b4e452dc05c7032b051dd977337d9.zip
kde-frameworks/syntax-highlighting: drop 5.81.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.81.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 41490a933e0..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.81.0.tar.xz 2281616 BLAKE2B 415ccb8602a9c46b26da2a0273581b8e742f79eb48d10fb604e87cbe24f3f7466c5da1bd00d6d7bd03a7a953c1d338d826908e17ed6d7fa3e54b86889174ecfc SHA512 ae8a0a75fffab6e050df298fab8c403c8b55885750177fa5e6c316091b927436b89f8385b7904420dbfbc8915d3dae89d290b01a5bd089d682dbcf10b4cbd7b5
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.0.ebuild
deleted file mode 100644
index 02499f839b9..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.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
-}