diff options
author | David Holm <dholm@gentoo.org> | 2005-08-06 09:04:41 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-08-06 09:04:41 +0000 |
commit | 3b5fa8186cc8c1a85e47b787fd6dbdaec43569e7 (patch) | |
tree | cab4b4dea4f951270728497c57c28c4776927a58 /app-vim/detectindent | |
parent | remove old versions - fixes bug #61166. crypto herd to maintainers (diff) | |
download | gentoo-2-3b5fa8186cc8c1a85e47b787fd6dbdaec43569e7.tar.gz gentoo-2-3b5fa8186cc8c1a85e47b787fd6dbdaec43569e7.tar.bz2 gentoo-2-3b5fa8186cc8c1a85e47b787fd6dbdaec43569e7.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r2)
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 908c6f6c0fee..a33a5d5b4ea6 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.1 2005/08/05 21:27:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.2 2005/08/06 09:04:41 dholm Exp $ + + 06 Aug 2005; David Holm <dholm@gentoo.org> detectindent-1.0.ebuild: + Added to ~ppc. *detectindent-1.0 (05 Aug 2005) diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index bf3ebcb867bc..e18bc6efc201 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.1 2005/08/05 21:27:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.2 2005/08/06 09:04:41 dholm 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="~x86 ~sparc ~mips ~hppa" +KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |