Gentoo Archives: gentoo-portage-dev

From: Joakim Tjernlund <Joakim.Tjernlund@××××××××.com>
To: "gentoo-portage-dev@l.g.o" <gentoo-portage-dev@l.g.o>
Subject: [gentoo-portage-dev] In what phase are file "merged"?
Date: Tue, 22 Jun 2021 23:11:06
Message-Id: 0d4c69c960e924fc55e8eed1d5941920eae7556e.camel@infinera.com
1 In PMS 9.2 is says:
2 The call order for upgrading, downgrading or reinstalling a package is:
3
4 pkg_pretend (only for EAPIs listed in table 9.2), which is called outside of the normal call order process.
5 pkg_setup
6 src_unpack
7 src_prepare (only for EAPIs listed in table 9.3)
8 src_configure (only for EAPIs listed in table 9.4)
9 src_compile
10 src_test (except if RESTRICT=test)
11 src_install
12 pkg_preinst
13 pkg_prerm for the package being replaced
14 pkg_postrm for the package being replaced
15 pkg_postinst
16
17
18 It does not say where in this list new files merged and old files unmerged, can anyone enlighten me?
19
20 Jocke

Replies

Subject Author
Re: [gentoo-portage-dev] In what phase are file "merged"? Ulrich Mueller <ulm@g.o>