diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:14:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:14:08 +0000 |
commit | 1f1eb37e4c2af601b22a8179ffc66723c7024a6b (patch) | |
tree | 81a39246f93f1fe34c76839b10d5cb75e7c838d2 /app-vim/fluxbox-syntax | |
parent | whitespace (diff) | |
download | gentoo-2-1f1eb37e4c2af601b22a8179ffc66723c7024a6b.tar.gz gentoo-2-1f1eb37e4c2af601b22a8179ffc66723c7024a6b.tar.bz2 gentoo-2-1f1eb37e4c2af601b22a8179ffc66723c7024a6b.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-vim/fluxbox-syntax')
-rw-r--r-- | app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild | 3 | ||||
-rw-r--r-- | app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild index cac828aab2b3..e69ebbe1599f 100644 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild,v 1.4 2005/01/01 16:49:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.4.ebuild,v 1.5 2007/07/11 05:14:08 mr_bones_ Exp $ inherit vim-plugin @@ -26,4 +26,3 @@ src_unpack() { echo "au BufNewFile,BufRead /*/*fluxbox/menu set filetype=fluxbox" \ > ftdetect/fluxbox.vim } - diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild index e7365cebbcb7..a3bb9506ba1f 100644 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.12 2006/12/07 02:09:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.13 2007/07/11 05:14:08 mr_bones_ Exp $ inherit vim-plugin @@ -28,4 +28,3 @@ src_unpack() { echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \ > ftdetect/fluxbox.vim } - |