diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 22:11:52 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 22:11:52 +0000 |
commit | 6542cfa9f1ded43133a95e5fff8f4117c583e2ab (patch) | |
tree | 5d38edd7195d19cbca4daec243f22cd9fb7fcf2b /app-vim | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-6542cfa9f1ded43133a95e5fff8f4117c583e2ab.tar.gz gentoo-2-6542cfa9f1ded43133a95e5fff8f4117c583e2ab.tar.bz2 gentoo-2-6542cfa9f1ded43133a95e5fff8f4117c583e2ab.zip |
Stable on alpha.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 6162cc00ec15..3ea9777c4ef2 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.17 2004/09/03 00:03:46 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.18 2004/09/05 22:11:52 kloeri Exp $ + + 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> align-27.ebuild: + Stable on alpha. 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> align-28.ebuild: Help text, bug #62559 diff --git a/app-vim/align/align-27.ebuild b/app-vim/align/align-27.ebuild index 71b09d9efe0c..e2d3aedcfad2 100644 --- a/app-vim/align/align-27.ebuild +++ b/app-vim/align/align-27.ebuild @@ -1,11 +1,11 @@ # 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-27.ebuild,v 1.5 2004/08/20 16:25:11 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-27.ebuild,v 1.6 2004/09/05 22:11:52 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="" |