From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F36AE138359 for ; Mon, 24 Aug 2020 05:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB1EE080E; Mon, 24 Aug 2020 05:46:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8EAAE080E for ; Mon, 24 Aug 2020 05:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D29E4335D74 for ; Mon, 24 Aug 2020 05:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F12631C for ; Mon, 24 Aug 2020 05:46:24 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1598247972.5f126c41e8c9479733e74a891608eb47fa0e976f.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/mediawiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/mediawiki/Manifest app-vim/mediawiki/mediawiki-20151115.ebuild app-vim/mediawiki/metadata.xml X-VCS-Directories: app-vim/mediawiki/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5f126c41e8c9479733e74a891608eb47fa0e976f X-VCS-Branch: master Date: Mon, 24 Aug 2020 05:46:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23bc4f25-748d-42f1-adaf-eb0c9e6d0a6f X-Archives-Hash: d963e09597ad02304dca3715085a5ddc commit: 5f126c41e8c9479733e74a891608eb47fa0e976f Author: Robin H. Johnson gentoo org> AuthorDate: Mon Aug 24 05:39:29 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Aug 24 05:46:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f126c41 app-vim/mediawiki: new package Signed-off-by: Robin H. Johnson gentoo.org> app-vim/mediawiki/Manifest | 1 + app-vim/mediawiki/mediawiki-20151115.ebuild | 23 +++++++++++++++++++++++ app-vim/mediawiki/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) diff --git a/app-vim/mediawiki/Manifest b/app-vim/mediawiki/Manifest new file mode 100644 index 00000000000..02b7b7abdc0 --- /dev/null +++ b/app-vim/mediawiki/Manifest @@ -0,0 +1 @@ +DIST mediawiki-20151115.tar.gz 8313 BLAKE2B 81e8e73fed051b799fbac9bfd43d2ff63da077fc42d975b90e5c4ff834ba3804942751eeac632169230f41b0123f95807d91afe695622074caf8259833e4a39a SHA512 780f8f0866944b57216263e73f2c2f415f31fb764c9fb43e430a2d82934cbfa483aae6074b21d5e8595b487636f664d2b4698f505368893f8831d7d4efc31ea7 diff --git a/app-vim/mediawiki/mediawiki-20151115.ebuild b/app-vim/mediawiki/mediawiki-20151115.ebuild new file mode 100644 index 00000000000..c91e727ce8d --- /dev/null +++ b/app-vim/mediawiki/mediawiki-20151115.ebuild @@ -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" diff --git a/app-vim/mediawiki/metadata.xml b/app-vim/mediawiki/metadata.xml new file mode 100644 index 00000000000..beeedfbd188 --- /dev/null +++ b/app-vim/mediawiki/metadata.xml @@ -0,0 +1,11 @@ + + + + + robbat2@gentoo.org + + + vim@gentoo.org + Gentoo Vim Project + +