diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-13 07:55:12 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-13 08:23:28 +0000 |
commit | 74224e15c5451c1c72f63ad91a8fec6e430c17ae (patch) | |
tree | aebfd0235c6938946329bbb9f68c5c19961ae1de /app-vim | |
parent | app-vim/vimpython: Clean up old. (diff) | |
download | gentoo-74224e15c5451c1c72f63ad91a8fec6e430c17ae.tar.gz gentoo-74224e15c5451c1c72f63ad91a8fec6e430c17ae.tar.bz2 gentoo-74224e15c5451c1c72f63ad91a8fec6e430c17ae.zip |
app-vim/wikipedia-syntax: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild (renamed from app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild index b3d118a7956c..51769ae94928 100644 --- a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild +++ b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild @@ -1,16 +1,19 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + inherit vim-plugin DESCRIPTION="vim plugin: Wikipedia syntax highlighting" HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" LICENSE="CC-BY-SA-3.0" -KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86" +KEYWORDS="amd64 hppa mips ppc ppc64 x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for Wikipedia article files. Detection is by filename (*.wiki)." + VIM_PLUGIN_MESSAGES="filetype" |