summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-04 20:02:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-09 15:15:16 +0200
commit4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c (patch)
treedb34de4b7d4b79ed5ad91077ff9a2a4165b706f0 /kde-frameworks/syntax-highlighting
parentkde-frameworks/extra-cmake-modules: 5.34.0 arm,hppa,ppc,ppc64 stable (diff)
downloadgentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.gz
gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.bz2
gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.zip
kde-frameworks: Drop KDE Frameworks 5.29.0
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.29.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index e891c9e15154..73ed62e0b07d 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,2 +1 @@
-DIST syntax-highlighting-5.29.0.tar.xz 883920 SHA256 cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839 SHA512 c01e1d53a37410e72342a545ecc30606a6dac98f991786f49bd8600ba4bc92a23c13b69088b30ad015e16380ae1c699467bacb21f86b75b7201f39895f2d4a5c WHIRLPOOL 8b37878b357bdbd9a999c6c0d5641697523666e350867e7d79b2313dafe233bd883fb3d439e3379874edd9d1ca36c42e11958fd20484405b56c234bf63960a99
DIST syntax-highlighting-5.34.0.tar.xz 983976 SHA256 884b266cfcec466d7f86053c7bcefccf27b256651ad123656939c9bfe9e2ce67 SHA512 e07775551f416ac02ce431c2eafe451dd9aaee53f486b1c99a4021dc53ad28bd89f24649ae2db96268d52ee3e0805ccf46a7b65a67c232659381600286ed4786 WHIRLPOOL 84485a607a50e717bde04d6183887f55519d1800890ca90994f6bef0fb1e7cc0eba428eaefbf7247650e3c5ac73b82ba2fd7acc1ec0185f82a7558fb9646425b
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 c5113323eb29..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.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=""
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-DEPEND="${RDEPEND}
- $(add_qt_dep linguist-tools)
- dev-lang/perl
-"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
-}