commit: 0cc84fd880fbf927b11ae0d5c512684a330a1584 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Dec 25 10:45:22 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Dec 31 15:55:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc84fd8
app-vim/emmet: EAPI 6 bump. Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force app-vim/emmet/emmet-0.85-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app-vim/emmet/emmet-0.85-r1.ebuild b/app-vim/emmet/emmet-0.85-r1.ebuild new file mode 100644 index 00000000000..6d4e2ef712e --- /dev/null +++ b/app-vim/emmet/emmet-0.85-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2981 https://mattn.github.io/emmet-vim/ https://emmet.io/" +LICENSE="BSD" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt"
