Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: qa@g.o, pms@g.o, Sam James <sam@g.o>
Subject: [gentoo-dev] [PATCH 0/1] Add edo.eclass
Date: Sat, 16 Apr 2022 06:19:45
Message-Id: 20220416061912.4147164-1-sam@gentoo.org
1 Intended as a discussion starter after recent discussions in
2 #gentoo-dev. I don't necc. expect this to be the final
3 implementation at all, but it's often helpful to have
4 something concrete to discuss & iterate on.
5
6 I think the need for this is pretty strong in sci-*/* ebuilds
7 which tend to need custom homebrew commands executed and
8 such an edo helper allows us to:
9 - have a more verbose log (which is one of our general principles and policies)
10 - make the ebuild cleaner, as we only need one line to both echo-and-run
11
12 Sam James (1):
13 edo.eclass: add new eclass
14
15 eclass/edo.eclass | 34 ++++++++++++++++++++++++++++++++++
16 1 file changed, 34 insertions(+)
17 create mode 100644 eclass/edo.eclass
18
19 --
20 2.35.1

Replies

Subject Author
[gentoo-dev] [PATCH 1/1] edo.eclass: add new eclass Sam James <sam@g.o>