diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-01-24 17:10:18 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-01-24 17:10:18 +0000 |
commit | fbe962fc223e0f003878820f504a673824d979e3 (patch) | |
tree | feab98241620201894b3349af5721503b7f48e38 /app-vim/detectindent/detectindent-1.0.ebuild | |
parent | EU::MM bump (diff) | |
download | gentoo-2-fbe962fc223e0f003878820f504a673824d979e3.tar.gz gentoo-2-fbe962fc223e0f003878820f504a673824d979e3.tar.bz2 gentoo-2-fbe962fc223e0f003878820f504a673824d979e3.zip |
marked stable on amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-vim/detectindent/detectindent-1.0.ebuild')
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index bbb67966354f..35b2a85ae1c1 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 +# Copyright 1999-2006 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.4 2005/12/09 17:01:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.5 2006/01/24 17:10:18 chutzpah 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="~amd64 ~hppa mips ~ppc sparc x86" +KEYWORDS="amd64 ~hppa mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |