summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-18 12:03:40 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-18 12:04:38 +0200
commit7aeabc06ff3be7ca2521c5827c3d6dece689b2a2 (patch)
tree4633498db087057ef33a278d502097d6c7b8f35d /app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
parentmedia-sound/mps-youtube: add live ebuild (diff)
downloadgentoo-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/vimcdoc-1.9.0.ebuild')
-rw-r--r--app-vim/vimcdoc/vimcdoc-1.9.0.ebuild11
1 files changed, 11 insertions, 0 deletions
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"