From 860e4c4943ad062bd0eff99f28e7d64804b3c08e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 3 May 2018 00:10:20 -0400 Subject: Remove all modelines from the project Many of these are pointless (e.g. there is no need to explicitly turn on spellchecking and language dictionaries for the manpages by default). The only useful modelines are the ones enforcing the project coding standards for indentation style (and "maybe" filetype/syntax, but everything except the asciidoc manpages and makepkg.conf is already autodetected), and indent style can be applied more easily with .editorconfig Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- scripts/Makefile.am | 3 --- scripts/makepkg-template.pl.in | 2 -- scripts/makepkg.sh.in | 2 -- scripts/pacman-db-upgrade.sh.in | 2 -- scripts/pacman-key.sh.in | 2 -- scripts/pkgdelta.sh.in | 2 -- scripts/repo-add.sh.in | 1 - 7 files changed, 14 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 17e54eff..f759e149 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -289,6 +289,3 @@ uninstall-hook: for dir in $(LIBMAKEPKGDIRS); do \ $(RM) -r $(DESTDIR)$(libmakepkgdir)/$$dir; \ done - - -# vim:set noet: diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 918d58c9..e485dec4 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -213,5 +213,3 @@ $opts{input} = "/dev/stdin" if $opts{input} eq "-"; $opts{output} = "/dev/stdout" if $opts{output} eq "-"; burp($opts{output}, process_file($opts{input})); - -# vim: set noet: diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 14dd3eac..62b912e3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1702,5 +1702,3 @@ fi msg "$(gettext "Finished making: %s")" "$pkgbase $basever ($(date +%c))" install_package && exit $E_OK || exit $E_INSTALL_FAILED - -# vim: set noet: diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index a529dadd..e9e995bd 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -240,5 +240,3 @@ echo "9" > "$dbroot"/local/ALPM_DB_VERSION # remove the lock file rm -f "$lockfile" - -# vim: set noet: diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 01e0bd5e..5e75230f 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -636,5 +636,3 @@ fi (( UPDATEDB )) && updatedb exit 0 - -# vim: set noet: diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index 316d6395..f9b108da 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -227,5 +227,3 @@ if ! type xdelta3 &>/dev/null; then fi create_xdelta "$@" - -# vim: set noet: diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 8e577a1e..e80e1278 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -830,4 +830,3 @@ else fi exit 0 -# vim: set noet: -- cgit v1.2.3-54-g00ecf