summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-12 20:48:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-12 20:48:51 +0200
commit2576397fe080f497ffbfc4090f1accdf5a797f78 (patch)
tree179dbb067fccc963243a1c57afb9006a4f529a41 /kde-frameworks/syntax-highlighting
parent3ed0dd5b0bdcb87a4a5a75f3d40de14ee54cf2af (diff)
downloadkde-2576397fe080f497ffbfc4090f1accdf5a797f78.tar.gz
kde-2576397fe080f497ffbfc4090f1accdf5a797f78.tar.bz2
kde-2576397fe080f497ffbfc4090f1accdf5a797f78.zip
kde-frameworks: Remove KDE Frameworks 5.35.0
Moved to Gentoo main repository. Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.35.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index f7bc785981f..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.35.0.tar.xz 987280 SHA256 3b91ee081d82f0636722bc326ccee3855a419709b6d9953aaaf62137e25a506e SHA512 c510441838a0041ce5a065d5f58cec4c7f25087e9af08573502e489f0b92364a857f7168a7921592a55bf472727d490326947c44c3c547c450255207c8367994 WHIRLPOOL f0d546257c4263e6cde70c181a3a0ca218aa88f68dc356929995f980e7714e96906cbcc053fc40c1bd28f49ede238af0218ee1fef9402577e460a5b427cfaff8
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.0.ebuild
deleted file mode 100644
index d8e1b700f08..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.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 ~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
-}