Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 05 Nov 2016 00:58:21
Message-Id: 1478307376.f88776f77a55964353a8a3b5377ce80c7a3fa9c8.dilfridge@gentoo
1 commit: f88776f77a55964353a8a3b5377ce80c7a3fa9c8
2 Author: William L. Thomson Jr <wlt <AT> o-sinc <DOT> com>
3 AuthorDate: Fri Nov 4 17:07:59 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 00:56:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88776f7
7
8 eclass/perl-module.eclass: Added documentation for DIST_SECTION
9
10 Closes: https://github.com/gentoo/gentoo/pull/2741
11
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 eclass/perl-module.eclass | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
18 index 0e90e24..89791fe 100644
19 --- a/eclass/perl-module.eclass
20 +++ b/eclass/perl-module.eclass
21 @@ -131,6 +131,11 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
22 # (EAPI=6) This variable sets the module author name for the calculation of
23 # SRC_URI. Named MODULE_AUTHOR in EAPI=5.
24
25 +# @ECLASS-VARIABLE: DIST_SECTION
26 +# @DESCRIPTION:
27 +# (EAPI=6) This variable sets the module section for the calculation of
28 +# SRC_URI. Named MODULE_SECTION in EAPI=5.
29 +
30 # @ECLASS-VARIABLE: DIST_EXAMPLES
31 # @DESCRIPTION:
32 # (EAPI=6) This Bash array allows passing a list of example files to be installed