summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 10:22:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 10:22:44 +0200
commitecdc4ad235e7a5868fa29b05646844844a995023 (patch)
treeb58e1b7eda715c801ba1f1bc8273e8da6f1bb339 /kde-frameworks/syntax-highlighting
parentafe02e8d47549abff138148d054d4bf63621461f (diff)
downloadkde-ecdc4ad235e7a5868fa29b05646844844a995023.tar.gz
kde-ecdc4ad235e7a5868fa29b05646844844a995023.tar.bz2
kde-ecdc4ad235e7a5868fa29b05646844844a995023.zip
kde-frameworks: Drop KDE Frameworks 5.61.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index c9f836ee234..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.61.0.tar.xz 1487804 BLAKE2B bdb8d176a6cfb7429c248e57a039124331bc10cd230db71656d456cbef382d3366d046b6bddaca1425f8be04749f21a53611857568ce927e55d0f60f4ef8a4be SHA512 7949116ab4167016dc1ba68f0485351fcb26b1b8397ff94a77d90afe63046aa106ac7b3fec131d0a133edce326002598218dd2cffe773fbf6244d2d04354acc4
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.61.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}