diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-10-07 03:08:33 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-10-07 03:08:33 +0000 |
commit | 0842ee721a3d2ed43e493b1529595dabcd26e26b (patch) | |
tree | 5d0f4dea49f312d241faafa134e4fa3eac4d529c /app-vim | |
parent | Drop to ~mips (diff) | |
download | gentoo-2-0842ee721a3d2ed43e493b1529595dabcd26e26b.tar.gz gentoo-2-0842ee721a3d2ed43e493b1529595dabcd26e26b.tar.bz2 gentoo-2-0842ee721a3d2ed43e493b1529595dabcd26e26b.zip |
Drop to ~mips
(Portage version: 2.1.9.13/cvs/Linux mips64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog index d36bc63ca860..18559e545a56 100644 --- a/app-vim/detectindent/ChangeLog +++ b/app-vim/detectindent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/detectindent -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.7 2006/11/22 05:55:44 wormo Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.8 2010/10/07 03:08:33 leio Exp $ + + 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> detectindent-1.0.ebuild: + Drop to ~mips 22 Nov 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> detectindent-1.0.ebuild: diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index fbe0977f2bbb..b855f9273525 100644 --- a/app-vim/detectindent/detectindent-1.0.ebuild +++ b/app-vim/detectindent/detectindent-1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 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.7 2007/07/11 05:14:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.8 2010/10/07 03:08:33 leio 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" |