diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-17 18:18:31 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-17 18:18:31 +0000 |
commit | 7e2ed77597c32201d42b1ec48ee9205e0564847f (patch) | |
tree | 8fae87bf666d8f8584278a3840b88e7b8c450248 /app-vim | |
parent | amd64 stable, bug 169103 (diff) | |
download | historical-7e2ed77597c32201d42b1ec48ee9205e0564847f.tar.gz historical-7e2ed77597c32201d42b1ec48ee9205e0564847f.tar.bz2 historical-7e2ed77597c32201d42b1ec48ee9205e0564847f.zip |
amd64 stable
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-33.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index d2cf9d21bfea..5f77d0233cd3 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.43 2007/02/21 23:51:03 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.44 2007/03/17 18:18:31 beandog Exp $ + + 17 Mar 2007; Steve Dibb <beandog@gentoo.org> align-33.ebuild: + amd64 stable 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/align/align-33.ebuild b/app-vim/align/align-33.ebuild index 2526f0fdcb39..befd216b792e 100644 --- a/app-vim/align/align-33.ebuild +++ b/app-vim/align/align-33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.5 2006/11/17 13:09:05 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.6 2007/03/17 18:18:31 beandog Exp $ inherit vim-plugin @@ -8,9 +8,9 @@ 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="" - +SLOT="0" RDEPEND="app-vim/cecutil" VIM_PLUGIN_HELPFILES="align align-maps" @@ -24,4 +24,3 @@ src_unpack() { # nuke cecutil, we use the common shared version rm -f plugin/cecutil.vim } - |