diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 17:20:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 17:20:43 +0000 |
commit | 1ea85edd86e2bacdb52c2f805aa1b812cc3a33fc (patch) | |
tree | 1a21e7a887692ac73bc36ac7d8c8eb6cdc2cab19 /app-vim/enhancedcommentify | |
parent | stable x86, bug 345181 (diff) | |
download | historical-1ea85edd86e2bacdb52c2f805aa1b812cc3a33fc.tar.gz historical-1ea85edd86e2bacdb52c2f805aa1b812cc3a33fc.tar.bz2 historical-1ea85edd86e2bacdb52c2f805aa1b812cc3a33fc.zip |
alpha/ia64/sparc stable
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
Diffstat (limited to 'app-vim/enhancedcommentify')
-rw-r--r-- | app-vim/enhancedcommentify/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/enhancedcommentify/ChangeLog b/app-vim/enhancedcommentify/ChangeLog index fda893310932..e5c3c67b6aa2 100644 --- a/app-vim/enhancedcommentify/ChangeLog +++ b/app-vim/enhancedcommentify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/enhancedcommentify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.34 2010/11/14 11:15:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.35 2010/11/14 17:19:39 armin76 Exp $ + + 14 Nov 2010; Raúl Porcel <armin76@gentoo.org> + enhancedcommentify-2.3.ebuild: + alpha/ia64/sparc stable 14 Nov 2010; Markus Meier <maekke@gentoo.org> enhancedcommentify-2.3.ebuild: diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild index f5272ddfc702..6c496c4ae03d 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild,v 1.3 2010/11/14 11:15:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild,v 1.4 2010/11/14 17:19:39 armin76 Exp $ inherit vim-plugin eutils @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: enhanced comment creation" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" -KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="EnhancedCommentify" |