diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-04 10:47:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-04 10:47:19 +0000 |
commit | 2ce0fe4ae30df5b20e79400f98fae1e9c6ab27d1 (patch) | |
tree | 64417bb713e82eddd776521f19aad6d3808435c9 /app-vim/align | |
parent | stable ppc, bug #445498 (diff) | |
download | gentoo-2-2ce0fe4ae30df5b20e79400f98fae1e9c6ab27d1.tar.gz gentoo-2-2ce0fe4ae30df5b20e79400f98fae1e9c6ab27d1.tar.bz2 gentoo-2-2ce0fe4ae30df5b20e79400f98fae1e9c6ab27d1.zip |
stable ppc, bug #441122
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/align/align-42.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 246190fb70a8..393b1f19ba77 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.56 2012/12/03 16:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.57 2012/12/04 10:47:19 blueness Exp $ + + 04 Dec 2012; Anthony G. Basile <blueness@gentoo.org> align-42.ebuild: + stable ppc, bug #441122 03 Dec 2012; <ago@gentoo.org> align-42.ebuild: Stable for amd64, wrt bug #441122 @@ -198,4 +201,3 @@ Third vim plugin added to app-vim! Verified license by writing to the author, Chip Campbell. His response: "I probably should put notices in all my scripts so that they're all copyrighted&vim-charity-style-licensed." - diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild index ebf6729b0b04..0e61e5d1670b 100644 --- a/app-vim/align/align-42.ebuild +++ b/app-vim/align/align-42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.2 2012/12/03 16:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.3 2012/12/04 10:47:19 blueness Exp $ EAPI=4 @@ -9,7 +9,7 @@ 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="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~sparc ~x86" IUSE="" RDEPEND="app-vim/cecutil" |