diff options
author | William L. Thomson Jr <wlt@o-sinc.com> | 2016-11-04 13:07:59 -0400 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-05 01:56:16 +0100 |
commit | f88776f77a55964353a8a3b5377ce80c7a3fa9c8 (patch) | |
tree | 6bddfa416c1d276f1f0ede497f4ccdfb6bc7a438 /eclass | |
parent | dev-perl/Lab-Measurement: Remove old (diff) | |
download | gentoo-f88776f77a55964353a8a3b5377ce80c7a3fa9c8.tar.gz gentoo-f88776f77a55964353a8a3b5377ce80c7a3fa9c8.tar.bz2 gentoo-f88776f77a55964353a8a3b5377ce80c7a3fa9c8.zip |
eclass/perl-module.eclass: Added documentation for DIST_SECTION
Closes: https://github.com/gentoo/gentoo/pull/2741
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0e90e2440866..89791fe7967a 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -131,6 +131,11 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}" # (EAPI=6) This variable sets the module author name for the calculation of # SRC_URI. Named MODULE_AUTHOR in EAPI=5. +# @ECLASS-VARIABLE: DIST_SECTION +# @DESCRIPTION: +# (EAPI=6) This variable sets the module section for the calculation of +# SRC_URI. Named MODULE_SECTION in EAPI=5. + # @ECLASS-VARIABLE: DIST_EXAMPLES # @DESCRIPTION: # (EAPI=6) This Bash array allows passing a list of example files to be installed |