From 85251a1d7b292c6e71d1fb85630b93849f89e459 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 24 Jun 2010 10:01:20 +0200 Subject: removed mode lines; was not a good idea after all --- archco | 3 --- archrelease | 3 --- archrm | 3 --- checkpkg | 3 --- commitpkg | 3 --- communityco | 3 --- finddeps | 3 --- lddd | 3 --- makechrootpkg | 3 --- mkarchroot | 3 --- rebuildpkgs | 3 --- 11 files changed, 33 deletions(-) diff --git a/archco b/archco index f713e2d..5fc9ebe 100755 --- a/archco +++ b/archco @@ -8,6 +8,3 @@ fi for i in "$@"; do svn co svn+ssh://gerolde.archlinux.org/srv/svn-packages/$i done - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/archrelease b/archrelease index a85bea1..cd1bcfe 100755 --- a/archrelease +++ b/archrelease @@ -31,6 +31,3 @@ svn copy -q -r HEAD trunk "repos/${1}" svn commit -q -m "archrelease: copy trunk to ${1}" || abort popd >/dev/null echo 'done' - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/archrm b/archrm index d2c0997..4a683f6 100755 --- a/archrm +++ b/archrm @@ -11,6 +11,3 @@ fi #popd rm -rf $1 - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/checkpkg b/checkpkg index 2e40f66..47fb672 100755 --- a/checkpkg +++ b/checkpkg @@ -90,6 +90,3 @@ for _pkgname in ${pkgname[@]}; do echo "No filename differences for $_pkgname." fi done - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/commitpkg b/commitpkg index 9f0b8c6..615d694 100755 --- a/commitpkg +++ b/commitpkg @@ -112,6 +112,3 @@ if [ "${arch[*]}" == 'any' ]; then popd >/dev/null fi fi - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/communityco b/communityco index f4f3e97..0909db1 100755 --- a/communityco +++ b/communityco @@ -8,6 +8,3 @@ fi for i in "$@"; do svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i done - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/finddeps b/finddeps index c21f4ba..c47518a 100755 --- a/finddeps +++ b/finddeps @@ -37,6 +37,3 @@ for d in $(find . -type d); do fi cd $tld done - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/lddd b/lddd index 2c327b8..64d11a8 100755 --- a/lddd +++ b/lddd @@ -46,6 +46,3 @@ done sort -u $TEMPDIR/pacman.txt >> $TEMPDIR/possible-rebuilds.txt echo "Files saved to $TEMPDIR" - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/makechrootpkg b/makechrootpkg index 779786e..830a8af 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -246,6 +246,3 @@ if [ -e "${copydir}/build/BUILD_FAILED" ]; then else rm -rf "${copydir}"/build/* fi - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/mkarchroot b/mkarchroot index 208b144..1e86440 100755 --- a/mkarchroot +++ b/mkarchroot @@ -173,6 +173,3 @@ if [ "$RUN" != "" ]; then fi # }}} fi - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 diff --git a/rebuildpkgs b/rebuildpkgs index 3be5d47..be279bb 100755 --- a/rebuildpkgs +++ b/rebuildpkgs @@ -99,6 +99,3 @@ if [ "$FAILED" != "" ]; then fi echo 'SVN pkgbumps in svn-packages/ - commit when ready' - -# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent -# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 -- cgit v1.2.3-24-g4f1b