diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-08-18 12:03:40 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-18 12:04:38 +0200 |
commit | 7aeabc06ff3be7ca2521c5827c3d6dece689b2a2 (patch) | |
tree | 4633498db087057ef33a278d502097d6c7b8f35d /app-vim/vimcdoc | |
parent | media-sound/mps-youtube: add live ebuild (diff) | |
download | gentoo-7aeabc06ff3be7ca2521c5827c3d6dece689b2a2.tar.gz gentoo-7aeabc06ff3be7ca2521c5827c3d6dece689b2a2.tar.bz2 gentoo-7aeabc06ff3be7ca2521c5827c3d6dece689b2a2.zip |
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
Diffstat (limited to 'app-vim/vimcdoc')
-rw-r--r-- | app-vim/vimcdoc/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimcdoc/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 11 |
3 files changed, 20 insertions, 0 deletions
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 @@ +<?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 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" |