Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 0/4] Unused prepall* removal
Date: Sat, 15 Sep 2018 11:49:04
Message-Id: 20180915114854.30550-1-mgorny@gentoo.org
1 Hi,
2
3 This series removes unused prepall* helpers. Their code is integrated
4 into prepall, then prepall is moved into misc-functions as internal
5 function rather than ebuild-visible helper.
6
7 There is still one use of prepalldocs but it will be removed before
8 the patch is merged.
9
10 This is the first step of refactoring for ecompress replacement.
11
12 --
13 Best regards,
14 Michał Górny
15
16 Michał Górny (4):
17 Ban prepallinfo for ebuild scope use
18 Ban prepallman in ebuild scope
19 Ban prepalldocs in ebuild scope
20 Ban prepall in ebuild scope
21
22 bin/ebuild-helpers/prepall | 25 +++----------------------
23 bin/ebuild-helpers/prepalldocs | 19 ++-----------------
24 bin/ebuild-helpers/prepallinfo | 9 ++-------
25 bin/ebuild-helpers/prepallman | 20 +++-----------------
26 bin/misc-functions.sh | 27 ++++++++++++++++++++++++++-
27 5 files changed, 36 insertions(+), 64 deletions(-)
28
29 --
30 2.19.0

Replies