diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-07-28 15:30:13 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-07-28 15:30:13 +0000 |
commit | 71349dce6ffdbbe1c8325343d2b86312553da7a7 (patch) | |
tree | c55e8d0413c17ce7853cfc363d5963ee9da13620 /app-vim | |
parent | add ~amd64 (diff) | |
download | gentoo-2-71349dce6ffdbbe1c8325343d2b86312553da7a7.tar.gz gentoo-2-71349dce6ffdbbe1c8325343d2b86312553da7a7.tar.bz2 gentoo-2-71349dce6ffdbbe1c8325343d2b86312553da7a7.zip |
Version bump (Bug #254267)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/wikipedia-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-vim/wikipedia-syntax/ChangeLog b/app-vim/wikipedia-syntax/ChangeLog index 2b74c7f50f42..50f48846b5e9 100644 --- a/app-vim/wikipedia-syntax/ChangeLog +++ b/app-vim/wikipedia-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/wikipedia-syntax -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/ChangeLog,v 1.11 2006/08/20 23:45:31 malc Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/ChangeLog,v 1.12 2010/07/28 15:30:13 lack Exp $ + +*wikipedia-syntax-20071103 (28 Jul 2010) + + 28 Jul 2010; Jim Ramsay <lack@gentoo.org> + +wikipedia-syntax-20071103.ebuild: + Version bump (Bug #254267) 20 Aug 2006; <malc@gentoo.org> wikipedia-syntax-20050212.ebuild: Stable on amd64 diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild new file mode 100644 index 000000000000..aa1db2676c4b --- /dev/null +++ b/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild,v 1.1 2010/07/28 15:30:13 lack Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Wikipedia syntax highlighting" +HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Wikipedia article +files. Detection is by filename (*.wiki)." +VIM_PLUGIN_MESSAGES="filetype" |