diff options
author | 2004-09-06 22:49:44 +0000 | |
---|---|---|
committer | 2004-09-06 22:49:44 +0000 | |
commit | 8b1bf3efbb85c3c6ca206ccdef5463b0738973cc (patch) | |
tree | efa438d331cc89581366ba92641fbe04f79541b2 /app-vim/increment | |
parent | Stable on x86, sparc (diff) | |
download | historical-8b1bf3efbb85c3c6ca206ccdef5463b0738973cc.tar.gz historical-8b1bf3efbb85c3c6ca206ccdef5463b0738973cc.tar.bz2 historical-8b1bf3efbb85c3c6ca206ccdef5463b0738973cc.zip |
Stable on x86
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/increment/increment-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index 4445179c9086..370e678d9680 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/increment # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.4 2004/09/05 00:26:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.5 2004/09/06 22:49:44 ciaranm Exp $ + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> increment-1.0.ebuild: + Stable on x86 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> increment-1.0.ebuild: Added help text, bug #62559 diff --git a/app-vim/increment/increment-1.0.ebuild b/app-vim/increment/increment-1.0.ebuild index cc99e3226f9b..d84ed38fa5e3 100644 --- a/app-vim/increment/increment-1.0.ebuild +++ b/app-vim/increment/increment-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.6 2004/09/05 00:26:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.7 2004/09/06 22:49:44 ciaranm Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: easily create sequences of incremented values" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" LICENSE="as-is" -KEYWORDS="sparc ~x86 ~ppc amd64 alpha ia64" +KEYWORDS="sparc x86 ~ppc amd64 alpha ia64" IUSE="" VIM_PLUGIN_HELPFILES="increment.txt" |