commit:     7aeabc06ff3be7ca2521c5827c3d6dece689b2a2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 10:03:40 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 10:04:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aeabc06

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

 app-vim/vimcdoc/Manifest             |  1 +
 app-vim/vimcdoc/metadata.xml         |  8 ++++++++
 app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 11 +++++++++++
 3 files changed, 20 insertions(+)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
new file mode 100644
index 00000000000..ba1bba91056
--- /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 00000000000..5c000c76308
--- /dev/null
+++ b/app-vim/vimcdoc/metadata.xml
@@ -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>[email protected]</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
index 00000000000..187c5de190b
--- /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"

Reply via email to