[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2024-04-20 Thread Michał Górny
commit: 158911870090cfa4d56b3aa6befb09112fe3f1d1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:42:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:42:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15891187

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 -
 app-vim/gentoo-syntax/gentoo-syntax-13.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 2cd9ebd5ee55..e9c74d9405d7 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-13.tar.bz2 20995 BLAKE2B 
90196be7b1f0bbbe8398f327cebe2bbbcffbf8db2e27debc321478911d2413de51ef29d3a94e936e1d92eb4d246237d66d4fa8742fd165e4043ceb2dd80beb9a
 SHA512 
c695dd8c80b551307381a4fb0656adc07321cf60f88e1888ce3a2080343d458a35bb4bda785e233fa4907534b35114c83b5d4b5e3f3bd02d0d6c2dd7ab7deda1
 DIST gentoo-syntax-14.tar.bz2 20988 BLAKE2B 
2f11628bec985ef486ad6f04b694df7a2b1e5ef34f5ddb364c7d9dea4a507d9bae4d8de6b00b33358cf651b4fc6816164f22f7760275a1fd0668b89927859cfb
 SHA512 
63914ffb1911d83fa8991a901f9a23ccfc30f0170a6a730cb02919f4adf0ad34c70f4457e006b1c08a004448c6b9e85d97634a8ed8fdf0b4f98ef9fd804eef00

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
deleted file mode 100644
index f6ee8664a8b8..
--- a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2024-04-20 Thread Michał Górny
commit: 7b5296f2dd6b1e939f82302cabb97db20769fe77
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:42:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:42:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5296f2

app-vim/gentoo-syntax: Stabilize 14 ALLARCHES, #930277

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild
index fae057eb2f06..f6ee8664a8b8 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2024-03-29 Thread Michał Górny
commit: 7f1d4dcf85b578d7dbeb6b038252db47a2c2be26
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 29 14:16:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 29 14:28:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1d4dcf

app-vim/gentoo-syntax: Bump to 14

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 +
 app-vim/gentoo-syntax/gentoo-syntax-14.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 8f31af34e7dd..2cd9ebd5ee55 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-13.tar.bz2 20995 BLAKE2B 
90196be7b1f0bbbe8398f327cebe2bbbcffbf8db2e27debc321478911d2413de51ef29d3a94e936e1d92eb4d246237d66d4fa8742fd165e4043ceb2dd80beb9a
 SHA512 
c695dd8c80b551307381a4fb0656adc07321cf60f88e1888ce3a2080343d458a35bb4bda785e233fa4907534b35114c83b5d4b5e3f3bd02d0d6c2dd7ab7deda1
+DIST gentoo-syntax-14.tar.bz2 20988 BLAKE2B 
2f11628bec985ef486ad6f04b694df7a2b1e5ef34f5ddb364c7d9dea4a507d9bae4d8de6b00b33358cf651b4fc6816164f22f7760275a1fd0668b89927859cfb
 SHA512 
63914ffb1911d83fa8991a901f9a23ccfc30f0170a6a730cb02919f4adf0ad34c70f4457e006b1c08a004448c6b9e85d97634a8ed8fdf0b4f98ef9fd804eef00

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild
new file mode 100644
index ..fae057eb2f06
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-14.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2024-01-24 Thread Michał Górny
commit: 50ff8a45ab1931ad2d1d78a9f504cbfe437a6e35
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 24 19:00:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 24 19:00:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ff8a45

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 -
 app-vim/gentoo-syntax/gentoo-syntax-12.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 735cc05e6444..8f31af34e7dd 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-12.tar.bz2 21022 BLAKE2B 
758993282ccc26384bb1fc761f2a07059d5e2e7038f56d48ec19ac82ddecb7cd1601fbdd4221e6b41b43281195d862c93d98c12c47d2d43f4a6cbb4784ae6b46
 SHA512 
07bc7102b3f687c53d8e46c5ca91c1d605239490f160c6db11c6d17ae95b94d34e9ac654b3c9935099382f39ba8b92ea373b09f86fc6452840d12f135820b2b3
 DIST gentoo-syntax-13.tar.bz2 20995 BLAKE2B 
90196be7b1f0bbbe8398f327cebe2bbbcffbf8db2e27debc321478911d2413de51ef29d3a94e936e1d92eb4d246237d66d4fa8742fd165e4043ceb2dd80beb9a
 SHA512 
c695dd8c80b551307381a4fb0656adc07321cf60f88e1888ce3a2080343d458a35bb4bda785e233fa4907534b35114c83b5d4b5e3f3bd02d0d6c2dd7ab7deda1

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
deleted file mode 100644
index 717484df959d..
--- a/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2024-01-24 Thread Michał Górny
commit: 8e42c233da647bbd614b2309a518fad65528957d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 24 18:58:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 24 18:58:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e42c233

app-vim/gentoo-syntax: Stabilize 13 ALLARCHES, #922831

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
index 8465cb7009c6..f6ee8664a8b8 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-12-27 Thread Michał Górny
commit: 18c35ad68e97345939dfbaa5957fbd1ca4e4233c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 27 15:58:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 27 15:58:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c35ad6

app-vim/gentoo-syntax: Bump to 13

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 +
 app-vim/gentoo-syntax/gentoo-syntax-13.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 4078c34fad78..735cc05e6444 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-12.tar.bz2 21022 BLAKE2B 
758993282ccc26384bb1fc761f2a07059d5e2e7038f56d48ec19ac82ddecb7cd1601fbdd4221e6b41b43281195d862c93d98c12c47d2d43f4a6cbb4784ae6b46
 SHA512 
07bc7102b3f687c53d8e46c5ca91c1d605239490f160c6db11c6d17ae95b94d34e9ac654b3c9935099382f39ba8b92ea373b09f86fc6452840d12f135820b2b3
+DIST gentoo-syntax-13.tar.bz2 20995 BLAKE2B 
90196be7b1f0bbbe8398f327cebe2bbbcffbf8db2e27debc321478911d2413de51ef29d3a94e936e1d92eb4d246237d66d4fa8742fd165e4043ceb2dd80beb9a
 SHA512 
c695dd8c80b551307381a4fb0656adc07321cf60f88e1888ce3a2080343d458a35bb4bda785e233fa4907534b35114c83b5d4b5e3f3bd02d0d6c2dd7ab7deda1

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
new file mode 100644
index ..8465cb7009c6
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-12-02 Thread Michał Górny
commit: 0eb5834eb69cab00407ec2834e6a4bd08c1e1f7f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 10:22:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 10:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb5834e

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 -
 app-vim/gentoo-syntax/gentoo-syntax-11.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index f32801e47ead..4078c34fad78 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-11.tar.bz2 20986 BLAKE2B 
dd4d4d3a65480a4600d9c1372fdb1db40c07d3a954232513a535cd9e7d59e5e89f185e32aa7bfe38909e1ef4b0e2639136478ba9ab7eb6ceedd9fdb459b08da2
 SHA512 
9c74b38880429e2e980e8f44b51ed5bc3bb1431d8429a7ac66574556e3ca01e909c445585da9152d78e38d23cc9a4c100bb81f56ea8c0b63291b8df0dca7b886
 DIST gentoo-syntax-12.tar.bz2 21022 BLAKE2B 
758993282ccc26384bb1fc761f2a07059d5e2e7038f56d48ec19ac82ddecb7cd1601fbdd4221e6b41b43281195d862c93d98c12c47d2d43f4a6cbb4784ae6b46
 SHA512 
07bc7102b3f687c53d8e46c5ca91c1d605239490f160c6db11c6d17ae95b94d34e9ac654b3c9935099382f39ba8b92ea373b09f86fc6452840d12f135820b2b3

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild
deleted file mode 100644
index 717484df959d..
--- a/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-12-02 Thread Michał Górny
commit: 5bb294b0939dad84f5bd187d0fd32ff0093ff820
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 10:23:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 10:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb294b0

app-vim/gentoo-syntax: Modernize -

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
index a5cb9329196a..7e46a0bf24aa 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit git-r3 vim-plugin
 
 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-syntax.git
-   https://github.com/gentoo/gentoo-syntax.git;
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax/;
+EGIT_REPO_URI="
+   https://anongit.gentoo.org/git/proj/gentoo-syntax.git
+   https://github.com/gentoo/gentoo-syntax.git
+"
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS=""
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-12-02 Thread Arthur Zamarin
commit: d9f244731553b8b52bafe904e988ccdd96ef5ddf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  2 10:13:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  2 10:13:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f24473

app-vim/gentoo-syntax: Stabilize 12 ALLARCHES, #919029

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
index 8465cb7009c6..717484df959d 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-11-02 Thread Michał Górny
commit: 3824dc89d7d98dee12013ae0422ec9fa51b55cc1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 12:59:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 12:59:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3824dc89

app-vim/gentoo-syntax: Bump to v12

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 +
 app-vim/gentoo-syntax/gentoo-syntax-12.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 381c57a23d59..f32801e47ead 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-11.tar.bz2 20986 BLAKE2B 
dd4d4d3a65480a4600d9c1372fdb1db40c07d3a954232513a535cd9e7d59e5e89f185e32aa7bfe38909e1ef4b0e2639136478ba9ab7eb6ceedd9fdb459b08da2
 SHA512 
9c74b38880429e2e980e8f44b51ed5bc3bb1431d8429a7ac66574556e3ca01e909c445585da9152d78e38d23cc9a4c100bb81f56ea8c0b63291b8df0dca7b886
+DIST gentoo-syntax-12.tar.bz2 21022 BLAKE2B 
758993282ccc26384bb1fc761f2a07059d5e2e7038f56d48ec19ac82ddecb7cd1601fbdd4221e6b41b43281195d862c93d98c12c47d2d43f4a6cbb4784ae6b46
 SHA512 
07bc7102b3f687c53d8e46c5ca91c1d605239490f160c6db11c6d17ae95b94d34e9ac654b3c9935099382f39ba8b92ea373b09f86fc6452840d12f135820b2b3

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
new file mode 100644
index ..8465cb7009c6
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-10-12 Thread Sam James
commit: 75efe0fd30eaa1c786d2c791ae4009089989435f
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 12 09:42:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 12 09:44:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75efe0fd

app-vim/gentoo-syntax: add gentoo upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-vim/gentoo-syntax/metadata.xml 
b/app-vim/gentoo-syntax/metadata.xml
index 12b3719f8726..d55db2445d1e 100644
--- a/app-vim/gentoo-syntax/metadata.xml
+++ b/app-vim/gentoo-syntax/metadata.xml
@@ -14,6 +14,7 @@
 Remove GLEP 31 (UTF-8 file encodings) 
settings
   
   
+proj/gentoo-syntax
 gentoo/gentoo-syntax
   
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-07-24 Thread Michał Górny
commit: 5b235204f12bc78e12405ef6cc069b2f46e07e9c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 10:48:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 10:48:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b235204

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 -
 app-vim/gentoo-syntax/gentoo-syntax-10.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index bc473cf08bc8..381c57a23d59 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-10.tar.bz2 20945 BLAKE2B 
7e081ae2d1498fc0b0616c750881c6f47cbae21d88d876c33d54bae0ff32f5eca44a004e31714fa4af0d351656c72df9e69f33ff0f97e6a2c59d835aacbd44a6
 SHA512 
790e24ac5427b50f1cd332b895e477bc9715a681cf8c21aaaff722151e6245b45fb33f49465258280eab6a903f3b0c8a8d40b935f44942b6b93f5c0d3c7c420a
 DIST gentoo-syntax-11.tar.bz2 20986 BLAKE2B 
dd4d4d3a65480a4600d9c1372fdb1db40c07d3a954232513a535cd9e7d59e5e89f185e32aa7bfe38909e1ef4b0e2639136478ba9ab7eb6ceedd9fdb459b08da2
 SHA512 
9c74b38880429e2e980e8f44b51ed5bc3bb1431d8429a7ac66574556e3ca01e909c445585da9152d78e38d23cc9a4c100bb81f56ea8c0b63291b8df0dca7b886

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
deleted file mode 100644
index 717484df959d..
--- a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-06-14 Thread Michał Górny
commit: a872a33b4fd28acd7982eec7b20cc52dee17b2e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 14 14:26:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 14 15:05:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a872a33b

app-vim/gentoo-syntax: Bump to v11

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 +
 app-vim/gentoo-syntax/gentoo-syntax-11.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 26031d0ca58f..bc473cf08bc8 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-10.tar.bz2 20945 BLAKE2B 
7e081ae2d1498fc0b0616c750881c6f47cbae21d88d876c33d54bae0ff32f5eca44a004e31714fa4af0d351656c72df9e69f33ff0f97e6a2c59d835aacbd44a6
 SHA512 
790e24ac5427b50f1cd332b895e477bc9715a681cf8c21aaaff722151e6245b45fb33f49465258280eab6a903f3b0c8a8d40b935f44942b6b93f5c0d3c7c420a
+DIST gentoo-syntax-11.tar.bz2 20986 BLAKE2B 
dd4d4d3a65480a4600d9c1372fdb1db40c07d3a954232513a535cd9e7d59e5e89f185e32aa7bfe38909e1ef4b0e2639136478ba9ab7eb6ceedd9fdb459b08da2
 SHA512 
9c74b38880429e2e980e8f44b51ed5bc3bb1431d8429a7ac66574556e3ca01e909c445585da9152d78e38d23cc9a4c100bb81f56ea8c0b63291b8df0dca7b886

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild
new file mode 100644
index ..8465cb7009c6
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-11.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-04-22 Thread Michał Górny
commit: ebd2958fc021b609a0ed50673860dc7746aae4cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 16:09:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:09:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd2958f

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 -
 app-vim/gentoo-syntax/gentoo-syntax-8.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 7a180364f47f..26031d0ca58f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
 DIST gentoo-syntax-10.tar.bz2 20945 BLAKE2B 
7e081ae2d1498fc0b0616c750881c6f47cbae21d88d876c33d54bae0ff32f5eca44a004e31714fa4af0d351656c72df9e69f33ff0f97e6a2c59d835aacbd44a6
 SHA512 
790e24ac5427b50f1cd332b895e477bc9715a681cf8c21aaaff722151e6245b45fb33f49465258280eab6a903f3b0c8a8d40b935f44942b6b93f5c0d3c7c420a
-DIST gentoo-syntax-8.tar.bz2 21280 BLAKE2B 
81854e79fe206fda53cd4566c9e761fbac321929bfbaa7adb042750df60646a9ff494fb623af1d6540722fd0bb37106fbb8e50a7f0f602989adff3d88a58f41e
 SHA512 
af3719dac995064861ba369786206433d92275d586e407f0d6b92f37cbb9f4b96a73b24193d21f59c6398cf51857f1292e4e2c647f0ee70d141db68c7db80b87

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
deleted file mode 100644
index 8505d4bfb08a..
--- a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-04-22 Thread Sam James
commit: 0eea5433209e03d1a4dfb5e55b6a0840f7ae8f41
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 10:53:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 10:53:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eea5433

app-vim/gentoo-syntax: Stabilize 10 ALLARCHES, #904816

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
index c560022b6db4..8505d4bfb08a 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-15 Thread Michał Górny
commit: 08c3360ba8548afdd4975aac981e71625479c6d9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 09:28:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 09:58:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c3360b

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  5 
 app-vim/gentoo-syntax/gentoo-syntax-4.ebuild | 42 
 app-vim/gentoo-syntax/gentoo-syntax-5.ebuild | 42 
 app-vim/gentoo-syntax/gentoo-syntax-6.ebuild | 42 
 app-vim/gentoo-syntax/gentoo-syntax-7.ebuild | 42 
 app-vim/gentoo-syntax/gentoo-syntax-9.ebuild | 42 
 6 files changed, 215 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 564a07c272f2..7a180364f47f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,7 +1,2 @@
 DIST gentoo-syntax-10.tar.bz2 20945 BLAKE2B 
7e081ae2d1498fc0b0616c750881c6f47cbae21d88d876c33d54bae0ff32f5eca44a004e31714fa4af0d351656c72df9e69f33ff0f97e6a2c59d835aacbd44a6
 SHA512 
790e24ac5427b50f1cd332b895e477bc9715a681cf8c21aaaff722151e6245b45fb33f49465258280eab6a903f3b0c8a8d40b935f44942b6b93f5c0d3c7c420a
-DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
-DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
-DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307
-DIST gentoo-syntax-7.tar.bz2 21068 BLAKE2B 
c8b171486922f617a036f8d766183cbf3193093ed3cb8a87e69505439eb6cbeadbf9878a2283cf4f36f16f92079b2c65e687713cb77ebd7230509dc55d4f2473
 SHA512 
4c4b81ab72cff9d48c4ccd6b563edcdf0863d2de3ed4a6b9dd657badc059f58baf4cfe88e89d1f9afc5a91f0ce9b0be44346c1a62d5d737f638efec4ec593e24
 DIST gentoo-syntax-8.tar.bz2 21280 BLAKE2B 
81854e79fe206fda53cd4566c9e761fbac321929bfbaa7adb042750df60646a9ff494fb623af1d6540722fd0bb37106fbb8e50a7f0f602989adff3d88a58f41e
 SHA512 
af3719dac995064861ba369786206433d92275d586e407f0d6b92f37cbb9f4b96a73b24193d21f59c6398cf51857f1292e4e2c647f0ee70d141db68c7db80b87
-DIST gentoo-syntax-9.tar.bz2 20901 BLAKE2B 
d510fdc3a0d06e1da4591f5a708f54a1892c3476e20cf16dc4d69d7583f284ef1fc1a25cdfbff81716f011eb61000e2b07a8adf61ef8f9cd2c961df47316bbb0
 SHA512 
c74af6fb29055a56937ded38e20ec4320c1c2c54af4f09e5225fa6fe3b59b95645470ccad0664bb0f44557a2baedff6ecea4b1042417f763f5e26cc06b0da61e

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
deleted file mode 100644
index 8505d4bfb08a..
--- a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
- 

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-15 Thread Sam James
commit: 1f7ec9f5da56d2c0188042b839e568be1f721aaf
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 15 09:27:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 15 09:27:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7ec9f5

app-vim/gentoo-syntax: Stabilize 8 ALLARCHES, #901293

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
index c560022b6db4..8505d4bfb08a 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-15 Thread Michał Górny
commit: 4313ad6cc6cec0e7a97f02776ecfc1ce3c99bbc9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 08:30:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 08:32:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4313ad6c

app-vim/gentoo-syntax: Bump to v10

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest|  1 +
 app-vim/gentoo-syntax/gentoo-syntax-10.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 508af9ec6d14..564a07c272f2 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,4 @@
+DIST gentoo-syntax-10.tar.bz2 20945 BLAKE2B 
7e081ae2d1498fc0b0616c750881c6f47cbae21d88d876c33d54bae0ff32f5eca44a004e31714fa4af0d351656c72df9e69f33ff0f97e6a2c59d835aacbd44a6
 SHA512 
790e24ac5427b50f1cd332b895e477bc9715a681cf8c21aaaff722151e6245b45fb33f49465258280eab6a903f3b0c8a8d40b935f44942b6b93f5c0d3c7c420a
 DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
 DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-11 Thread Michał Górny
commit: 50c4485115c3247708d25ad46205c027d9a4fe72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 20:43:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 20:43:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c44851

app-vim/gentoo-syntax: Bump to v9

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-9.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 4914ac338387..508af9ec6d14 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -3,3 +3,4 @@ DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36a
 DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307
 DIST gentoo-syntax-7.tar.bz2 21068 BLAKE2B 
c8b171486922f617a036f8d766183cbf3193093ed3cb8a87e69505439eb6cbeadbf9878a2283cf4f36f16f92079b2c65e687713cb77ebd7230509dc55d4f2473
 SHA512 
4c4b81ab72cff9d48c4ccd6b563edcdf0863d2de3ed4a6b9dd657badc059f58baf4cfe88e89d1f9afc5a91f0ce9b0be44346c1a62d5d737f638efec4ec593e24
 DIST gentoo-syntax-8.tar.bz2 21280 BLAKE2B 
81854e79fe206fda53cd4566c9e761fbac321929bfbaa7adb042750df60646a9ff494fb623af1d6540722fd0bb37106fbb8e50a7f0f602989adff3d88a58f41e
 SHA512 
af3719dac995064861ba369786206433d92275d586e407f0d6b92f37cbb9f4b96a73b24193d21f59c6398cf51857f1292e4e2c647f0ee70d141db68c7db80b87
+DIST gentoo-syntax-9.tar.bz2 20901 BLAKE2B 
d510fdc3a0d06e1da4591f5a708f54a1892c3476e20cf16dc4d69d7583f284ef1fc1a25cdfbff81716f011eb61000e2b07a8adf61ef8f9cd2c961df47316bbb0
 SHA512 
c74af6fb29055a56937ded38e20ec4320c1c2c54af4f09e5225fa6fe3b59b95645470ccad0664bb0f44557a2baedff6ecea4b1042417f763f5e26cc06b0da61e

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-9.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-9.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-9.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-08 Thread Michał Górny
commit: dba2d38ecc2e399474eb93439be2ff1dfb261d64
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:47:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2d38e

app-vim/gentoo-syntax: Bump to v8

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-8.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 283fd4197545..4914ac338387 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -2,3 +2,4 @@ DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e74043
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
 DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307
 DIST gentoo-syntax-7.tar.bz2 21068 BLAKE2B 
c8b171486922f617a036f8d766183cbf3193093ed3cb8a87e69505439eb6cbeadbf9878a2283cf4f36f16f92079b2c65e687713cb77ebd7230509dc55d4f2473
 SHA512 
4c4b81ab72cff9d48c4ccd6b563edcdf0863d2de3ed4a6b9dd657badc059f58baf4cfe88e89d1f9afc5a91f0ce9b0be44346c1a62d5d737f638efec4ec593e24
+DIST gentoo-syntax-8.tar.bz2 21280 BLAKE2B 
81854e79fe206fda53cd4566c9e761fbac321929bfbaa7adb042750df60646a9ff494fb623af1d6540722fd0bb37106fbb8e50a7f0f602989adff3d88a58f41e
 SHA512 
af3719dac995064861ba369786206433d92275d586e407f0d6b92f37cbb9f4b96a73b24193d21f59c6398cf51857f1292e4e2c647f0ee70d141db68c7db80b87

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-02-08 Thread Michał Górny
commit: ff623311a0517e01d2b0f602dcb89390172d05f9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  8 16:43:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  8 17:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff623311

app-vim/gentoo-syntax: Bump to v7

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-7.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 1328f77d40f2..283fd4197545 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,4 @@
 DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
 DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307
+DIST gentoo-syntax-7.tar.bz2 21068 BLAKE2B 
c8b171486922f617a036f8d766183cbf3193093ed3cb8a87e69505439eb6cbeadbf9878a2283cf4f36f16f92079b2c65e687713cb77ebd7230509dc55d4f2473
 SHA512 
4c4b81ab72cff9d48c4ccd6b563edcdf0863d2de3ed4a6b9dd657badc059f58baf4cfe88e89d1f9afc5a91f0ce9b0be44346c1a62d5d737f638efec4ec593e24

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-7.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-7.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-02-01 Thread Michał Górny
commit: 86600fb43e4b71204bb4847c6709d7e5e2890577
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 11:05:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 11:05:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86600fb4

app-vim/gentoo-syntax: Bump to v6

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-6.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 61325d895520..1328f77d40f2 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
+DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-6.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-6.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-02-01 Thread Michał Górny
commit: 299747c3bf9435268c38ab87363a778e943863fe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 10:49:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 10:53:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299747c3

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 -
 app-vim/gentoo-syntax/gentoo-syntax-2.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index ca6fab4f1d70..61325d895520 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,2 @@
-DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B 
fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604
 SHA512 
30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2
 DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
deleted file mode 100644
index 32090822e56f..
--- a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-01-31 Thread Arthur Zamarin
commit: 8dab8ad9d16a1e94d2a93ef0da0db70d011ed63a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb  1 06:42:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb  1 06:42:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dab8ad9

app-vim/gentoo-syntax: Stabilize 4 ALLARCHES, #892780

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
index 6a2bb2bc0937..8505d4bfb08a 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-01-31 Thread Michał Górny
commit: 3b07427720a337d57e6ed5126d6838294e6b9bb8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 05:04:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 05:04:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b074277

app-vim/gentoo-syntax: Bump to v5

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-5.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index cd0c2bea7926..ca6fab4f1d70 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B 
fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604
 SHA512 
30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2
 DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85
+DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-5.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-5.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-12-04 Thread Michał Górny
commit: 07daea7fea0495ce3f37929400d4b6deade15f70
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  4 14:49:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  4 15:34:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07daea7f

app-vim/gentoo-syntax: Bump to v4

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-4.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 5b1f5d4c507c..cd0c2bea7926 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B 
fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604
 SHA512 
30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2
+DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e7404389ccc5a47d9cf9ca2973a55666ce17607c72fbd15a9b167033bf0f7d1447817b9346d56e2ddbd48c2acbdfdcffa
 SHA512 
4aec2c40c4f582f697cc11ac73fe9301ce25bb38f240cc3c9e426247a4bd38fb83aa05407b65ac68313793735eafc71a3b1b55e0db4301941afe7c720a51bc85

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
new file mode 100644
index ..6a2bb2bc0937
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-07-26 Thread Michał Górny
commit: 637a70f3be97ad1c5c059e11eae976613527e2f8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 26 06:14:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 26 06:17:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637a70f3

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 -
 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 4323314ca39e..5b1f5d4c507c 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 
846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57
 SHA512 
1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
 DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B 
fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604
 SHA512 
30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
deleted file mode 100644
index e0439d327e3e..
--- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-05-07 Thread WANG Xuerui
commit: 1c896c13a76106052815709ffa58846724e38ae0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri May  6 03:59:09 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May  7 11:14:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c896c13

app-vim/gentoo-syntax: keyword 2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
index cc256f13f274..6a2bb2bc0937 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-05-02 Thread Michał Górny
commit: 6788cd2ffe4a0f17dadfe42246337b8d8875d82e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  2 19:08:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  2 19:08:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6788cd2f

app-vim/gentoo-syntax: Bump to v2

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index ee91cd5b0e90..4323314ca39e 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 
846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57
 SHA512 
1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
+DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B 
fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604
 SHA512 
30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
new file mode 100644
index ..cc256f13f274
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-04-27 Thread Michał Górny
commit: 0c87a5113d6bac5174b3885f61d8168dde2ededa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 27 11:34:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 27 12:27:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c87a511

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  2 -
 .../gentoo-syntax/gentoo-syntax-0.20211208.ebuild  | 44 --
 .../gentoo-syntax/gentoo-syntax-0.20220220.ebuild  | 44 --
 3 files changed, 90 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 33e8f637344c..ee91cd5b0e90 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
 DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 
846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57
 SHA512 
1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
-DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
-DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 
8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776
 SHA512 
4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
deleted file mode 100644
index 5676ffe9c190..
--- a/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-MY_P=${P/0.}
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
-S=${WORKDIR}/${MY_P}
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
deleted file mode 100644
index 3cc000eb8ff3..
--- a/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-MY_P=${P/0.}
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
-S=${WORKDIR}/${MY_P}
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-04-27 Thread Jakov Smolić
commit: 1a44f5c2176742231241a9123136b18c8fbcec20
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:20:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:20:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a44f5c2

app-vim/gentoo-syntax: Stabilize 1 ALLARCHES, #841281

Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
index cc256f13f274..e0439d327e3e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-24 Thread Michał Górny
commit: 031b17f949592f59569fd40ffe201d179f8374f4
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Feb 24 17:07:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 24 18:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031b17f9

app-vim/gentoo-syntax: remove MY_P from v1

MY_P variable has no effect with new tagging scheme, therefore it is no
longer necessary starting from version 1.

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/24334
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
index 3cc000eb8ff3..cc256f13f274 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
@@ -5,11 +5,9 @@ EAPI=7
 
 inherit vim-plugin
 
-MY_P=${P/0.}
 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
 HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
-S=${WORKDIR}/${MY_P}
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-23 Thread Michał Górny
commit: b986133661fa4633ba2c807d89091ec32c378587
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 23 16:26:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 23 17:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9861336

app-vim/gentoo-syntax: Bump to v1

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 48127840a21d..33e8f637344c 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
+DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 
846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57
 SHA512 
1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
 DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 
8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776
 SHA512 
4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
new file mode 100644
index ..3cc000eb8ff3
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_P=${P/0.}
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
+S=${WORKDIR}/${MY_P}
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-23 Thread Michał Górny
commit: 32c854a4f75b5d4c38f5b8f85dab84ceb612b664
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 23 15:52:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 23 17:03:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c854a4

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  2 --
 .../gentoo-syntax/gentoo-syntax-20220126.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-20220206.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 5fb727bf38ec..48127840a21d 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,4 +1,2 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
-DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d
-DIST gentoo-syntax-20220206.tar.bz2 19354 BLAKE2B 
e0eb286ec211d3cbdf9f5466b89cdd9483ee1ed66b282243d9638b60aeee1e01c1d9e8cb6d081998db9ec0e0e85ceabe4000a77c14e25e112d91d5a5ca15fcc9
 SHA512 
931bdcf2ccb8c98a1a547ecb0970af609b4f8d9f0040a6e389151a9cb3d16f227d45d00f49a760616f2f8e2e666b1cb56699e60f0f663bb5a5e6c8143a9fbe06
 DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 
8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776
 SHA512 
4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild
deleted file mode 100644
index cc256f13f274..
--- a/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild
deleted file mode 100644
index cc256f13f274..
--- a/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin 

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-23 Thread Michał Górny
commit: 1d61655f2a2c8e7c612b383af861c4b928bb922d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 23 16:24:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 23 17:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61655f

app-vim/gentoo-syntax: Reset version numbers

Signed-off-by: Michał Górny  gentoo.org>

 ...entoo-syntax-20211208.ebuild => gentoo-syntax-0.20211208.ebuild} | 6 --
 ...entoo-syntax-20220220.ebuild => gentoo-syntax-0.20220220.ebuild} | 4 +++-
 .../{gentoo-syntax-.ebuild => gentoo-syntax-.ebuild}| 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
similarity index 92%
rename from app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
rename to app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
index 9a1891798a14..5676ffe9c190 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit vim-plugin
 
+MY_P=${P/0.}
 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
 HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
+S=${WORKDIR}/${MY_P}
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
similarity index 95%
rename from app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
rename to app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
index cc256f13f274..3cc000eb8ff3 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
@@ -5,9 +5,11 @@ EAPI=7
 
 inherit vim-plugin
 
+MY_P=${P/0.}
 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
 HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2;
+S=${WORKDIR}/${MY_P}
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
similarity index 96%
rename from app-vim/gentoo-syntax/gentoo-syntax-.ebuild
rename to app-vim/gentoo-syntax/gentoo-syntax-.ebuild
index 84646c286bac..a5cb9329196a 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-20 Thread Michał Górny
commit: 9f667bf96013b2edac473db335c62e28590ab959
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 20 16:04:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 20 16:05:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f667bf9

app-vim/gentoo-syntax: Bump to 20220220

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20220220.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index c17f4e323256..5fb727bf38ec 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,4 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
 DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d
 DIST gentoo-syntax-20220206.tar.bz2 19354 BLAKE2B 
e0eb286ec211d3cbdf9f5466b89cdd9483ee1ed66b282243d9638b60aeee1e01c1d9e8cb6d081998db9ec0e0e85ceabe4000a77c14e25e112d91d5a5ca15fcc9
 SHA512 
931bdcf2ccb8c98a1a547ecb0970af609b4f8d9f0040a6e389151a9cb3d16f227d45d00f49a760616f2f8e2e666b1cb56699e60f0f663bb5a5e6c8143a9fbe06
+DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 
8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776
 SHA512 
4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
new file mode 100644
index ..cc256f13f274
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-06 Thread Michał Górny
commit: 2acc3f1aff42a3bfc02c91ce8432a336e5e7e12a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  6 12:00:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  6 15:34:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acc3f1a

app-vim/gentoo-syntax: Bump to 20220206

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20220206.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 0b32eea54552..e53aa1e493f7 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,4 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
 DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d
 DIST gentoo-syntax-20220203.tar.bz2 19323 BLAKE2B 
e9947e6deefcb6974ef97c0ad2057b9d5052907a3f30ebce6d59cbf69a7555c1f1466eb896ffc669dcc8ddd8719037f5bca7ecac2a5d9f3a299710086ada95b3
 SHA512 
749943ed2edec9ac8285a88d551bc18ff386b23981d4aa233a4206688d2e3903804f5ea92a4476c6bfc04641c1fc4952c6c4980b5059df80cb6fbccc5469040c
+DIST gentoo-syntax-20220206.tar.bz2 19354 BLAKE2B 
e0eb286ec211d3cbdf9f5466b89cdd9483ee1ed66b282243d9638b60aeee1e01c1d9e8cb6d081998db9ec0e0e85ceabe4000a77c14e25e112d91d5a5ca15fcc9
 SHA512 
931bdcf2ccb8c98a1a547ecb0970af609b4f8d9f0040a6e389151a9cb3d16f227d45d00f49a760616f2f8e2e666b1cb56699e60f0f663bb5a5e6c8143a9fbe06

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild
new file mode 100644
index ..cc256f13f274
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20220206.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-06 Thread Michał Górny
commit: 78837d1d71a2df216e0cdc586626c242774e84a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  6 12:00:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  6 15:34:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78837d1d

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20220203.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index e53aa1e493f7..c17f4e323256 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,4 +1,3 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
 DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d
-DIST gentoo-syntax-20220203.tar.bz2 19323 BLAKE2B 
e9947e6deefcb6974ef97c0ad2057b9d5052907a3f30ebce6d59cbf69a7555c1f1466eb896ffc669dcc8ddd8719037f5bca7ecac2a5d9f3a299710086ada95b3
 SHA512 
749943ed2edec9ac8285a88d551bc18ff386b23981d4aa233a4206688d2e3903804f5ea92a4476c6bfc04641c1fc4952c6c4980b5059df80cb6fbccc5469040c
 DIST gentoo-syntax-20220206.tar.bz2 19354 BLAKE2B 
e0eb286ec211d3cbdf9f5466b89cdd9483ee1ed66b282243d9638b60aeee1e01c1d9e8cb6d081998db9ec0e0e85ceabe4000a77c14e25e112d91d5a5ca15fcc9
 SHA512 
931bdcf2ccb8c98a1a547ecb0970af609b4f8d9f0040a6e389151a9cb3d16f227d45d00f49a760616f2f8e2e666b1cb56699e60f0f663bb5a5e6c8143a9fbe06

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild
deleted file mode 100644
index cc256f13f274..
--- a/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-02-03 Thread Michał Górny
commit: d1f8740326287105db2004f87eba30b791e6cdd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  3 08:37:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  3 08:37:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f87403

app-vim/gentoo-syntax: Bump to 20220203

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20220203.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 6948e9f4b72e..0b32eea54552 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
 DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d
+DIST gentoo-syntax-20220203.tar.bz2 19323 BLAKE2B 
e9947e6deefcb6974ef97c0ad2057b9d5052907a3f30ebce6d59cbf69a7555c1f1466eb896ffc669dcc8ddd8719037f5bca7ecac2a5d9f3a299710086ada95b3
 SHA512 
749943ed2edec9ac8285a88d551bc18ff386b23981d4aa233a4206688d2e3903804f5ea92a4476c6bfc04641c1fc4952c6c4980b5059df80cb6fbccc5469040c

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild
new file mode 100644
index ..cc256f13f274
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20220203.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2022-01-26 Thread Michał Górny
commit: a26d05024ae7aa3e8c3ed7cd669f360aaf0e9407
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 08:29:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 08:37:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26d0502

app-vim/gentoo-syntax: Bump to 20220126

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20220126.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 74e65232f2c7..6948e9f4b72e 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
+DIST gentoo-syntax-20220126.tar.bz2 19267 BLAKE2B 
c18f50e29f4aa75e4cc8d629b5086de3cef629b99454389bfe5eecbc61288e4344921360a2d64ea021be7f0269178e6348abf0d1481e0fc8b88e16a16fb73215
 SHA512 
bbedf2bf98eaf7b80abac2e6a66dcbba2f5024f1a4327535e5d956c4c034fa9be0395a36784a576caeaee81df27eb153687238388bfc2aeaf210498d8377c99d

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild
new file mode 100644
index ..cc256f13f274
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20220126.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-12-18 Thread Michał Górny
commit: e90cc54d92194feff24f31768771395961cdb862
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 13:42:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 15:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90cc54d

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  2 --
 .../gentoo-syntax/gentoo-syntax-20210911.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-2026.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 2df6027db528..74e65232f2c7 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
-DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c
-DIST gentoo-syntax-2026.tar.bz2 18849 BLAKE2B 
7d9ebe080d09dc604a0847285d1cda90d4d5538360bce122bba054b66e2be9afcd8fed7098664447e0f07adc1ae6c4feff08e48884995fbbe3abd925e5d7bf67
 SHA512 
ff13926998e6d5b530bdf7ab8a6427264980d194b13c16811cc6380b0aa4edc7445ffa157afe3c19b536bcd42208d85a36e92921b1c2c8c3e4c136295b00f770
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
deleted file mode 100644
index 9a1891798a14..
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
deleted file mode 100644
index 72f25ef766b6..
--- a/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if 

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-12-18 Thread Arthur Zamarin
commit: e0bad5aa86711e234add96e074244bcc79473c85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:36:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bad5aa

app-vim/gentoo-syntax: Stabilize 20211208 ALLARCHES, #829552

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
index 72f25ef766b6..9a1891798a14 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-12-08 Thread Michał Górny
commit: da7a57117b7d072880b01f0ed9e20ef402c6fb56
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  8 22:58:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  8 23:00:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7a5711

app-vim/gentoo-syntax: Bump to 20211208

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20211208.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 9b4aa5cd1208..2df6027db528 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c
 DIST gentoo-syntax-2026.tar.bz2 18849 BLAKE2B 
7d9ebe080d09dc604a0847285d1cda90d4d5538360bce122bba054b66e2be9afcd8fed7098664447e0f07adc1ae6c4feff08e48884995fbbe3abd925e5d7bf67
 SHA512 
ff13926998e6d5b530bdf7ab8a6427264980d194b13c16811cc6380b0aa4edc7445ffa157afe3c19b536bcd42208d85a36e92921b1c2c8c3e4c136295b00f770
+DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
new file mode 100644
index ..72f25ef766b6
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-11-16 Thread Michał Górny
commit: bc5cfe2adcbbbfd2217a6f7ccb849c389f8f4458
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 16 17:11:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 16 17:16:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5cfe2a

app-vim/gentoo-syntax: Bump to 2026

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-2026.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index e94ffd19d1f4..9b4aa5cd1208 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c
+DIST gentoo-syntax-2026.tar.bz2 18849 BLAKE2B 
7d9ebe080d09dc604a0847285d1cda90d4d5538360bce122bba054b66e2be9afcd8fed7098664447e0f07adc1ae6c4feff08e48884995fbbe3abd925e5d7bf67
 SHA512 
ff13926998e6d5b530bdf7ab8a6427264980d194b13c16811cc6380b0aa4edc7445ffa157afe3c19b536bcd42208d85a36e92921b1c2c8c3e4c136295b00f770

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
new file mode 100644
index ..72f25ef766b6
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-10-09 Thread Michał Górny
commit: b322539ae12545210b5889b15e23003ee736a5b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 19:30:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 19:31:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b322539a

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  3 --
 .../gentoo-syntax/gentoo-syntax-20210716.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-20210828.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-20210901.ebuild| 42 --
 4 files changed, 129 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 8192b2f72e1..e94ffd19d1f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,4 +1 @@
-DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e
-DIST gentoo-syntax-20210828.tar.bz2 18872 BLAKE2B 
bd3e152718b921aef8ce93e2d3e66d6195ab01801ea60987f62f9cb541fb726c2d552b6ec341943c1ca0e0cc1419c1cb75266e653b8bc958c8103855688f3d54
 SHA512 
e148c42b3e3281780d4f23ff1e464ba3c8404b3a4ba566a1a685c8364b6dd174830b489d5c7b561c3e30375fd9f510cfbf56d92f81c3f8fec8ab792ab48aa62a
-DIST gentoo-syntax-20210901.tar.bz2 18876 BLAKE2B 
ef3913d8e631903003f469a8500c24f751ab70c17b1718cb9cd06b1e81b2dc7c07ed686b03be1da05afd5c238b8fddf67d35a63e7f381176be9340371cdc5dc9
 SHA512 
40c4f8522ce90bb529fd1cb050d1dd50010547006e385827980559a9febaa78f6d29b4798f6580a0c00de32db21a5528a051c2906d9dec95b62b992ea4875afe
 DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
deleted file mode 100644
index 9a1891798a1..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild
deleted file mode 100644
index 72f25ef766b..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-  

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-10-09 Thread Sam James
commit: b8cd3c5c141c4a8948a40eb03e97cecd13fc3dbe
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  9 19:16:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  9 19:18:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cd3c5c

app-vim/gentoo-syntax: Stabilize 20210911 ALLARCHES, #817119

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
index 72f25ef766b..9a1891798a1 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-09-22 Thread Matt Turner
commit: 84b501fce1595bda6864aa0dceacfcebe877c91c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 23 00:14:36 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 23 01:07:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b501fc

app-vim/gentoo-syntax: Stabilize 20210716 hppa

Signed-off-by: Matt Turner  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
index d36c89efc9e..9a1891798a1 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-09-11 Thread Mike Gilbert
commit: d9a9231536e7be884c1a8cb3b276180cde3cc64d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 11 14:13:11 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 11 14:13:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a92315

app-vim/gentoo-syntax: add 20210911

Signed-off-by: Mike Gilbert  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20210911.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index e7a0493c614..8192b2f72e1 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,4 @@
 DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e
 DIST gentoo-syntax-20210828.tar.bz2 18872 BLAKE2B 
bd3e152718b921aef8ce93e2d3e66d6195ab01801ea60987f62f9cb541fb726c2d552b6ec341943c1ca0e0cc1419c1cb75266e653b8bc958c8103855688f3d54
 SHA512 
e148c42b3e3281780d4f23ff1e464ba3c8404b3a4ba566a1a685c8364b6dd174830b489d5c7b561c3e30375fd9f510cfbf56d92f81c3f8fec8ab792ab48aa62a
 DIST gentoo-syntax-20210901.tar.bz2 18876 BLAKE2B 
ef3913d8e631903003f469a8500c24f751ab70c17b1718cb9cd06b1e81b2dc7c07ed686b03be1da05afd5c238b8fddf67d35a63e7f381176be9340371cdc5dc9
 SHA512 
40c4f8522ce90bb529fd1cb050d1dd50010547006e385827980559a9febaa78f6d29b4798f6580a0c00de32db21a5528a051c2906d9dec95b62b992ea4875afe
+DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
new file mode 100644
index 000..72f25ef766b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-09-01 Thread Michał Górny
commit: 40c016ea3658637dd245d3099d5b21c9621fbd22
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  1 16:22:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  1 16:22:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c016ea

app-vim/gentoo-syntax: Bump to 20210901

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20210901.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index abf01dfad4f..e7a0493c614 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e
 DIST gentoo-syntax-20210828.tar.bz2 18872 BLAKE2B 
bd3e152718b921aef8ce93e2d3e66d6195ab01801ea60987f62f9cb541fb726c2d552b6ec341943c1ca0e0cc1419c1cb75266e653b8bc958c8103855688f3d54
 SHA512 
e148c42b3e3281780d4f23ff1e464ba3c8404b3a4ba566a1a685c8364b6dd174830b489d5c7b561c3e30375fd9f510cfbf56d92f81c3f8fec8ab792ab48aa62a
+DIST gentoo-syntax-20210901.tar.bz2 18876 BLAKE2B 
ef3913d8e631903003f469a8500c24f751ab70c17b1718cb9cd06b1e81b2dc7c07ed686b03be1da05afd5c238b8fddf67d35a63e7f381176be9340371cdc5dc9
 SHA512 
40c4f8522ce90bb529fd1cb050d1dd50010547006e385827980559a9febaa78f6d29b4798f6580a0c00de32db21a5528a051c2906d9dec95b62b992ea4875afe

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210901.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210901.ebuild
new file mode 100644
index 000..72f25ef766b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210901.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-08-28 Thread Michał Górny
commit: b10f18f30d4dc9372e114842bf8c032a25c7b94e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 28 11:04:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 28 11:05:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10f18f3

app-vim/gentoo-syntax: Bump to 20210828

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20210828.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 9d013fae80b..abf01dfad4f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e
+DIST gentoo-syntax-20210828.tar.bz2 18872 BLAKE2B 
bd3e152718b921aef8ce93e2d3e66d6195ab01801ea60987f62f9cb541fb726c2d552b6ec341943c1ca0e0cc1419c1cb75266e653b8bc958c8103855688f3d54
 SHA512 
e148c42b3e3281780d4f23ff1e464ba3c8404b3a4ba566a1a685c8364b6dd174830b489d5c7b561c3e30375fd9f510cfbf56d92f81c3f8fec8ab792ab48aa62a

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild
new file mode 100644
index 000..72f25ef766b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210828.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-08-16 Thread Michał Górny
commit: 90c8e40021c86d7ac4715c273e48e84682d58117
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 06:20:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 06:37:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c8e400

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20210428.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index db9e26b764a..9d013fae80b 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-20210428.tar.bz2 18737 BLAKE2B 
437bf954e2bca61e3f612761a056de3c248d8f1f7afd3d07fab01770b1ff6e0ed8adb7222a61683770f369392d2c6f52ec5594b946c9e7a69d1cc1f6033caa5b
 SHA512 
db64f53e0c6dd0c9b7fa9142422e4b24f037e9fb012235756443556a20a2bbce9c0b712a5375f482d3caf83760bc96239afc17a1a4f2ad89e9a6166063c6af68
 DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
deleted file mode 100644
index d36c89efc9e..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-08-16 Thread Michał Górny
commit: c72cc1b7d44b2940cf029a9e4a80e371fab9916b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 06:37:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 06:38:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72cc1b7

app-vim/gentoo-syntax: Sync the live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
index a0f5c7b0687..84646c286ba 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3 vim-plugin
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-08-15 Thread Agostino Sarubbo
commit: e926d5a228652aa8be7905a69a65072918d52b61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:12:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:12:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e926d5a2

app-vim/gentoo-syntax: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808519

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
index 72f25ef766b..d36c89efc9e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-07-16 Thread Michał Górny
commit: 9fd4df4d45cf72d153bd36aacbf333b42fc6c5f5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 15:31:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 15:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd4df4d

app-vim/gentoo-syntax: Bump to 20210716

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20210716.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 686b81778ce..db9e26b764a 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20210428.tar.bz2 18737 BLAKE2B 
437bf954e2bca61e3f612761a056de3c248d8f1f7afd3d07fab01770b1ff6e0ed8adb7222a61683770f369392d2c6f52ec5594b946c9e7a69d1cc1f6033caa5b
 SHA512 
db64f53e0c6dd0c9b7fa9142422e4b24f037e9fb012235756443556a20a2bbce9c0b712a5375f482d3caf83760bc96239afc17a1a4f2ad89e9a6166063c6af68
+DIST gentoo-syntax-20210716.tar.bz2 18872 BLAKE2B 
faef2f356331c8560cb8e8014ad1a32a299f94fe8d05be499955cb78f1537f85abe44864b782df34244c3e606443b2146bd58a55047b23d327a548a436e818dc
 SHA512 
f1a374fb5cf05563ea8cafa2209c9e8ba62bc072cac99202f486c3f7412cbb63432a33830e285ba706f8f73ee7f7bfd4e0b30bfad6feee1643e862b86495b82e

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
new file mode 100644
index 000..72f25ef766b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-07-03 Thread Michał Górny
commit: 4dff4e1b44c4d945c660a5db81109588815ac3d7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:18:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:21:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dff4e1b

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20201216.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index cc3516ccde7..686b81778ce 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-20201216.tar.bz2 18631 BLAKE2B 
9b68329ae2a64fba1d2a7a9fa6bb60b3a982dc2ebd5b84cf4d95052b3c8c138d7789a25c571e16cde371248e27dd8b28a7b73874749ec26e165724a43bbfaa9e
 SHA512 
f7a6967c28aa669c8bfb114b0c60d52d970b68cd5b02a44f165f85ed5d8f42cff97ceccf4011481a84ab131c06f02725b4d9b53e3cbc0dc116dccb4ce55bd2f6
 DIST gentoo-syntax-20210428.tar.bz2 18737 BLAKE2B 
437bf954e2bca61e3f612761a056de3c248d8f1f7afd3d07fab01770b1ff6e0ed8adb7222a61683770f369392d2c6f52ec5594b946c9e7a69d1cc1f6033caa5b
 SHA512 
db64f53e0c6dd0c9b7fa9142422e4b24f037e9fb012235756443556a20a2bbce9c0b712a5375f482d3caf83760bc96239afc17a1a4f2ad89e9a6166063c6af68

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
deleted file mode 100644
index d36c89efc9e..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-07-02 Thread Sam James
commit: fe5d41c985cdb98b6039642474fcbf0c9e8d4097
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d41c9

app-vim/gentoo-syntax: Stabilize 20210428 ALLARCHES, #799923

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
index 72f25ef766b..d36c89efc9e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-04-28 Thread Michał Górny
commit: f667fb3af4f5c6e781b1d9baf3e133bdc6b62499
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 28 07:27:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 28 08:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f667fb3a

app-vim/gentoo-syntax: Bump to 20210428

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20210428.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 80824ec2e04..cc3516ccde7 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20201216.tar.bz2 18631 BLAKE2B 
9b68329ae2a64fba1d2a7a9fa6bb60b3a982dc2ebd5b84cf4d95052b3c8c138d7789a25c571e16cde371248e27dd8b28a7b73874749ec26e165724a43bbfaa9e
 SHA512 
f7a6967c28aa669c8bfb114b0c60d52d970b68cd5b02a44f165f85ed5d8f42cff97ceccf4011481a84ab131c06f02725b4d9b53e3cbc0dc116dccb4ce55bd2f6
+DIST gentoo-syntax-20210428.tar.bz2 18737 BLAKE2B 
437bf954e2bca61e3f612761a056de3c248d8f1f7afd3d07fab01770b1ff6e0ed8adb7222a61683770f369392d2c6f52ec5594b946c9e7a69d1cc1f6033caa5b
 SHA512 
db64f53e0c6dd0c9b7fa9142422e4b24f037e9fb012235756443556a20a2bbce9c0b712a5375f482d3caf83760bc96239afc17a1a4f2ad89e9a6166063c6af68

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
new file mode 100644
index 000..72f25ef766b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-01-06 Thread Fabian Groffen
commit: 5a5596128b1269f35d6d5a18f173c5fce1a4ab54
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:35:47 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a559612

app-vim/gentoo-syntax: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
index 94e1cddbd63..4f2b304b22b 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-12-27 Thread Fabian Groffen
commit: dede768c53b6af1ae3fdde75d4cbc5f1504cb07c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 14:00:38 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 14:00:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dede768c

app-vim/gentoo-syntax: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
index 70ff2ea1a30..94e1cddbd63 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-12-16 Thread Michał Górny
commit: 60aa05424ca83887d5dfce296d1c484de77aa28b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 20:33:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 20:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aa0542

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  2 --
 .../gentoo-syntax/gentoo-syntax-20200120.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-20201007.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 65a504ad584..80824ec2e04 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
-DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f
-DIST gentoo-syntax-20201007.tar.bz2 18645 BLAKE2B 
5ec28f03dde8d0be7dc24b337fabc02b0fbd53f4a97e4f22b9d042c0d3631f1be3a1e6e7d270b39e43688eb414f04525014acc3ac6e450dc9737341471fc15a7
 SHA512 
7b5554fdc68616177c906f6185c7c0843a75aac14ed28516d86ab7a37f67c5934e84c15b88c23e39c34665c1a3bb43deeff53e09ec665a4b4822309f77110ca9
 DIST gentoo-syntax-20201216.tar.bz2 18631 BLAKE2B 
9b68329ae2a64fba1d2a7a9fa6bb60b3a982dc2ebd5b84cf4d95052b3c8c138d7789a25c571e16cde371248e27dd8b28a7b73874749ec26e165724a43bbfaa9e
 SHA512 
f7a6967c28aa669c8bfb114b0c60d52d970b68cd5b02a44f165f85ed5d8f42cff97ceccf4011481a84ab131c06f02725b4d9b53e3cbc0dc116dccb4ce55bd2f6

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
deleted file mode 100644
index 70ff2ea1a30..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild
deleted file mode 100644
index 4651f7723a9..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-12-16 Thread Sam James
commit: 4d821aa6734a5308c8a9ee29608d72b16a38781c
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 16 19:50:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 16 19:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d821aa6

app-vim/gentoo-syntax: Stabilize 20201216 ALLARCHES, #760303

Signed-off-by: Sam James  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
index 4651f7723a9..70ff2ea1a30 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-12-16 Thread Michał Górny
commit: b9974fe114e7fdd61af7186e6cdb0e9a13dde71a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 13:34:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 13:34:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9974fe1

app-vim/gentoo-syntax: Bump to 20201216

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20201216.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 05ad58ebd74..65a504ad584 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f
 DIST gentoo-syntax-20201007.tar.bz2 18645 BLAKE2B 
5ec28f03dde8d0be7dc24b337fabc02b0fbd53f4a97e4f22b9d042c0d3631f1be3a1e6e7d270b39e43688eb414f04525014acc3ac6e450dc9737341471fc15a7
 SHA512 
7b5554fdc68616177c906f6185c7c0843a75aac14ed28516d86ab7a37f67c5934e84c15b88c23e39c34665c1a3bb43deeff53e09ec665a4b4822309f77110ca9
+DIST gentoo-syntax-20201216.tar.bz2 18631 BLAKE2B 
9b68329ae2a64fba1d2a7a9fa6bb60b3a982dc2ebd5b84cf4d95052b3c8c138d7789a25c571e16cde371248e27dd8b28a7b73874749ec26e165724a43bbfaa9e
 SHA512 
f7a6967c28aa669c8bfb114b0c60d52d970b68cd5b02a44f165f85ed5d8f42cff97ceccf4011481a84ab131c06f02725b4d9b53e3cbc0dc116dccb4ce55bd2f6

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
new file mode 100644
index 000..4651f7723a9
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20201216.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-10-07 Thread Michał Górny
commit: 7c3cace17361c5770ac60fe386609125a48fcf43
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  7 10:12:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  7 10:16:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3cace1

app-vim/gentoo-syntax: Bump to 20201007

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20201007.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 020f3439ea2..05ad58ebd74 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f
+DIST gentoo-syntax-20201007.tar.bz2 18645 BLAKE2B 
5ec28f03dde8d0be7dc24b337fabc02b0fbd53f4a97e4f22b9d042c0d3631f1be3a1e6e7d270b39e43688eb414f04525014acc3ac6e450dc9737341471fc15a7
 SHA512 
7b5554fdc68616177c906f6185c7c0843a75aac14ed28516d86ab7a37f67c5934e84c15b88c23e39c34665c1a3bb43deeff53e09ec665a4b4822309f77110ca9

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild
new file mode 100644
index 000..4651f7723a9
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20201007.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-20 Thread Michał Górny
commit: d7ea6d72ef4420f0f88e1ca9a17fed88a797ad95
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 20 14:56:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 20 15:05:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ea6d72

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20191127.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 3db151c1596..020f3439ea2 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-20191127.tar.bz2 18635 BLAKE2B 
79db829602df5795e32c44db71e28cfcda06ef014e9d5e5cf47d6f7fcb0b054c46caef1bb594c4fceae318df8a8cd0c6a619771ae5438eb21deed530842ce53d
 SHA512 
654b69cf55719b9c254c376364f404c393189ec70d7b8a9284349774e00118fb636dbfefa86eb57220a49a5a7324e9f0484879d69afb199bb1c8ae7f0b5e591e
 DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
deleted file mode 100644
index 6971fe843bc..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-20 Thread Agostino Sarubbo
commit: 71b9ef364a3026f6e09bff1ccad66bd1fab8c30c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 20 14:21:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 20 14:21:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b9ef36

app-vim/gentoo-syntax: arm64/hppa/m68k/sh stable, (ALLARCHES policy) wrt bug 
#712320

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 46378203a94..b0a3d25cfe2 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-15 Thread Agostino Sarubbo
commit: e8e9710ff37c8429ee6b07845964faab4d56e076
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:36:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:36:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e9710f

app-vim/gentoo-syntax: sparc stable wrt bug #712320

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 83704b27a00..d681cdfc1bb 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-15 Thread Agostino Sarubbo
commit: 1dfa71ef50da620871a83227d88694e9c77f93b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:35:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfa71ef

app-vim/gentoo-syntax: s390 stable wrt bug #712320

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 29b4f9f56da..83704b27a00 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-15 Thread Agostino Sarubbo
commit: 3c7bf8388abb2f735b1127da52a9e5af0a3d9f3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:33:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:33:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7bf838

app-vim/gentoo-syntax: ppc64 stable wrt bug #712320

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 7854b0f6045..29b4f9f56da 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-15 Thread Agostino Sarubbo
commit: d8af02f8d0e63242e45430c279f7f4da27f920e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:30:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8af02f8

app-vim/gentoo-syntax: ppc stable wrt bug #712320

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 1154de3bb28..7854b0f6045 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-15 Thread Agostino Sarubbo
commit: 7833bf880a1c3a6387b080c783298395157749e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:27:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:27:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7833bf88

app-vim/gentoo-syntax: arm stable wrt bug #712320

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 36bd762514d..1154de3bb28 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-14 Thread Sergei Trofimovich
commit: 76bae6c7eba2048527c3b7015be0cc97e0e0e36b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 14 19:24:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 14 19:24:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bae6c7

app-vim/gentoo-syntax: stable 20200120 for ia64, bug #712320

Package-Manager: Portage-2.3.93, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 2ed5b934195..36bd762514d 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-03-13 Thread Agostino Sarubbo
commit: 197f19a0a403df93e8ab04749f9eab5de13f894c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 13 19:15:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 13 19:15:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197f19a0

app-vim/gentoo-syntax: amd64 stable wrt bug #712320

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
index 8390f974fc5..2ed5b934195 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-01-20 Thread Michał Górny
commit: 294e4ea8766a2830d64d48388ce561f27d7dea50
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 20 05:43:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 20 08:16:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294e4ea8

app-vim/gentoo-syntax: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20190609.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index e325b2f30cb..3db151c1596 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1,2 @@
-DIST gentoo-syntax-20190609.tar.bz2 18401 BLAKE2B 
db738540fc85d8edd0269ade33e174db08b9231237f1138da9a3f6ecff7c188a041b312975629be652a5384d0c914ad8d7a3ac5ef14670e4bc0859fbdf3dcbc7
 SHA512 
70fbf6e37eee2e5b007eb59b76492f41046884a8310a6074ca5fbab666ec74d46ab3e57bbf2ae784db2e17bfd1c4801b18b71cf37f746e02ff640de1f6821ec7
 DIST gentoo-syntax-20191127.tar.bz2 18635 BLAKE2B 
79db829602df5795e32c44db71e28cfcda06ef014e9d5e5cf47d6f7fcb0b054c46caef1bb594c4fceae318df8a8cd0c6a619771ae5438eb21deed530842ce53d
 SHA512 
654b69cf55719b9c254c376364f404c393189ec70d7b8a9284349774e00118fb636dbfefa86eb57220a49a5a7324e9f0484879d69afb199bb1c8ae7f0b5e591e
 DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
deleted file mode 100644
index 25bb619ff72..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2020-01-20 Thread Michał Górny
commit: 55fc7d6d2de04d96f6ae1145733d6941609f98a6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 20 05:43:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 20 08:16:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fc7d6d

app-vim/gentoo-syntax: Bump to 20200120

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20200120.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 9529453f751..e325b2f30cb 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-syntax-20190609.tar.bz2 18401 BLAKE2B 
db738540fc85d8edd0269ade33e174db08b9231237f1138da9a3f6ecff7c188a041b312975629be652a5384d0c914ad8d7a3ac5ef14670e4bc0859fbdf3dcbc7
 SHA512 
70fbf6e37eee2e5b007eb59b76492f41046884a8310a6074ca5fbab666ec74d46ab3e57bbf2ae784db2e17bfd1c4801b18b71cf37f746e02ff640de1f6821ec7
 DIST gentoo-syntax-20191127.tar.bz2 18635 BLAKE2B 
79db829602df5795e32c44db71e28cfcda06ef014e9d5e5cf47d6f7fcb0b054c46caef1bb594c4fceae318df8a8cd0c6a619771ae5438eb21deed530842ce53d
 SHA512 
654b69cf55719b9c254c376364f404c393189ec70d7b8a9284349774e00118fb636dbfefa86eb57220a49a5a7324e9f0484879d69afb199bb1c8ae7f0b5e591e
+DIST gentoo-syntax-20200120.tar.bz2 18593 BLAKE2B 
c29dd3b3896bdb78e5c07b40474434c5ba6fa8b3a89f8ec237136d0474e8eaace8a72c7e3974ff63eaa24d3e57a1e61785bfc7889a93f7263ef9387caa651936
 SHA512 
ab57707b4a44f33c085a39eb745ca206312d84ca49680e24a462eb75d65cc37694a545f4a31b4ee2919d0f6b30276ce25f6caa7e20782511c7534bf2319e8a4f

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
new file mode 100644
index 000..8390f974fc5
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20200120.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-12-29 Thread Mikle Kolyada
commit: b3b664fe7287af7b6fd74acd72f872814c8c1a42
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 29 09:04:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 29 09:04:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b664fe

app-vim/gentoo-syntax: mark stable

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
index 9ab8c1f3838..2a09ca25d5c 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-11-27 Thread Michał Górny
commit: a32306a0025d4fc7036b59dd88c34a62af372ebb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 27 08:11:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 27 08:16:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32306a0

app-vim/gentoo-syntax: Bump to 20191127

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20191127.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 6c8121ed5eb..9529453f751 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20190609.tar.bz2 18401 BLAKE2B 
db738540fc85d8edd0269ade33e174db08b9231237f1138da9a3f6ecff7c188a041b312975629be652a5384d0c914ad8d7a3ac5ef14670e4bc0859fbdf3dcbc7
 SHA512 
70fbf6e37eee2e5b007eb59b76492f41046884a8310a6074ca5fbab666ec74d46ab3e57bbf2ae784db2e17bfd1c4801b18b71cf37f746e02ff640de1f6821ec7
+DIST gentoo-syntax-20191127.tar.bz2 18635 BLAKE2B 
79db829602df5795e32c44db71e28cfcda06ef014e9d5e5cf47d6f7fcb0b054c46caef1bb594c4fceae318df8a8cd0c6a619771ae5438eb21deed530842ce53d
 SHA512 
654b69cf55719b9c254c376364f404c393189ec70d7b8a9284349774e00118fb636dbfefa86eb57220a49a5a7324e9f0484879d69afb199bb1c8ae7f0b5e591e

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
new file mode 100644
index 000..9ab8c1f3838
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-09-08 Thread Michał Górny
commit: 278643eab289c18b0ca74bf460bf2ffe70a7211d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  8 06:10:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  8 06:10:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278643ea

app-vim/gentoo-syntax: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20181023.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 5b1ec29ecd3..6c8121ed5eb 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-20181023.tar.bz2 18299 BLAKE2B 
ea037425ab00b05e4a52f943817fb264492793c842b6c9250450ab715fafebc55d0b5b95ff49945f62258f2dc70f357eeef3a5d908592c995cdc6e940f2f15af
 SHA512 
a6bd592dd46ad80a4126321826dbbc4c130624027e7e71f0ea87fb164963e980e3ab3e1db1e87ee0ddad602f2ea2e9e7d955a0016c00eb8aef4c01c29057b737
 DIST gentoo-syntax-20190609.tar.bz2 18401 BLAKE2B 
db738540fc85d8edd0269ade33e174db08b9231237f1138da9a3f6ecff7c188a041b312975629be652a5384d0c914ad8d7a3ac5ef14670e4bc0859fbdf3dcbc7
 SHA512 
70fbf6e37eee2e5b007eb59b76492f41046884a8310a6074ca5fbab666ec74d46ab3e57bbf2ae784db2e17bfd1c4801b18b71cf37f746e02ff640de1f6821ec7

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
deleted file mode 100644
index f1853ed776b..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-07-29 Thread Aaron Bauman
commit: 10ed890ecf9fa87164c2da4615770a6b540b8770
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 16:33:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 16:34:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ed890e

app-vim/gentoo-syntax: arm64 stable (bug #690876)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
index c134f1d2e57..17bbff550d6 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-07-29 Thread Aaron Bauman
commit: 95b77ec40e046dcf5d96fe88926b88e3ff193134
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 16:33:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 16:34:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b77ec4

app-vim/gentoo-syntax: ALLARCHES

Signed-off-by: Aaron Bauman  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
index 17bbff550d6..f1853ed776b 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-07-28 Thread Michał Górny
commit: 277f40f83b06c79b81702ad045c0154f4f07d1b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 06:14:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 06:41:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277f40f8

app-vim/gentoo-syntax: Mark for ALLARCHES stabilization

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-vim/gentoo-syntax/metadata.xml 
b/app-vim/gentoo-syntax/metadata.xml
index 9390fa132f3..2bbe39245f1 100644
--- a/app-vim/gentoo-syntax/metadata.xml
+++ b/app-vim/gentoo-syntax/metadata.xml
@@ -9,6 +9,7 @@
 mgo...@gentoo.org
 Michał Górny
   
+  
   
 Remove GLEP 31 (UTF-8 file encodings) 
settings
   



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-06-09 Thread Michał Górny
commit: e70b5b8bd707f748b19a9bc162208cb161103b0c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  9 17:38:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  9 17:39:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70b5b8b

app-vim/gentoo-syntax: Bump to 20190609

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20190609.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index a62734c397a..5b1ec29ecd3 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20181023.tar.bz2 18299 BLAKE2B 
ea037425ab00b05e4a52f943817fb264492793c842b6c9250450ab715fafebc55d0b5b95ff49945f62258f2dc70f357eeef3a5d908592c995cdc6e940f2f15af
 SHA512 
a6bd592dd46ad80a4126321826dbbc4c130624027e7e71f0ea87fb164963e980e3ab3e1db1e87ee0ddad602f2ea2e9e7d955a0016c00eb8aef4c01c29057b737
+DIST gentoo-syntax-20190609.tar.bz2 18401 BLAKE2B 
db738540fc85d8edd0269ade33e174db08b9231237f1138da9a3f6ecff7c188a041b312975629be652a5384d0c914ad8d7a3ac5ef14670e4bc0859fbdf3dcbc7
 SHA512 
70fbf6e37eee2e5b007eb59b76492f41046884a8310a6074ca5fbab666ec74d46ab3e57bbf2ae784db2e17bfd1c4801b18b71cf37f746e02ff640de1f6821ec7

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
new file mode 100644
index 000..c134f1d2e57
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-05-05 Thread Mikle Kolyada
commit: 52d9c82839f6516fbd6bca5a8c5b7f49ca93cf77
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 13:14:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 13:14:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d9c828

app-vim/gentoo-syntax: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
index f1c1d58814d..f1853ed776b 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-01-22 Thread Patrice Clement
commit: 9bbec148730d943aaa968c23effd8cdae83480c2
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 22 22:53:40 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 22 22:53:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbec148

app-vim/gentoo-syntax: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/gentoo-syntax/Manifest |  1 -
 .../gentoo-syntax/gentoo-syntax-20180821.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index c4cd26a2644..a62734c397a 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,2 +1 @@
-DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
 SHA512 
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc
 DIST gentoo-syntax-20181023.tar.bz2 18299 BLAKE2B 
ea037425ab00b05e4a52f943817fb264492793c842b6c9250450ab715fafebc55d0b5b95ff49945f62258f2dc70f357eeef3a5d908592c995cdc6e940f2f15af
 SHA512 
a6bd592dd46ad80a4126321826dbbc4c130624027e7e71f0ea87fb164963e980e3ab3e1db1e87ee0ddad602f2ea2e9e7d955a0016c00eb8aef4c01c29057b737

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
deleted file mode 100644
index f1c1d58814d..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-01-22 Thread Patrice Clement
commit: 9e7f3792406e404f97002bf30897b576b780477f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 22 22:52:52 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 22 22:52:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7f3792

app-vim/gentoo-syntax: mark stable on a missing arch.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
index a2883aec426..f1c1d58814d 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2019-01-06 Thread Jeroen Roovers
commit: 5195bdca658399b399aee663c5735310d09123d0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan  6 11:50:56 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan  6 11:51:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5195bdca

app-vim/gentoo-syntax: Stable for HPPA too.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 4 ++--
 app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index 31b2eb13b12..f1c1d58814d 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
index 6015b3f7553..a2883aec426 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-11-23 Thread Mikle Kolyada
commit: c95af5bf78fe18356f92fcad74ac327d1f9a4aeb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 23 08:59:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 23 09:00:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95af5bf

app-vim/gentoo-syntax: mark stable wrt bug #671738

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
index c40de243f4b..6015b3f7553 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-10-23 Thread Michał Górny
commit: 651f1c3a2a0d2cbe658548bedad19f04b47d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 23 10:18:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 23 10:20:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651f1c3a

app-vim/gentoo-syntax: Bump to 20181023, with copyright updates

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20181023.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index cf23411f58f..c4cd26a2644 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1 +1,2 @@
 DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
 SHA512 
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc
+DIST gentoo-syntax-20181023.tar.bz2 18299 BLAKE2B 
ea037425ab00b05e4a52f943817fb264492793c842b6c9250450ab715fafebc55d0b5b95ff49945f62258f2dc70f357eeef3a5d908592c995cdc6e940f2f15af
 SHA512 
a6bd592dd46ad80a4126321826dbbc4c130624027e7e71f0ea87fb164963e980e3ab3e1db1e87ee0ddad602f2ea2e9e7d955a0016c00eb8aef4c01c29057b737

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
new file mode 100644
index 000..c40de243f4b
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20181023.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-10-19 Thread Michał Górny
commit: bf7b36dfdbf7c6d88bd2e86c4c1e92a07b11a295
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 19 09:49:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 19 09:49:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7b36df

app-vim/gentoo-syntax: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gentoo-syntax/Manifest |  2 -
 .../gentoo-syntax/gentoo-syntax-20160530.ebuild| 53 --
 .../gentoo-syntax/gentoo-syntax-20170225.ebuild| 53 --
 3 files changed, 108 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 3c5ff5d7755..cf23411f58f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
-DIST gentoo-syntax-20160530.tar.gz 18950 BLAKE2B 
0e769cb4d67ebf1b4299a1aa0dc1bc1ce942a9e6b4f3528b5499ff83ffe9d165697576901c5ba9cca52de6e26abd0298f1f7a5383cdc0c8ca1dff0de2945080c
 SHA512 
38881c5f16499eb053eb7a5514f6324b2a161f1392a044db0bbaf0cb71a0f17e1edebd4a685ff856a78525fbcb8c6267daa2503cfbc6f94d841cf3f6a25045bd
-DIST gentoo-syntax-20170225.tar.gz 18939 BLAKE2B 
7586b45791e74e69ad6e0607bc0a4d52eba4747a6c4d9933d43db1196ceb57ac6317279c9e86f77c71bdb7379828dd96fe6d63a2933a3660f1639faf1b6df5d5
 SHA512 
2c01577910eccd413b85c094dbd12bf8445e2f560be1fffc4a4c3130b32587f9c298d8442b5cf12bd7d2950ab8c9e5b95a72f2f41c42c6dc939ffa2c26fd71d5
 DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
 SHA512 
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild
deleted file mode 100644
index 8d1a5d52296..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-fi
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-LICENSE="vim"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   else
-   elog "Note for developers and anyone else who edits 
ebuilds:"
-   elog "This release of gentoo-syntax now contains 
filetype rules to set"
-   elog "fileencoding for ebuilds and ChangeLogs to 
utf-8 as per GLEP 31."
-   elog "If you find this feature breaks things, 
please submit a bug and"
-   elog "assign it to v...@gentoo.org. You can use the 
'ignore-glep31' USE"
-   elog "flag to remove these rules."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild
deleted file mode 100644
index e8e22927096..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips 

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-10-14 Thread Mikle Kolyada
commit: 302dec7e84bdea26f42130ebc73c355e15a68370
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 14 11:13:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 14 11:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302dec7e

app-vim/gentoo-syntax: s390/sh/m68k stable wrt bug #666122

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index a50429e7e04..31b2eb13b12 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-10-11 Thread Tobias Klausmann
commit: 2b58fbf78ee8152ed3d2ca8936ec5c539bbcce8b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Oct 11 12:33:23 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Oct 11 12:45:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b58fbf7

app-vim/gentoo-syntax-20180821-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/666122
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index 32d7c534212..a50429e7e04 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-10-04 Thread Mikle Kolyada
commit: a951314f6cd1bef4424643e0185c4e2283e7c3dc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct  4 08:47:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct  4 08:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a951314f

app-vim/gentoo-syntax: arm stable wrt bug #666122

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index debde524302..32d7c534212 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-19 Thread Thomas Deutschmann
commit: 3d794bd3c23a32bc13c4fcd654ebf6249650be53
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 19 15:48:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 19 17:34:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d794bd3

app-vim/gentoo-syntax: x86 stable (bug #666122)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index f15cb365a3b..debde524302 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-16 Thread Sergei Trofimovich
commit: b200f4f8f73250a2afb20e0f2e7f73919c00fbb3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 16 10:42:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 16 12:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b200f4f8

app-vim/gentoo-syntax: stable 20180821 for sparc, bug #666122

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index e863062b2a4..f15cb365a3b 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-15 Thread Sergei Trofimovich
commit: c2bc826fc0ed2a7b334491b41dea626ba09c1750
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:26:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:26:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bc826f

app-vim/gentoo-syntax: stable 20180821 for ppc64, bug #666122

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index fcf19ba72fc..e863062b2a4 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-15 Thread Sergei Trofimovich
commit: ce12a06e17ab761158619e77e83d46e2ff3aedc0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:23:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:23:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce12a06e

app-vim/gentoo-syntax: stable 20180821 for ppc, bug #666122

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index dfbb734a6eb..fcf19ba72fc 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-15 Thread Sergei Trofimovich
commit: 6c3fb1b6eac0fd91a4b0a4ab828682008891621e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 12:10:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 12:10:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3fb1b6

app-vim/gentoo-syntax: stable 20180821 for ia64, bug #666122

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index d3a83f49a53..dfbb734a6eb 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-13 Thread Mikle Kolyada
commit: 2438e3829d5218bcc9a271c752083748bcdde941
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Sep 13 10:47:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Sep 13 10:47:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2438e382

app-vim/gentoo-syntax: amd64 stable wrt bug #666122

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index 5147a7b43dd..d3a83f49a53 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-13 Thread Mart Raudsepp
commit: 9b416334142eaf9155655c2cd60a642ecf692858
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 13 08:16:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 13 08:16:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b416334

app-vim/gentoo-syntax-20180821: arm64 stable (bug #666122)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
index badfc293470..5147a7b43dd 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-09-06 Thread Michał Górny
commit: f8394d02afbc0d90e57a7d290f3aca1c12f51b85
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  6 20:37:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  6 21:21:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8394d02

app-vim/gentoo-syntax: Clean old up

 app-vim/gentoo-syntax/Manifest |  2 --
 .../gentoo-syntax/gentoo-syntax-20180814.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-20180820.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index aa018fa050b..3c5ff5d7755 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,5 +1,3 @@
 DIST gentoo-syntax-20160530.tar.gz 18950 BLAKE2B 
0e769cb4d67ebf1b4299a1aa0dc1bc1ce942a9e6b4f3528b5499ff83ffe9d165697576901c5ba9cca52de6e26abd0298f1f7a5383cdc0c8ca1dff0de2945080c
 SHA512 
38881c5f16499eb053eb7a5514f6324b2a161f1392a044db0bbaf0cb71a0f17e1edebd4a685ff856a78525fbcb8c6267daa2503cfbc6f94d841cf3f6a25045bd
 DIST gentoo-syntax-20170225.tar.gz 18939 BLAKE2B 
7586b45791e74e69ad6e0607bc0a4d52eba4747a6c4d9933d43db1196ceb57ac6317279c9e86f77c71bdb7379828dd96fe6d63a2933a3660f1639faf1b6df5d5
 SHA512 
2c01577910eccd413b85c094dbd12bf8445e2f560be1fffc4a4c3130b32587f9c298d8442b5cf12bd7d2950ab8c9e5b95a72f2f41c42c6dc939ffa2c26fd71d5
-DIST gentoo-syntax-20180814.tar.bz2 18337 BLAKE2B 
e2808ff4bab17378ac9a15270f32edb67c0a8f4a7e17757d9c128e186fe31add967c169aa9e62fd5fc95dfbadeab72e37c34a14a5452b80c0a1ceafd8bdec85a
 SHA512 
a524a324e3bb1656b2dba9333e03bd130d3700791782d98fed57ea6065f398e4ad29f7980ad823940a44cd1f9f58244b8a908ef4aa3c82c0f7c46882005f358e
-DIST gentoo-syntax-20180820.tar.bz2 18470 BLAKE2B 
dc536724cd8cf8547b54c7ecc1fc12364ee4542903627e7a3518b9583157d18645e62be519a5d0d0c50f36fe05dfdd19d6999ad049722519f4d6d5707274da44
 SHA512 
b07fd9b93796a775da0f0fedacbd09cdd30dc414abd05636e96cc0658d1bc12dc5b88cbe4475544f3c79b1a28dacab234cf3c463ddb90bd4e62bec8de4024a57
 DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
 SHA512 
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild
deleted file mode 100644
index badfc293470..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild
deleted file mode 100644
index badfc293470..000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd 

[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2018-08-21 Thread Michał Górny
commit: de3caff7c48345882537a09d6abe4cda4b9fb1ca
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 21 09:00:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 21 09:03:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3caff7

app-vim/gentoo-syntax: Bump to 20180821

 app-vim/gentoo-syntax/Manifest |  1 +
 .../gentoo-syntax/gentoo-syntax-20180821.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index e47c36acb7f..aa018fa050b 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -2,3 +2,4 @@ DIST gentoo-syntax-20160530.tar.gz 18950 BLAKE2B 
0e769cb4d67ebf1b4299a1aa0dc1bc1
 DIST gentoo-syntax-20170225.tar.gz 18939 BLAKE2B 
7586b45791e74e69ad6e0607bc0a4d52eba4747a6c4d9933d43db1196ceb57ac6317279c9e86f77c71bdb7379828dd96fe6d63a2933a3660f1639faf1b6df5d5
 SHA512 
2c01577910eccd413b85c094dbd12bf8445e2f560be1fffc4a4c3130b32587f9c298d8442b5cf12bd7d2950ab8c9e5b95a72f2f41c42c6dc939ffa2c26fd71d5
 DIST gentoo-syntax-20180814.tar.bz2 18337 BLAKE2B 
e2808ff4bab17378ac9a15270f32edb67c0a8f4a7e17757d9c128e186fe31add967c169aa9e62fd5fc95dfbadeab72e37c34a14a5452b80c0a1ceafd8bdec85a
 SHA512 
a524a324e3bb1656b2dba9333e03bd130d3700791782d98fed57ea6065f398e4ad29f7980ad823940a44cd1f9f58244b8a908ef4aa3c82c0f7c46882005f358e
 DIST gentoo-syntax-20180820.tar.bz2 18470 BLAKE2B 
dc536724cd8cf8547b54c7ecc1fc12364ee4542903627e7a3518b9583157d18645e62be519a5d0d0c50f36fe05dfdd19d6999ad049722519f4d6d5707274da44
 SHA512 
b07fd9b93796a775da0f0fedacbd09cdd30dc414abd05636e96cc0658d1bc12dc5b88cbe4475544f3c79b1a28dacab234cf3c463ddb90bd4e62bec8de4024a57
+DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
 SHA512 
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
new file mode 100644
index 000..badfc293470
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20180821.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



  1   2   >