public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] readme.gentoo-r1.eclass: Fix @BLURB.
@ 2018-06-03  6:57 Ulrich Müller
  2018-06-03  6:58 ` [gentoo-dev] [PATCH 2/2] readme.gentoo-r1.eclass: Support EAPI 7 Ulrich Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Müller @ 2018-06-03  6:57 UTC (permalink / raw
  To: gentoo-dev; +Cc: Pacho Ramos

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

Closes: https://bugs.gentoo.org/637860
---
 eclass/readme.gentoo-r1.eclass | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
index 6f80cbaccdcc..a9f91cb10e38 100644
--- a/eclass/readme.gentoo-r1.eclass
+++ b/eclass/readme.gentoo-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: readme.gentoo-r1.eclass
@@ -6,8 +6,7 @@
 # Pacho Ramos <pacho@gentoo.org>
 # @AUTHOR:
 # Author: Pacho Ramos <pacho@gentoo.org>
-# @BLURB: An eclass for installing a README.gentoo doc file recording tips
-# shown via elog messages.
+# @BLURB: install a doc file shown via elog messages
 # @DESCRIPTION:
 # An eclass for installing a README.gentoo doc file recording tips
 # shown via elog messages. With this eclass, those elog messages will only be
-- 
2.17.1

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* [gentoo-dev] [PATCH 2/2] readme.gentoo-r1.eclass: Support EAPI 7.
  2018-06-03  6:57 [gentoo-dev] [PATCH 1/2] readme.gentoo-r1.eclass: Fix @BLURB Ulrich Müller
@ 2018-06-03  6:58 ` Ulrich Müller
  2018-06-08  7:10   ` [gentoo-dev] " Ulrich Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Müller @ 2018-06-03  6:58 UTC (permalink / raw
  To: gentoo-dev; +Cc: Pacho Ramos

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

No changes appear to be necessary, other than updating the case
statement.
---
 eclass/readme.gentoo-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
index a9f91cb10e38..78cbead639d3 100644
--- a/eclass/readme.gentoo-r1.eclass
+++ b/eclass/readme.gentoo-r1.eclass
@@ -23,7 +23,7 @@ case "${EAPI:-0}" in
 	0|1|2|3)
 		die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
 		;;
-	4|5|6)
+	4|5|6|7)
 		;;
 	*)
 		die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
-- 
2.17.1

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* [gentoo-dev] Re: [PATCH 2/2] readme.gentoo-r1.eclass: Support EAPI 7.
  2018-06-03  6:58 ` [gentoo-dev] [PATCH 2/2] readme.gentoo-r1.eclass: Support EAPI 7 Ulrich Müller
@ 2018-06-08  7:10   ` Ulrich Mueller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2018-06-08  7:10 UTC (permalink / raw
  To: gentoo-dev; +Cc: Pacho Ramos

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

>>>>> On Sun, 3 Jun 2018, Ulrich Müller wrote:

> No changes appear to be necessary, other than updating the case
> statement.

Pushed.

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2018-06-08  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03  6:57 [gentoo-dev] [PATCH 1/2] readme.gentoo-r1.eclass: Fix @BLURB Ulrich Müller
2018-06-03  6:58 ` [gentoo-dev] [PATCH 2/2] readme.gentoo-r1.eclass: Support EAPI 7 Ulrich Müller
2018-06-08  7:10   ` [gentoo-dev] " Ulrich Mueller

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