summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 02:27:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 02:27:03 +0100
commit5d064660eda940769ff8efefc94961d7dca2ba61 (patch)
treeda1f97a2b8e67a5763ddbe824a42c4802879b26a /kde-frameworks/syntax-highlighting
parentkde-frameworks/syntax-highlighting: More bash/zsh syntax fixes (diff)
downloadgentoo-5d064660eda940769ff8efefc94961d7dca2ba61.tar.gz
gentoo-5d064660eda940769ff8efefc94961d7dca2ba61.tar.bz2
gentoo-5d064660eda940769ff8efefc94961d7dca2ba61.zip
kde-frameworks/syntax-highlighting: Drop 5.78.0-r1
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild
deleted file mode 100644
index 4dabf263ae74..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0-r1.ebuild
+++ /dev/null
@@ -1,33 +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}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.77.0-bash-zsh-fix.patch
-)
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}