summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-12 18:49:43 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-12 18:49:43 +0100
commite3d1b615a3a418da44c76afbdb8456a9f794b2e6 (patch)
tree2034a1caebea2e7d9cb5480156c3f95577436ce4 /kde-frameworks/syntax-highlighting
parentprofiles: Move prison to stable use mask (diff)
downloadgentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.gz
gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.bz2
gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.zip
kde-frameworks: Remove KDE Frameworks 5.28.0
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.28.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 449e11fada0e..4cc7d912277b 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,2 +1 @@
-DIST syntax-highlighting-5.28.0.tar.xz 883872 SHA256 be3d4f730e8bfde843de393eeb6bd4842a052f0c438455de325b3d3269a3c13d SHA512 ea57e42341085da5dac061965f8ec843bb739af23c6a04ef1d97853c402499605b0cb5d6011f2379fa41d0878226f1477a1980d3bd385dc694624d0ffe9132d1 WHIRLPOOL 4ebf0459ce2ddb9ca7238328515b09d448cfa2fe28fd594cbfb8a782517224755e277e78c428fda9be5b3daa6aa2f4930b9ef120338ff00a3d6f89ee6debc039
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.28.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.28.0.ebuild
deleted file mode 100644
index f79d6edb2135..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.28.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
-}