summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:47 +0200
commitafa1148fdb495a907e0c867193be9f7193541468 (patch)
treef1c0dd03acf1dafe29464a6f16139c9c9f0b145d /kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild
parentcfeb7675630658dad905c37cadf6187d4099de2c (diff)
downloadkde-afa1148fdb495a907e0c867193be9f7193541468.tar.gz
kde-afa1148fdb495a907e0c867193be9f7193541468.tar.bz2
kde-afa1148fdb495a907e0c867193be9f7193541468.zip
kde-frameworks/syntax-highlighting: drop 5.75.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild
deleted file mode 100644
index 352f17f8e6f..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.75.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-QTMIN=5.14.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
-}