diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:41:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:41:28 +0000 |
commit | d84ef888fe3bb310572031c980de9f75e081de6a (patch) | |
tree | f27f56dcd8b414b2854d0ef4855afcb355b447cd /app-vim/increment | |
parent | stable on sparc (diff) | |
download | gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.tar.gz gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.tar.bz2 gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.zip |
stable on alpha and ia64
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/increment/increment-1.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index 663b5c40affb..2468ab96deab 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/increment -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.1 2003/12/07 01:53:46 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.2 2004/01/23 15:40:48 agriffis Exp $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> increment-1.0.ebuild: + stable on alpha and ia64 *increment-1.0 (07 Dec 2003) diff --git a/app-vim/increment/increment-1.0.ebuild b/app-vim/increment/increment-1.0.ebuild index 7d12d53c8a85..551ee4117d4a 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 Technologies, Inc. # 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.2 2004/01/09 18:20:45 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.3 2004/01/23 15:40:48 agriffis Exp $ inherit vim-plugin @@ -8,4 +8,4 @@ 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" +KEYWORDS="sparc ~x86 ~ppc amd64 alpha ia64" |