diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-11-14 07:09:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-11-14 07:09:25 +0000 |
commit | b92ed2057bebefc130f6ab9470a200e34591701e (patch) | |
tree | ca8abab648df41ddd9a318630a10920c6eb831c5 /app-vim/genindent | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-b92ed2057bebefc130f6ab9470a200e34591701e.tar.gz gentoo-2-b92ed2057bebefc130f6ab9470a200e34591701e.tar.bz2 gentoo-2-b92ed2057bebefc130f6ab9470a200e34591701e.zip |
Version bump.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/genindent')
-rw-r--r-- | app-vim/genindent/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/genindent/genindent-1.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/app-vim/genindent/ChangeLog b/app-vim/genindent/ChangeLog index 1c50b6f94bff..2d235870055c 100644 --- a/app-vim/genindent/ChangeLog +++ b/app-vim/genindent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/genindent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.17 2010/10/07 03:15:47 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.18 2010/11/14 07:09:25 radhermit Exp $ + +*genindent-1.1 (14 Nov 2010) + + 14 Nov 2010; Tim Harder <radhermit@gentoo.org> +genindent-1.1.ebuild: + Version bump. 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> genindent-1.0.ebuild: Drop to ~mips diff --git a/app-vim/genindent/genindent-1.1.ebuild b/app-vim/genindent/genindent-1.1.ebuild new file mode 100644 index 000000000000..5cf542f070b5 --- /dev/null +++ b/app-vim/genindent/genindent-1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v 1.1 2010/11/14 07:09:24 radhermit Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for simplifying indent files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |