commit: 74224e15c5451c1c72f63ad91a8fec6e430c17ae Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri May 13 07:55:12 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri May 13 08:23:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74224e15
app-vim/wikipedia-syntax: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 ...-syntax-20101113.ebuild => wikipedia-syntax-20101113-r1.ebuild} | 7 +++++-- 1 file 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 similarity index 82% rename from app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild rename to app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild index b3d118a..51769ae 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"
