summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-03-17 18:18:31 +0000
committerSteve Dibb <beandog@gentoo.org>2007-03-17 18:18:31 +0000
commit59062eb98f668a5f5e7dba42b5c38d61c4090dd1 (patch)
treecbc6cf10d216faa3efd6e4cbd7cb38f8bdef2bbe /app-vim/align
parentamd64 stable, bug 169103 (diff)
downloadgentoo-2-59062eb98f668a5f5e7dba42b5c38d61c4090dd1.tar.gz
gentoo-2-59062eb98f668a5f5e7dba42b5c38d61c4090dd1.tar.bz2
gentoo-2-59062eb98f668a5f5e7dba42b5c38d61c4090dd1.zip
amd64 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-vim/align')
-rw-r--r--app-vim/align/ChangeLog5
-rw-r--r--app-vim/align/align-33.ebuild9
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
}
-