Skip to content

Commit

Permalink
app-vim/mediawiki: new package
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Aug 24, 2020
1 parent b609c97 commit 5f126c4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/mediawiki/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST mediawiki-20151115.tar.gz 8313 BLAKE2B 81e8e73fed051b799fbac9bfd43d2ff63da077fc42d975b90e5c4ff834ba3804942751eeac632169230f41b0123f95807d91afe695622074caf8259833e4a39a SHA512 780f8f0866944b57216263e73f2c2f415f31fb764c9fb43e430a2d82934cbfa483aae6074b21d5e8595b487636f664d2b4698f505368893f8831d7d4efc31ea7
23 changes: 23 additions & 0 deletions app-vim/mediawiki/mediawiki-20151115.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit vim-plugin

COMMIT_HASH="26e5737264354be41cb11d16d48132779795e168"
DESCRIPTION="vim plugin: MediaWiki syntax highlighting"
HOMEPAGE="https://github.com/chikamichi/mediawiki.vim"
LICENSE="public-domain"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE=""
SRC_URI="https://github.com/chikamichi/mediawiki.vim/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}.vim-${COMMIT_HASH}"

VIM_PLUGIN_HELPTEXT=\
"This holds a syntax highlighter for MediaWiki-based projects, mostly Wikipedia.
Files ending in .wiki will be highlighted."

VIM_PLUGIN_MESSAGES="filetype"
# Same origin, but app-vim/wikipedia-syntax is even less maintained!
RDEPEND="!app-vim/wikipedia-syntax"
11 changes: 11 additions & 0 deletions app-vim/mediawiki/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Vim Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 5f126c4

Please sign in to comment.