diff options
Diffstat (limited to 'app-vim/detectindent')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog index a33a5d5b4ea6..70e4878a1aaa 100644 --- a/app-vim/detectindent/ChangeLog +++ b/app-vim/detectindent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/detectindent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.2 2005/08/06 09:04:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.3 2005/09/07 02:04:30 ciaranm Exp $ + + 07 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> detectindent-1.0.ebuild: + x86 sparc mips stable 06 Aug 2005; David Holm <dholm@gentoo.org> detectindent-1.0.ebuild: Added to ~ppc. diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index e18bc6efc201..f632616c685d 100644 --- a/app-vim/detectindent/detectindent-1.0.ebuild +++ b/app-vim/detectindent/detectindent-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.2 2005/08/06 09:04:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.3 2005/09/07 02:04:30 ciaranm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: automatically detect file indent settings" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171" LICENSE="vim" -KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~hppa mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |