From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/wikipedia-syntax/Manifest | 3 +++ app-vim/wikipedia-syntax/metadata.xml | 13 +++++++++++++ .../wikipedia-syntax-20101113-r1.ebuild | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 app-vim/wikipedia-syntax/Manifest create mode 100644 app-vim/wikipedia-syntax/metadata.xml create mode 100644 app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild (limited to 'app-vim/wikipedia-syntax') diff --git a/app-vim/wikipedia-syntax/Manifest b/app-vim/wikipedia-syntax/Manifest new file mode 100644 index 000000000000..46718e7ee462 --- /dev/null +++ b/app-vim/wikipedia-syntax/Manifest @@ -0,0 +1,3 @@ +DIST wikipedia-syntax-20101113.tar.bz2 3463 BLAKE2B ee37c972eaf884e6c5130356638c7309481f4e37b7c08056770d9600e35ef67b1480fd0b8f4eb68a10df9caf8f4152e325d501d752e799eb5b43de8f5b012ce4 SHA512 e0e52d4cf6e6e5a3f6cb32b0dc22c91c6b3b58292f1e0d67cb4de4ed2675d7f6bbb069d37e6a59b0cfad201c082322e3cb5300639e39447bbcda22d99c88b4b4 +EBUILD wikipedia-syntax-20101113-r1.ebuild 502 BLAKE2B 966545aa0d4669bdaf237ee1dc37a5d03480895e12934d0ee7cfa827f7a1f440cc18d2d543bfc2856151d7d5a3bd80e0a2d24b72b3c06b49681d38a99ddea7c7 SHA512 6a2dde4868eb2ce282f7b43896d26acd4ec9eb8001391d3a4ef322960c687c38b0fe346003f21ed3857c42118e36c20c8dffd7b67e0d01f3cb6062a28802a2bf +MISC metadata.xml 441 BLAKE2B b7ca0f393018de1391ced7bccaee3b2e1a57f148e9afc2305c6aacad8bd2f2bbf7fb787008598274e595017f6150c66eff622f58923a9baf5647ec5dd1155d35 SHA512 46bd57e33bc8214c4823ea84d1cebe83a55e7bc7b01e67d88fca2bbc3bf2e2eebad2041a76b6a70702e51bd934723b5a337f326ab33970a534b15e46c2177c45 diff --git a/app-vim/wikipedia-syntax/metadata.xml b/app-vim/wikipedia-syntax/metadata.xml new file mode 100644 index 000000000000..9f257c75a967 --- /dev/null +++ b/app-vim/wikipedia-syntax/metadata.xml @@ -0,0 +1,13 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + This package provides Vim syntax highlighting for Wikipedia + files, and automatic filetype detection for these files based upon + filename. + + diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild new file mode 100644 index 000000000000..200a7be789da --- /dev/null +++ b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Wikipedia syntax highlighting" +HOMEPAGE="https://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" +LICENSE="CC-BY-SA-3.0" +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" -- cgit v1.2.3