public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] mercurial.eclass: Fix typo in eclassdoc
@ 2023-06-15 22:05 Ulrich Müller
  2023-06-15 22:05 ` [gentoo-dev] [PATCH 2/2] mercurial.eclass: Don't inherit eutils Ulrich Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Müller @ 2023-06-15 22:05 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

Fixes: 216f39ea557e3950aa4d0c174f36df737afcb5fe
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
 eclass/mercurial.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index 27fb525bcbd6..472d7448d513 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -3,7 +3,7 @@
 
 # @ECLASS: mercurial.eclass
 # @MAINTAINER:
-# No maintainer <maintainer-needed@gentoo.org.
+# No maintainer <maintainer-needed@gentoo.org>
 # @AUTHOR:
 # Next gen author: Krzysztof Pawlik <nelchael@gentoo.org>
 # Original author: Aron Griffis <agriffis@gentoo.org>
-- 
2.41.0



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

* [gentoo-dev] [PATCH 2/2] mercurial.eclass: Don't inherit eutils
  2023-06-15 22:05 [gentoo-dev] [PATCH 1/2] mercurial.eclass: Fix typo in eclassdoc Ulrich Müller
@ 2023-06-15 22:05 ` Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2023-06-15 22:05 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

None of the ebuilds inheriting mercurial.eclass needs any of the
remaining eutils features in EAPI 7.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
 eclass/mercurial.eclass | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index 472d7448d513..16d9fc87cb0a 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -25,14 +25,6 @@ _MERCURIAL_ECLASS=1
 
 PROPERTIES+=" live"
 
-case ${EAPI:-0} in
-	7)
-		# For compatibiilty only (indirect inherits).
-		# Eclass itself doesn't need it.
-		inherit eutils
-		;;
-esac
-
 BDEPEND="dev-vcs/mercurial"
 
 # @ECLASS_VARIABLE: EHG_REPO_URI
-- 
2.41.0



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

end of thread, other threads:[~2023-06-15 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 22:05 [gentoo-dev] [PATCH 1/2] mercurial.eclass: Fix typo in eclassdoc Ulrich Müller
2023-06-15 22:05 ` [gentoo-dev] [PATCH 2/2] mercurial.eclass: Don't inherit eutils Ulrich Müller

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