Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: dosym -r, attempt two
Date: Fri, 25 Jun 2021 19:51:11
Message-Id: 20210625195101.351937-1-mgorny@gentoo.org
1 Hi,
2
3 The original EAPI 8 patch series did not switch distutils-r1.eclass
4 to 'dosym -r' correctly. The call was originally done inside
5 a temporary build root (!= ${ED}). While we hacked around to make
6 'dosym -r' work, our hack did not work correctly in Prefix.
7
8 To avoid this, let's merge the temporary build root first and then
9 perform the wrapping inside ${ED}.
10
11
12 Michał Górny (4):
13 distutils-r1.eclass: Defer wrapping scripts until after root-merge
14 distutils-r1.eclass: Eliminate path arg to ..._wrap_scripts
15 distutils-r1.eclass: Use 'dosym -r' in EAPI 8
16 python-utils-r1.eclass: Remove _python_ln_rel
17
18 eclass/distutils-r1.eclass | 27 +++++++++++------------
19 eclass/python-utils-r1.eclass | 40 -----------------------------------
20 2 files changed, 14 insertions(+), 53 deletions(-)
21
22 --
23 2.32.0

Replies