public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable
@ 2022-01-01 11:04 Ulrich Müller
  2022-01-03 23:42 ` Pacho Ramos
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Müller @ 2022-01-01 11:04 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

This fixes a spurious "UnusedInherits" warning from pkgcheck.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
 eclass/readme.gentoo-r1.eclass | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
index 3ad36fac2588..0d302179127b 100644
--- a/eclass/readme.gentoo-r1.eclass
+++ b/eclass/readme.gentoo-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: readme.gentoo-r1.eclass
@@ -25,6 +25,11 @@ case ${EAPI} in
 	*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
+# @ECLASS-VARIABLE: DOC_CONTENTS
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# The information that is used to create the README.gentoo file.
+
 # @ECLASS-VARIABLE: DISABLE_AUTOFORMATTING
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] [PATCH] readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable
  2022-01-01 11:04 [gentoo-dev] [PATCH] readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable Ulrich Müller
@ 2022-01-03 23:42 ` Pacho Ramos
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2022-01-03 23:42 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

El sáb, 01-01-2022 a las 12:04 +0100, Ulrich Müller escribió:
> This fixes a spurious "UnusedInherits" warning from pkgcheck.
> 
> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
> ---
>  eclass/readme.gentoo-r1.eclass | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
> index 3ad36fac2588..0d302179127b 100644
> --- a/eclass/readme.gentoo-r1.eclass
> +++ b/eclass/readme.gentoo-r1.eclass
> @@ -1,4 +1,4 @@
> -# Copyright 1999-2021 Gentoo Authors
> +# Copyright 1999-2022 Gentoo Authors
>  # Distributed under the terms of the GNU General Public License v2
>  
>  # @ECLASS: readme.gentoo-r1.eclass
> @@ -25,6 +25,11 @@ case ${EAPI} in
>         *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
>  esac
>  
> +# @ECLASS-VARIABLE: DOC_CONTENTS
> +# @DEFAULT_UNSET
> +# @DESCRIPTION:
> +# The information that is used to create the README.gentoo file.
> +
>  # @ECLASS-VARIABLE: DISABLE_AUTOFORMATTING
>  # @DEFAULT_UNSET
>  # @DESCRIPTION:

LGTM

Thanks!

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-03 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01 11:04 [gentoo-dev] [PATCH] readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable Ulrich Müller
2022-01-03 23:42 ` Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox