diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-03 18:12:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-03 18:12:55 +0200 |
commit | 4bcfdc222c2dea7ada8c411254c43336e0ff8057 (patch) | |
tree | 0b13882421395e9b98db602bddd8c248acc06501 /kde-frameworks | |
parent | kde-frameworks/knotifications: Drop 5.37.0 (r0) (diff) | |
download | gentoo-4bcfdc222c2dea7ada8c411254c43336e0ff8057.tar.gz gentoo-4bcfdc222c2dea7ada8c411254c43336e0ff8057.tar.bz2 gentoo-4bcfdc222c2dea7ada8c411254c43336e0ff8057.zip |
kde-frameworks/syntax-highlighting: Drop 5.37.0 (r0)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild deleted file mode 100644 index 018a2073a7d7..000000000000 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.37.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Framework for syntax highlighting" -LICENSE="LGPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="nls" - -RDEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtxmlpatterns) -" -DEPEND="${RDEPEND} - dev-lang/perl - nls? ( $(add_qt_dep linguist-tools) ) -" - -src_install() { - kde5_src_install - dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer -} |