From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0A1F15801B for ; Sat, 22 Jul 2023 11:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7F91E081B; Sat, 22 Jul 2023 11:46:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A655E081B for ; Sat, 22 Jul 2023 11:46:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90EDE335CB7 for ; Sat, 22 Jul 2023 11:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B91BF1 for ; Sat, 22 Jul 2023 11:46:36 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1690025713.140bf7a1cb7eae744bc7a12485e89304548b2e00.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: eclass/ X-VCS-Repository: repo/user/dlang X-VCS-Files: eclass/dlang-compilers.eclass eclass/dlang.eclass eclass/dmd.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 140bf7a1cb7eae744bc7a12485e89304548b2e00 X-VCS-Branch: master Date: Sat, 22 Jul 2023 11:46:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d60fbeb-959d-4e02-a5b8-ad9b9a324d72 X-Archives-Hash: 7085ac3baecfc0758a55d66f53b13b0d commit: 140bf7a1cb7eae744bc7a12485e89304548b2e00 Author: Marco Leise gmx de> AuthorDate: Sat Jul 22 11:35:13 2023 +0000 Commit: Marco Leise gmx 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 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: marco.leise@gmx.de +# @MAINTAINER: +# Marco Leise # @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: marco.leise@gmx.de +# @MAINTAINER: +# Marco Leise # @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: marco.leise@gmx.de +# @MAINTAINER: +# Marco Leise # @BLURB: Captures most of the logic for installing DMD # @DESCRIPTION: # Helps with the maintenance of the various DMD versions by capturing common