diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-30 10:44:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-30 14:33:47 +0200 |
commit | f4db2bfc7b08084d871f00640d7742b8d2448a6e (patch) | |
tree | 819d1500dbaf8871905f8f1efaa5c5ff05d3f0da /kde-frameworks/syntax-highlighting | |
parent | kde-frameworks/sonnet: drop 5.115.0 (diff) | |
download | gentoo-f4db2bfc7b08084d871f00640d7742b8d2448a6e.tar.gz gentoo-f4db2bfc7b08084d871f00640d7742b8d2448a6e.tar.bz2 gentoo-f4db2bfc7b08084d871f00640d7742b8d2448a6e.zip |
kde-frameworks/syntax-highlighting: drop 5.115.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
3 files changed, 0 insertions, 114 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest index 347a25dd6b4e..03f923ca744c 100644 --- a/kde-frameworks/syntax-highlighting/Manifest +++ b/kde-frameworks/syntax-highlighting/Manifest @@ -1,3 +1,2 @@ -DIST syntax-highlighting-5.115.0.tar.xz 3432708 BLAKE2B 3ecfda27588509e5b791f3a78806c6fc3d898807157edef9e574c73f26069b1d92093d8c760da785cc9d769504a13f261c340fa4829857f37e158ade81a96dee SHA512 6a25a6c3be6258e956663065864ec177d05d91c817e79922ba599e45d4738813746a7c751c5043135d2c7255d341a60a6152e1d02ad90136e00a97ecb2ecd479 DIST syntax-highlighting-5.116.0.tar.xz 3432360 BLAKE2B 588924dfe0192d2538068e5b622ce2f8bec16d4203409dd99d7597024a4dfbcfefac070a022d48bb82717fb47dce9d8683405da818be7c624662b91656b0b86c SHA512 e8d0f424ad0349ef1a97fa6cb6a785ef9f2d20ca116b92ad4455bb87a61f868197cbb40e014a4eb0778aee12f40cf892af12717ebbd3545adf76afc05657d5a5 DIST syntax-highlighting-6.2.0.tar.xz 3531776 BLAKE2B e71c3b0203713aa4e5133f94f6b37bb1c04f1113b029f92ef88ba32c5fbd88f6d573dc7f137ab3ad3243cb03b31cb4f0f74cc2a5af30236cdf4344338fea6815 SHA512 4578d145bccbb269e0cf29b934b035d0dad8c22938e98c31a49e2982372d5ad66bd76c85794a5e1231ded7d6ba6399e487eb28e2aefb76867b0d2aa37e8f23af diff --git a/kde-frameworks/syntax-highlighting/files/syntax-highlighting-5.115.0-fix-tests.patch b/kde-frameworks/syntax-highlighting/files/syntax-highlighting-5.115.0-fix-tests.patch deleted file mode 100644 index 8ab49e752f2a..000000000000 --- a/kde-frameworks/syntax-highlighting/files/syntax-highlighting-5.115.0-fix-tests.patch +++ /dev/null @@ -1,85 +0,0 @@ -From aaede4eff4f9aa160be767c7b1aee0cf27cbb0e8 Mon Sep 17 00:00:00 2001 -From: Christoph Cullmann <cullmann@kde.org> -Date: Sun, 3 Mar 2024 18:01:38 +0100 -Subject: [PATCH] use (?:sub){0,2} to work with all pcre versions - ---- - autotests/html/highlight.ly.dark.html | 2 +- - autotests/html/highlight.ly.html | 2 +- - autotests/reference/highlight.ly.ref | 2 +- - data/syntax/lilypond.xml | 6 +++--- - 4 files changed, 6 insertions(+), 6 deletions(-) - -diff --git a/autotests/html/highlight.ly.dark.html b/autotests/html/highlight.ly.dark.html -index 8a8466174..441a16839 100644 ---- a/autotests/html/highlight.ly.dark.html -+++ b/autotests/html/highlight.ly.dark.html -@@ -15,7 +15,7 @@ - <span style="color:#7a7c7d;">%}</span> - - <span style="font-weight:bold;">\header {</span> -- title = <span style="color:#f44f4f;">"Katepart Lilypond syntax highlighting test file"</span> -+ <span style="color:#2980b9;">title</span> = <span style="color:#f44f4f;">"Katepart Lilypond syntax highlighting test file"</span> - <span style="color:#2980b9;">composer</span> = <span style="color:#7a7c7d;">%{"Wilbert Berendsen"%}</span> <span style="color:#f44f4f;">"Anonymus"</span> - <span style="color:#2980b9;">poet</span> = <span style="color:#f44f4f;">"The KDE team"</span> - <span style="color:#2980b9;">opus</span> = <span style="color:#f44f4f;">"1"</span> -diff --git a/autotests/html/highlight.ly.html b/autotests/html/highlight.ly.html -index 8bc714646..1081ed38c 100644 ---- a/autotests/html/highlight.ly.html -+++ b/autotests/html/highlight.ly.html -@@ -15,7 +15,7 @@ - <span style="color:#898887;">%}</span> - - <span style="font-weight:bold;">\header {</span> -- title = <span style="color:#bf0303;">"Katepart Lilypond syntax highlighting test file"</span> -+ <span style="color:#0057ae;">title</span> = <span style="color:#bf0303;">"Katepart Lilypond syntax highlighting test file"</span> - <span style="color:#0057ae;">composer</span> = <span style="color:#898887;">%{"Wilbert Berendsen"%}</span> <span style="color:#bf0303;">"Anonymus"</span> - <span style="color:#0057ae;">poet</span> = <span style="color:#bf0303;">"The KDE team"</span> - <span style="color:#0057ae;">opus</span> = <span style="color:#bf0303;">"1"</span> -diff --git a/autotests/reference/highlight.ly.ref b/autotests/reference/highlight.ly.ref -index f11654d43..9b7afdb3c 100644 ---- a/autotests/reference/highlight.ly.ref -+++ b/autotests/reference/highlight.ly.ref -@@ -9,7 +9,7 @@ - <Comment>%}</Comment><br/> - <Normal Text></Normal Text><br/> - <Keyword>\header {</Keyword><br/> --<Normal Text> title = </Normal Text><Quoted Text>"Katepart Lilypond syntax highlighting test file"</Quoted Text><br/> -+<Normal Text> </Normal Text><Variable>title</Variable><Normal Text> = </Normal Text><Quoted Text>"Katepart Lilypond syntax highlighting test file"</Quoted Text><br/> - <Normal Text> </Normal Text><Variable>composer</Variable><Normal Text> = </Normal Text><Comment>%{"Wilbert Berendsen"%}</Comment><Normal Text> </Normal Text><Quoted Text>"Anonymus"</Quoted Text><br/> - <Normal Text> </Normal Text><Variable>poet</Variable><Normal Text> = </Normal Text><Quoted Text>"The KDE team"</Quoted Text><br/> - <Normal Text> </Normal Text><Variable>opus</Variable><Normal Text> = </Normal Text><Quoted Text>"1"</Quoted Text><br/> -diff --git a/data/syntax/lilypond.xml b/data/syntax/lilypond.xml -index 58a4459db..1894d4063 100644 ---- a/data/syntax/lilypond.xml -+++ b/data/syntax/lilypond.xml -@@ -23,7 +23,7 @@ - <!ENTITY markupnotextargs "arrow-head|beam|char|(semi|sesqui|double)?(flat|sharp)|draw-(circle|line)|epsfile|eyeglasses|filled-box|fret-diagram(-terse|-verbose)?|fromproperty|harp-pedal|(justify|wordwrap)-(field|string)|left-brace|lookup|markalphabet|markletter|musicglyph|natural|note-by-number|note|null|path|right-brace|simple|(back)?slashed-digit|stencil|strut|tied-lyric|triangle|verbatim-file"> - <!ENTITY markupwithtextargs "markup|bold|(rounded-)?box|bracket|caps|(center|general|left|right)-align|circle|((center|dir|left|right)-)?column|combine|concat|dynamic|fill-line|finger|fontCaps|(abs-)?fontsize|fraction|halign|hbracket|hcenter-in|hcenter|hspace|huge|italic|justify|larger?|line|lower|magnify|medium|normal-size-(sub|super)|normal-text|normalsize|number|on-the-fly|override|pad-(around|markup|to-box|x)|page-ref|postscript|put-adjacent|raise|roman|rotate|sans|small(er)?|smallCaps|sub|super|teeny|text|tiny|translate(-scaled)?|transparent|typewriter|underline|upright|vcenter|whiteout|with-(color|dimensions|url)|wordwrap|(markup|column-|justified-|override-|wordwrap-)lines|wordwrap-(string-)?internal"> - <!ENTITY deprecatedmarkup "bigger|h?center"> -- <!ENTITY headervars "dedication|(sub){,2}title|poet|composer|meter|opus|arranger|instrument|piece|breakbefore|copyright|tagline|mutopia(title|composer|poet|opus|instrument)|date|enteredby|source|style|maintainer(Email|Web)?|moreInfo|lastupdated|texidoc|footer"> -+ <!ENTITY headervars "dedication|(?:sub){0,2}title|poet|composer|meter|opus|arranger|instrument|piece|breakbefore|copyright|tagline|mutopia(title|composer|poet|opus|instrument)|date|enteredby|source|style|maintainer(Email|Web)?|moreInfo|lastupdated|texidoc|footer"> - - <!-- The '-new' entities are for for LilyPond 2.13.4 and higher, and '-old' for LilyPond up to 2.12 --> - <!ENTITY paper-margin "(top|bottom|left|right)-margin|(foot|head)-separation|indent|short-indent|paper-(height|width)|horizontal-shift|line-width"> -@@ -56,7 +56,7 @@ - ]> - <language name="LilyPond" section="Other" - style="lilypond" indenter="lilypond" -- version="10" kateversion="5.0" -+ version="11" kateversion="5.0" - extensions="*.ly;*.LY;*.ily;*.ILY;*.lyi;*.LYI" - mimetype="text/x-lilypond" - author="Wilbert Berendsen (info@wilbertberendsen.nl)" license="LGPL"> -@@ -1076,7 +1076,7 @@ - <RegExpr String="("?)\b(?:&engravers00;|&engravers01;|&engravers02;|&engravers1;|&engravers2;)\b\1" attribute="Engraver"/> - <keyword String="layoutobjects" attribute="Layout Object"/> - <keyword String="properties" attribute="Property"/> -- <RegExpr String="\b(&headervars;|&papervars;|&layoutvars;)\b" attribute="Variable"/> -+ <RegExpr String="\b(?:&headervars;|&papervars;|&layoutvars;)\b" attribute="Variable"/> - <keyword String="deprecatedproperties" attribute="Deprecated Property"/> - <IncludeRules context="default"/> - </context> --- -GitLab - diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0-r1.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0-r1.ebuild deleted file mode 100644 index 93a2dfd1f115..000000000000 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.115.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for syntax highlighting" - -LICENSE="MIT" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 -" -DEPEND="${RDEPEND} - >=dev-qt/qtxmlpatterns-${QTMIN}:5" -BDEPEND=" - dev-lang/perl - >=dev-qt/linguist-tools-${QTMIN}:5 -" - -PATCHES=( "${FILESDIR}/${P}-fix-tests.patch" ) # bug 924756 |