summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-14 11:20:40 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-14 11:20:40 +0100
commit5c35a1ba7ee46870fd8d7e2a6c8dafee1f2a60d0 (patch)
tree83a914f7645a993b6e48bdbf00c8296ab51683a0 /kde-frameworks/syntax-highlighting
parentc83f229ad603779dd6cef0da61713c8e81c1e4a0 (diff)
downloadkde-5c35a1ba7ee46870fd8d7e2a6c8dafee1f2a60d0.tar.gz
kde-5c35a1ba7ee46870fd8d7e2a6c8dafee1f2a60d0.tar.bz2
kde-5c35a1ba7ee46870fd8d7e2a6c8dafee1f2a60d0.zip
kde-frameworks: Remove KDE Frameworks 5.30.0
Moved to gentoo main tree. Package-Manager: Portage-2.3.3, 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.30.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 52ce594ed90..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.30.0.tar.xz 974816 SHA256 a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746 SHA512 5e494bced095dce9cd10cfc55a628b7afc81279393f1b907e0a9d302aed87d5e659d231293d14b75c4564ec9dddada7824bd4e795405bf2f5642aa345b524480 WHIRLPOOL f2d1df0d09b2d96ac5dec4817b3a8f637879047afa1a598a60b2b94b457f39df72c20cea2ef42132b3d8e454a5ae8801829b091abc538b13c3e0fc4e48943235
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild
deleted file mode 100644
index cc84fb092d9..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 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 ~arm ~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
-}