summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-12 18:28:55 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-12 18:28:55 +0100
commit16b65d734ba2bff9b939c243566edeca00b5551a (patch)
tree5477953fda90225c54fd8443abd2639cb3338399 /kde-frameworks/syntax-highlighting
parent5a5f6021d9796d5dda4dc3994e0de0307000c469 (diff)
downloadkde-16b65d734ba2bff9b939c243566edeca00b5551a.tar.gz
kde-16b65d734ba2bff9b939c243566edeca00b5551a.tar.bz2
kde-16b65d734ba2bff9b939c243566edeca00b5551a.zip
kde-frameworks: Remove KDE Frameoworks 5.29.0
Moved to gentoo main tree. Package-Manager: portage-2.3.3
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.29.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 4cc7d912277..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.29.0.tar.xz 883920 SHA256 cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839 SHA512 c01e1d53a37410e72342a545ecc30606a6dac98f991786f49bd8600ba4bc92a23c13b69088b30ad015e16380ae1c699467bacb21f86b75b7201f39895f2d4a5c WHIRLPOOL 8b37878b357bdbd9a999c6c0d5641697523666e350867e7d79b2313dafe233bd883fb3d439e3379874edd9d1ca36c42e11958fd20484405b56c234bf63960a99
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild
deleted file mode 100644
index f79d6edb213..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-DEPEND="${RDEPEND}
- dev-lang/perl
- test? ( $(add_qt_dep qtwidgets) )
-"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
-}