Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 25 Jul 2016 20:56:17
Message-Id: 1469480148.9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab.radhermit@gentoo
1 commit: 9ab1f9beeab95cacfdaf0d92b2abb07fdb16b6ab
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 20:52:47 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 20:55:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab1f9be
7
8 eclass/vim-plugin.eclass: add maintainer info
9
10 eclass/vim-plugin.eclass | 10 +++++++---
11 1 file changed, 7 insertions(+), 3 deletions(-)
12
13 diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
14 index 7779cd5..e6aa02a 100644
15 --- a/eclass/vim-plugin.eclass
16 +++ b/eclass/vim-plugin.eclass
17 @@ -1,11 +1,15 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22 -#
23 +
24 +# @ECLASS: vim-plugin.eclass
25 +# @MAINTAINER:
26 +# vim@g.o
27 +# @DESCRIPTION:
28 # This eclass simplifies installation of app-vim plugins into
29 # /usr/share/vim/vimfiles. This is a version-independent directory
30 # which is read automatically by vim. The only exception is
31 -# documentation, for which we make a special case via vim-doc.eclass
32 +# documentation, for which we make a special case via vim-doc.eclass.
33
34 inherit vim-doc
35 EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm