diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-19 19:37:30 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-19 19:37:30 +0000 |
commit | 35b95e3f65138746277863de48a902ea3a395d5f (patch) | |
tree | 1254c8687f00a7d261f774bece661680dadd1666 /app-vim/align | |
parent | fix depend (Manifest recommit) (diff) | |
download | gentoo-2-35b95e3f65138746277863de48a902ea3a395d5f.tar.gz gentoo-2-35b95e3f65138746277863de48a902ea3a395d5f.tar.bz2 gentoo-2-35b95e3f65138746277863de48a902ea3a395d5f.zip |
Stable on alpha.
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 770999aa6a86..8edd4f8e10e8 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.19 2004/09/06 22:32:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.20 2004/09/19 19:33:53 kloeri Exp $ + + 19 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> align-28.ebuild: + Stable on alpha. 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> align-28.ebuild: Stable on x86, sparc, mips diff --git a/app-vim/align/align-28.ebuild b/app-vim/align/align-28.ebuild index 80cc28f949cb..a18f733d944c 100644 --- a/app-vim/align/align-28.ebuild +++ b/app-vim/align/align-28.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-28.ebuild,v 1.4 2004/09/06 22:32:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-28.ebuild,v 1.5 2004/09/19 19:33:53 kloeri Exp $ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="x86 ~alpha sparc ~ia64 ~ppc mips" +KEYWORDS="x86 alpha sparc ~ia64 ~ppc mips" IUSE="" VIM_PLUGIN_HELPFILES="align align-maps" |