summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 23:56:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-16 00:26:58 +0100
commita2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa (patch)
tree269db84b543fb739181751554f5df18cc52db21f /kde-frameworks/syntax-highlighting
parentmedia-gfx/krita: Restrict tests (diff)
downloadgentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.gz
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.bz2
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.zip
kde-frameworks: Drop KDE Frameworks 5.39.0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
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.39.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 0cc99aa3e81c..2c26437cfae7 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,3 +1,2 @@
DIST syntax-highlighting-5.37.0.tar.xz 1050660 SHA256 e2d075482bc5409646db40374c6caa0b055276e1a5cd8e30065e9f4fd0baa6d0 SHA512 d49f62934283c07c1b6e8fad11b9fa469b21bb55f35ddbc6c28ab29bd79b7cba67a93d0b46abb8b3d86ee7ba7a90ea50a98553aac7bdfe396bc2b010611c24c2 WHIRLPOOL a2cf1c91e69bf028c5b96e4d6121e532d40cca0ba61be7fd5cf16858fde87437fc145aab6ae2c5eedc1559157bd9443f2cd2f4d6cb814adc1e195033bb2013b5
-DIST syntax-highlighting-5.39.0.tar.xz 1108408 SHA256 acfd79f8d53269bae1d4876c737605f0e20c31d9453444fa98b8e296e06c1a2d SHA512 d7b011950541754b840fe87b82139f3c36b2f582db53ff0b7e2b44c31f6111b5063c77e822dbd4f216761e4e9d556257f7d8954d507541475073bad1fdb3e976 WHIRLPOOL 387367a7ced9a5ce6a4b52d1ebc4bac4405da0266616080fcf914e093da96b7cee00601d0cc6ad4b72db3f42d9fe75ce0a0b46152bcaea09172b4a446f1eb55c
DIST syntax-highlighting-5.40.0.tar.xz 1108400 SHA256 148dd0d3d091ad5ee352cc528f494a375d89d2812ff31b08c735e0929a358075 SHA512 4e7868ae64e18b7734d7d5b778187951ae01fdd2d2dfaa1a78f8d9c0b9d5c435e30f4bc333dac3ed18f864f3458991144e870bd6a2c5b17c8ee49b61a82c0ccb WHIRLPOOL bfaec46a1f00d82eedde9cc0bdf288f1af7bde68155572e69e17965a0884b7467cc7fa273abf37a4eed85b2e6fa0603d47f3473754098789af7e7129f92c4fe0
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.39.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.39.0.ebuild
deleted file mode 100644
index a4de123cab8b..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.39.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 ~arm64 ~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}"/bin/katehighlightingindexer
-}