From 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 29 Apr 2018 13:52:02 +0200 Subject: */*: Specify EAPI=0 explicitly, to ease greps Closes: https://github.com/gentoo/gentoo/pull/8199 --- app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild | 2 ++ app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild | 2 ++ app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | 2 ++ app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 2 ++ app-vim/eselect-syntax/eselect-syntax-20070506.ebuild | 2 ++ app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild | 4 +++- app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild | 4 +++- app-vim/nagios-syntax/nagios-syntax-20050105.ebuild | 2 ++ app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 4 +++- app-vim/ri-browser/ri-browser-1.2.ebuild | 4 +++- app-vim/selinux-syntax/selinux-syntax-20041225.ebuild | 4 +++- app-vim/tt2-syntax/tt2-syntax-1.13.ebuild | 2 ++ app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild | 4 +++- app-vim/vim-spell-da/vim-spell-da-20060116.ebuild | 4 +++- app-vim/vim-spell-el/vim-spell-el-20080402.ebuild | 4 +++- app-vim/vim-spell-en/vim-spell-en-20060123.ebuild | 4 +++- app-vim/vim-spell-es/vim-spell-es-20060208.ebuild | 4 +++- app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild | 4 +++- app-vim/vim-spell-he/vim-spell-he-20100312.ebuild | 4 +++- app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild | 4 +++- app-vim/vim-spell-it/vim-spell-it-20100312.ebuild | 4 +++- app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild | 4 +++- app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild | 4 +++- app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild | 4 +++- app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild | 4 +++- app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild | 4 +++- 26 files changed, 71 insertions(+), 19 deletions(-) (limited to 'app-vim') diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild index 2d1ee99fad93..b3eca59a1f52 100644 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild index 40f3dc706b8b..cfc50bce8649 100644 --- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild +++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin eutils DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf" diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild index 019f09f580c3..41bf445bdcec 100644 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild index 7ee7fbd88530..f781740b355e 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild index f67872985ab7..2af67ca705c0 100644 --- a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild +++ b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils vim-plugin DESCRIPTION="vim plugin: Eselect syntax highlighting, filetype and indent settings" diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild index 9e895013fbf2..082606e60e31 100644 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: fluxbox files syntax and indent" diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild index e14b0812f6dd..9779d9eb5d87 100644 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: extra syntax highlighting for help files" diff --git a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild index 5bb7e719ee73..4828c3e0510c 100644 --- a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild +++ b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: Nagios configuration files syntax" diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild index 7233b39bbb26..f12033db3066 100644 --- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild +++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild index e7aff9419ffd..577094484201 100644 --- a/app-vim/ri-browser/ri-browser-1.2.ebuild +++ b/app-vim/ri-browser/ri-browser-1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation" diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild index 1bcf764c5248..c4b496a2c7db 100644 --- a/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild +++ b/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild index 21c48ac6f37e..cffed6d41246 100644 --- a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild +++ b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" diff --git a/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild b/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild index ba4cb069ae6f..8f5785f4bcd9 100644 --- a/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild +++ b/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Czech" inherit vim-spell diff --git a/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild b/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild index 821110060ebf..61033b4f9f2e 100644 --- a/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild +++ b/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Danish" inherit vim-spell diff --git a/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild b/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild index aaaea4a6abdb..dfa541f32fe4 100644 --- a/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild +++ b/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Greek" inherit vim-spell diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild index 2daff4277b66..d9a3cd5a1cca 100644 --- a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild +++ b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="English" inherit vim-spell diff --git a/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild b/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild index 175cbd88d6ad..7e5c1dbe2774 100644 --- a/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild +++ b/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Spanish" inherit vim-spell diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild index b4dae6197d29..47f9fb1cb11d 100644 --- a/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="French" inherit vim-spell diff --git a/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild b/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild index a0426764dc60..23f7c7928536 100644 --- a/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild +++ b/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Hebrew" inherit vim-spell diff --git a/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild b/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild index 716e6fbcff2d..85dac389a025 100644 --- a/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild +++ b/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Hungarian" inherit vim-spell diff --git a/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild b/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild index c911a0e61a1f..34663391d9c3 100644 --- a/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild +++ b/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Italian" inherit vim-spell diff --git a/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild b/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild index 1586ecc0028a..28bf0edf2e47 100644 --- a/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild +++ b/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Dutch" inherit vim-spell diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild index 08fe2801c81b..50c0e30faa98 100644 --- a/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild +++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Polish" inherit vim-spell diff --git a/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild b/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild index 3a936f99dda9..3c3b530f70ad 100644 --- a/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild +++ b/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Portuguese" inherit vim-spell diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild index 8ea1c6160afe..2a9a3444e760 100644 --- a/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild +++ b/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Russian" inherit vim-spell diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild index aea71f63c88c..b36a7c87f874 100644 --- a/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild +++ b/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + VIM_SPELL_LANGUAGE="Russian" inherit vim-spell -- cgit v1.2.3-65-gdbad