diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-06-24 10:01:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-06-24 10:01:20 +0200 |
commit | 85251a1d7b292c6e71d1fb85630b93849f89e459 (patch) | |
tree | 3c6b770c847d75f35eecbd5131effc47807acbe8 | |
parent | 27df94f51bdb86cdc1e3278f23b1c308365557d0 (diff) | |
download | devtools32-85251a1d7b292c6e71d1fb85630b93849f89e459.tar.xz |
removed mode lines; was not a good idea after all
-rwxr-xr-x | archco | 3 | ||||
-rwxr-xr-x | archrelease | 3 | ||||
-rwxr-xr-x | archrm | 3 | ||||
-rwxr-xr-x | checkpkg | 3 | ||||
-rwxr-xr-x | commitpkg | 3 | ||||
-rwxr-xr-x | communityco | 3 | ||||
-rwxr-xr-x | finddeps | 3 | ||||
-rwxr-xr-x | lddd | 3 | ||||
-rwxr-xr-x | makechrootpkg | 3 | ||||
-rwxr-xr-x | mkarchroot | 3 | ||||
-rwxr-xr-x | rebuildpkgs | 3 |
11 files changed, 0 insertions, 33 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |