summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:31 +0100
commit66d962c521ee4f1cdfb1b8a056ad854e4e40b3bc (patch)
tree88182f57ea3792e257d5949eec9045bff3070042 /kde-frameworks/syntax-highlighting
parent87d4b482b17ea4a71d4f115f3970ba5f9bcffcca (diff)
downloadkde-66d962c521ee4f1cdfb1b8a056ad854e4e40b3bc.tar.gz
kde-66d962c521ee4f1cdfb1b8a056ad854e4e40b3bc.tar.bz2
kde-66d962c521ee4f1cdfb1b8a056ad854e4e40b3bc.zip
kde-frameworks/syntax-highlighting: drop 5.80.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.80.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 ce0ddcb615f..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.80.0.tar.xz 2272788 BLAKE2B 45a116be75f998cb9a9cbf378418d030135eff1d1d3eb21932b202f22495fcbaa67f133dc1ae55bbcac24725cca847a2dbd880a5f5c1e39aa318a5b342365c22 SHA512 f24fb943f095b44092f62eca2a52f4b0f9ad0ce705bb0b0f8a17a9e3cda7a9892794218119e77cbc376d48ebb336904f862dbdd2715d932e7bc1c197dcbfba29
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.80.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.80.0.ebuild
deleted file mode 100644
index 02499f839b9..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.80.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
-}