summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 14:35:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 14:35:28 +0200
commit318339984d231de9df09eb6e8e4a69e5c5cbeed3 (patch)
tree2c289761b7e89f2e2637f9bb88fd8b7e410dc9e2 /kde-frameworks/syntax-highlighting
parente449d2b48cc019ec64dc34d2417c3e965569f474 (diff)
downloadkde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.tar.gz
kde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.tar.bz2
kde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.zip
kde-frameworks: Drop KDE Frameworks 5.57.0
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
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.57.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 bbfb4a7aa29..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.57.0.tar.xz 1445868 BLAKE2B 3fd1699bd9b83baa5aaf302f7a5f77f4aab1394dcf73aba63e345dfee59ed9849b3d7ac224b3afc607888b22a3f6cd7c98e0552fbf1a6847180072eaa7966414 SHA512 d1f055dc5a21cbaef8d7beb235bb86e9b8735bbcbe68ffdeae56b0fe1152c2f8625dd0371fc3eb213950a3a404b5454fcafd8c7465a5fdfbdf3a4f00168aff1c
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.57.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.57.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.57.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
-}