diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-07-25 16:52:47 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-07-25 16:55:48 -0400 |
commit | 9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab (patch) | |
tree | 6a1002ec3a10056e6d24ebb0032ed4d20189775e /eclass/vim-plugin.eclass | |
parent | kde-plasma: Remove KDE Plasma 5.5.5 (diff) | |
download | gentoo-9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab.tar.gz gentoo-9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab.tar.bz2 gentoo-9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab.zip |
eclass/vim-plugin.eclass: add maintainer info
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r-- | eclass/vim-plugin.eclass | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 7779cd533ab4..e6aa02a458e1 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: +# vim@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 |