amd64 stable
authorSteve Dibb <beandog@gentoo.org>
Sat, 17 Mar 2007 18:18:31 +0000 (18:18 +0000)
committerSteve Dibb <beandog@gentoo.org>
Sat, 17 Mar 2007 18:18:31 +0000 (18:18 +0000)
Package-Manager: portage-2.1.2.2

app-vim/align/ChangeLog
app-vim/align/align-33.ebuild

index d2cf9d21bfeaed49cc112800e1d2a536a14fda30..5f77d0233cd35b6b529c46fd7cc7d01a1ab92db9 100644 (file)
@@ -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.
index 2526f0fdcb399929ac4abd47ef28137c8c136363..befd216b792eaf1f8c6b932f75b4a6cead79c07e 100644 (file)
@@ -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
 }
-