app-vim/vimcdoc: new package.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 18 Aug 2017 10:03:40 +0000 (12:03 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 18 Aug 2017 10:04:38 +0000 (12:04 +0200)
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

app-vim/vimcdoc/Manifest [new file with mode: 0644]
app-vim/vimcdoc/metadata.xml [new file with mode: 0644]
app-vim/vimcdoc/vimcdoc-1.9.0.ebuild [new file with mode: 0644]

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
new file mode 100644 (file)
index 0000000..ba1bba9
--- /dev/null
@@ -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 (file)
index 0000000..5c000c7
--- /dev/null
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
new file mode 100644 (file)
index 0000000..187c5de
--- /dev/null
@@ -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"