commit: 7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Dec 28 22:20:42 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Dec 28 22:20:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dac99ff
app-vim/vimcdoc: version bump. Closes: https://bugs.gentoo.org/642342 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-vim/vimcdoc/Manifest | 1 + app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest index 7420c15e797..73d9ee52f9a 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 00000000000..5eec3b7044f --- /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"
