diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-09-07 02:09:58 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-09-07 02:09:58 +0000 |
commit | 804bd180d0e9e807a9505645074c82a305cd42c8 (patch) | |
tree | b46168b6a7f5ba0932eeb0c409732ae1f9a67dea /app-vim/detectindent | |
parent | New release: 2.12.0 (diff) | |
download | historical-804bd180d0e9e807a9505645074c82a305cd42c8.tar.gz historical-804bd180d0e9e807a9505645074c82a305cd42c8.tar.bz2 historical-804bd180d0e9e807a9505645074c82a305cd42c8.zip |
x86 sparc mips stable
Package-Manager: portage-2.0.51.22-r2 flaming goat edition
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" |