From: Patrice Clement Date: Fri, 18 Aug 2017 10:03:40 +0000 (+0200) Subject: app-vim/vimcdoc: new package. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7aeabc06ff3be7ca2521c5827c3d6dece689b2a2;p=gentoo.git app-vim/vimcdoc: new package. vimcdoc is an attempt to translate the Vim online documentation into Chinese. Gentoo-Bug: https://bugs.gentoo.org/263832 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest new file mode 100644 index 000000000000..ba1bba91056f --- /dev/null +++ b/app-vim/vimcdoc/Manifest @@ -0,0 +1 @@ +DIST vimcdoc-1.9.0.tar.gz 1969682 SHA256 eee60f8b50aa4858f6668061ef0b35b81f67cd5f2114a871b14d422622eb435b SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9 WHIRLPOOL ba65b334735a16720c6eedeaf5a075d2a6aa020e2e46adfda1a2595b2c3f7eca43266a797169678fb46a00df35c0f7dd665e3a899458edaf12cfd46caa8c73a2 diff --git a/app-vim/vimcdoc/metadata.xml b/app-vim/vimcdoc/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/vimcdoc/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild new file mode 100644 index 000000000000..187c5de190b8 --- /dev/null +++ b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="online vim documentation translated into Chinese" +HOMEPAGE="http://vimcdoc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="vim.org" +KEYWORDS="~amd64 ~x86"