diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 17:12:31 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 17:12:31 +0100 |
| commit | 66d962c521ee4f1cdfb1b8a056ad854e4e40b3bc (patch) | |
| tree | 88182f57ea3792e257d5949eec9045bff3070042 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.80.0.ebuild | |
| parent | 87d4b482b17ea4a71d4f115f3970ba5f9bcffcca (diff) | |
| download | kde-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/syntax-highlighting-5.80.0.ebuild')
| -rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-5.80.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
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 -} |
