commit: 9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Mon Jul 25 20:52:47 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 20:55:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab1f9be
eclass/vim-plugin.eclass: add maintainer info eclass/vim-plugin.eclass | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 7779cd5..e6aa02a 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,11 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# + +# @ECLASS: vim-plugin.eclass +# @MAINTAINER: +# v...@gentoo.org +# @DESCRIPTION: # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory # which is read automatically by vim. The only exception is -# documentation, for which we make a special case via vim-doc.eclass +# documentation, for which we make a special case via vim-doc.eclass. inherit vim-doc EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm