summaryrefslogtreecommitdiff
path: root/app-vim/wikipedia-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/wikipedia-syntax')
-rw-r--r--app-vim/wikipedia-syntax/Manifest3
-rw-r--r--app-vim/wikipedia-syntax/metadata.xml13
-rw-r--r--app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild18
3 files changed, 0 insertions, 34 deletions
diff --git a/app-vim/wikipedia-syntax/Manifest b/app-vim/wikipedia-syntax/Manifest
deleted file mode 100644
index 46718e7ee462..000000000000
--- a/app-vim/wikipedia-syntax/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 9f257c75a967..000000000000
--- a/app-vim/wikipedia-syntax/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <longdescription lang="en">
- This package provides Vim syntax highlighting for Wikipedia
- files, and automatic filetype detection for these files based upon
- filename.
- </longdescription>
-</pkgmetadata>
diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild
deleted file mode 100644
index 200a7be789da..000000000000
--- a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"