diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-19 13:10:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-19 13:10:26 +0000 |
commit | 64f20f2cfd39e7ea6d981cdfca328f1856e81788 (patch) | |
tree | a678edb311b8d970f24346d7a6e62dfdfa91f345 /app-vim | |
parent | Stable everywhere (diff) | |
download | gentoo-2-64f20f2cfd39e7ea6d981cdfca328f1856e81788.tar.gz gentoo-2-64f20f2cfd39e7ea6d981cdfca328f1856e81788.tar.bz2 gentoo-2-64f20f2cfd39e7ea6d981cdfca328f1856e81788.zip |
Mark 33 stable on alpha
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 9955b312fe26..12357c58c17c 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.40 2006/09/16 14:42:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.41 2006/10/19 13:10:26 agriffis Exp $ + + 19 Oct 2006; Aron Griffis <agriffis@gentoo.org> align-33.ebuild: + Mark 33 stable on alpha 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> align-33.ebuild: ppc stable diff --git a/app-vim/align/align-33.ebuild b/app-vim/align/align-33.ebuild index a1d2766eb870..61ee2bda4f5d 100644 --- a/app-vim/align/align-33.ebuild +++ b/app-vim/align/align-33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.3 2006/09/16 14:42:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.4 2006/10/19 13:10:26 agriffis Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ 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="~alpha ~amd64 ia64 ~mips ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc ~sparc ~x86" IUSE="" RDEPEND="app-vim/cecutil" |