summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-14 02:23:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-14 02:23:24 +0100
commit3c3309a79ad3fc010589230d854835d6194f04f1 (patch)
treef1d0828503f38c4dd82886b862f7c7bf7e4c904d /kde-frameworks
parentkde-frameworks/syntax-highlighting: Fix another bash/zsh syntax bug (diff)
downloadgentoo-3c3309a79ad3fc010589230d854835d6194f04f1.tar.gz
gentoo-3c3309a79ad3fc010589230d854835d6194f04f1.tar.bz2
gentoo-3c3309a79ad3fc010589230d854835d6194f04f1.zip
kde-frameworks/syntax-highlighting: Drop 5.78.0 (r0)
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild
deleted file mode 100644
index 85437ab254cb..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.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.1
-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
-}