commit: 140bf7a1cb7eae744bc7a12485e89304548b2e00 Author: Marco Leise <marco.leise <AT> gmx <DOT> de> AuthorDate: Sat Jul 22 11:35:13 2023 +0000 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de> CommitDate: Sat Jul 22 11:35:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=140bf7a1
pkgcheck: Fixed @MAINTAINER paragraphs formatting. Signed-off-by: Marco Leise <marco.leise <AT> gmx.de> eclass/dlang-compilers.eclass | 3 ++- eclass/dlang.eclass | 3 ++- eclass/dmd.eclass | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass index a872872..6882c16 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -1,5 +1,6 @@ # @ECLASS: dlang-compilers.eclass -# @MAINTAINER: [email protected] +# @MAINTAINER: +# Marco Leise <[email protected]> # @BLURB: Support data for dlang.eclass # @DESCRIPTION: # Contains the available D compiler versions with their stable archs. diff --git a/eclass/dlang.eclass b/eclass/dlang.eclass index 5c86088..0d313db 100644 --- a/eclass/dlang.eclass +++ b/eclass/dlang.eclass @@ -1,5 +1,6 @@ # @ECLASS: dlang.eclass -# @MAINTAINER: [email protected] +# @MAINTAINER: +# Marco Leise <[email protected]> # @BLURB: install D libraries in multiple locations for each D version and compiler # @DESCRIPTION: # The dlang eclass faciliates creating dependiencies on D libraries for use diff --git a/eclass/dmd.eclass b/eclass/dmd.eclass index 55f62e8..c9b3adf 100644 --- a/eclass/dmd.eclass +++ b/eclass/dmd.eclass @@ -1,5 +1,6 @@ # @ECLASS: dmd.eclass -# @MAINTAINER: [email protected] +# @MAINTAINER: +# Marco Leise <[email protected]> # @BLURB: Captures most of the logic for installing DMD # @DESCRIPTION: # Helps with the maintenance of the various DMD versions by capturing common
