diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-20 14:48:48 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-20 14:48:48 +0000 |
commit | 476d3767a1c11074b912fd1466776043ca650945 (patch) | |
tree | 3afe7f24725c7235baac2290c880eff1f56d7f6e /app-vim | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-476d3767a1c11074b912fd1466776043ca650945.tar.gz gentoo-2-476d3767a1c11074b912fd1466776043ca650945.tar.bz2 gentoo-2-476d3767a1c11074b912fd1466776043ca650945.zip |
Version bump.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/increment/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/increment/increment-1.1.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index bf5c4fd57d93..3c96a25dba74 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/increment -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.9 2007/02/22 00:03:11 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.10 2008/09/20 14:48:48 hawking Exp $ + +*increment-1.1 (20 Sep 2008) + + 20 Sep 2008; Ali Polatel <hawking@gentoo.org> +increment-1.1.ebuild: + Version bump. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild new file mode 100644 index 000000000000..7248f1eddd6b --- /dev/null +++ b/app-vim/increment/increment-1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.1.ebuild,v 1.1 2008/09/20 14:48:48 hawking Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: easily create sequences of incremented values" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" + +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="increment.txt" |