summaryrefslogtreecommitdiff
path: root/app-editors/kakoune/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/kakoune/files')
-rw-r--r--app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch15
-rw-r--r--app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch10
-rw-r--r--app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch (renamed from app-editors/kakoune/files/kakoune-2020.01.16-gcc-11.patch)0
3 files changed, 10 insertions, 15 deletions
diff --git a/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch b/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
deleted file mode 100644
index 726968e0e8c6..000000000000
--- a/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/rc/filetype/sh.kak b/rc/filetype/sh.kak
---- a/rc/filetype/sh.kak 2020-01-16 11:52:20.000000000 +0200
-+++ b/rc/filetype/sh.kak 2020-05-25 15:50:20.417809942 +0300
-@@ -2,6 +2,11 @@
- set-option buffer filetype sh
- }
-
-+hook global BufCreate .*\.ebuild %{
-+ set-option buffer filetype sh
-+}
-+
-+
- hook global WinSetOption filetype=sh %{
- require-module sh
- set-option window static_words %opt{sh_static_words}
diff --git a/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch b/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
new file mode 100644
index 000000000000..d7b9083a4281
--- /dev/null
+++ b/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
@@ -0,0 +1,10 @@
+diff --git a/rc/filetype/gentoo-linux.kak b/rc/filetype/gentoo-linux.kak
+new file mode 100644
+index 00000000..251dad16
+--- /dev/null
++++ b/rc/filetype/gentoo-linux.kak
+@@ -0,0 +1,4 @@
++# portage ebuild file
++hook global BufCreate .*\.ebuild %{
++ set-option buffer filetype sh
++}
diff --git a/app-editors/kakoune/files/kakoune-2020.01.16-gcc-11.patch b/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
index d558c49347c1..d558c49347c1 100644
--- a/app-editors/kakoune/files/kakoune-2020.01.16-gcc-11.patch
+++ b/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch