diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-12-28 23:20:42 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-28 23:20:57 +0100 |
commit | 7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8 (patch) | |
tree | a66ab3f6b87d8c51ad3015acf60ab8a621ae6f22 /app-vim/vimcdoc | |
parent | app-crypt/yubikey-manager-qt: require X for qtsingleapplication #642472 (diff) | |
download | gentoo-7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8.tar.gz gentoo-7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8.tar.bz2 gentoo-7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8.zip |
app-vim/vimcdoc: version bump.
Closes: https://bugs.gentoo.org/642342
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-vim/vimcdoc')
-rw-r--r-- | app-vim/vimcdoc/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest index 7420c15e797d..73d9ee52f9ad 100644 --- a/app-vim/vimcdoc/Manifest +++ b/app-vim/vimcdoc/Manifest @@ -1 +1,2 @@ DIST vimcdoc-1.9.0.tar.gz 1969682 BLAKE2B 296fb6f246d92f8c5aa917bdc68870d568892cc2a64158121f7c69878ea8e3bdcfbe1f8b060dca11e24e0fad7ab0cfbe4db8e3d756e7f4715bfc72b32c3d2ef7 SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9 +DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096 diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild new file mode 100644 index 000000000000..5eec3b7044fb --- /dev/null +++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild @@ -0,0 +1,12 @@ +# 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" |