summaryrefslogtreecommitdiff
path: root/app-vim/vimcdoc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-vim/vimcdoc
reinit the tree, so we can have metadata
Diffstat (limited to 'app-vim/vimcdoc')
-rw-r--r--app-vim/vimcdoc/Manifest3
-rw-r--r--app-vim/vimcdoc/metadata.xml8
-rw-r--r--app-vim/vimcdoc/vimcdoc-1.9.0.ebuild11
3 files changed, 22 insertions, 0 deletions
diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
new file mode 100644
index 000000000000..2cb34dc7267c
--- /dev/null
+++ b/app-vim/vimcdoc/Manifest
@@ -0,0 +1,3 @@
+DIST vimcdoc-1.9.0.tar.gz 1969682 SHA256 eee60f8b50aa4858f6668061ef0b35b81f67cd5f2114a871b14d422622eb435b SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9 WHIRLPOOL ba65b334735a16720c6eedeaf5a075d2a6aa020e2e46adfda1a2595b2c3f7eca43266a797169678fb46a00df35c0f7dd665e3a899458edaf12cfd46caa8c73a2
+EBUILD vimcdoc-1.9.0.ebuild 331 SHA256 fc7992a8ba0db2a80c4037998a375a7f0abef01e9442f257077c149065b137c7 SHA512 24947daf81ecbebc36b2f8b1f376cb3d33619f685044c2530cd8341c24ef3f37eb44901c887ba1b1a046a7905cd688b2d3876ef37e79a097f82163633da485a9 WHIRLPOOL 9b8a511b7eca4f618ed129bae757d50e1c08957a19fb22b22f31be1aa300cfc482b0a97379b3a7df2676b1fe48400586944b58bdbde5600d963672b7e3a6b63d
+MISC metadata.xml 249 SHA256 d4adb0d6593130c430b51f47b187c0848b8a16d353d419cb39e44edf8baa033b SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 WHIRLPOOL 0e859a788faf27de759428701100b3134df0b6d5e8402bbb125fce791e778353ddcd819d86f54063928836417f2cefb2c1e30e8568b8d2aa4cd336d3b695b10a
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"