public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: dosym -r, attempt two
@ 2021-06-25 19:50 Michał Górny
  2021-06-25 19:50 ` [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Defer wrapping scripts until after root-merge Michał Górny
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michał Górny @ 2021-06-25 19:50 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

Hi,

The original EAPI 8 patch series did not switch distutils-r1.eclass
to 'dosym -r' correctly.  The call was originally done inside
a temporary build root (!= ${ED}).  While we hacked around to make
'dosym -r' work, our hack did not work correctly in Prefix.

To avoid this, let's merge the temporary build root first and then
perform the wrapping inside ${ED}.


Michał Górny (4):
  distutils-r1.eclass: Defer wrapping scripts until after root-merge
  distutils-r1.eclass: Eliminate path arg to ..._wrap_scripts
  distutils-r1.eclass: Use 'dosym -r' in EAPI 8
  python-utils-r1.eclass: Remove _python_ln_rel

 eclass/distutils-r1.eclass    | 27 +++++++++++------------
 eclass/python-utils-r1.eclass | 40 -----------------------------------
 2 files changed, 14 insertions(+), 53 deletions(-)

-- 
2.32.0



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

end of thread, other threads:[~2021-06-26 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-25 19:50 [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: dosym -r, attempt two Michał Górny
2021-06-25 19:50 ` [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Defer wrapping scripts until after root-merge Michał Górny
2021-06-25 19:50 ` [gentoo-dev] [PATCH 2/4] distutils-r1.eclass: Eliminate path arg to ..._wrap_scripts Michał Górny
2021-06-25 19:51 ` [gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Use 'dosym -r' in EAPI 8 Michał Górny
2021-06-26  7:58   ` Ulrich Mueller
2021-06-26 11:19     ` Michał Górny
2021-06-25 19:51 ` [gentoo-dev] [PATCH 4/4] python-utils-r1.eclass: Remove _python_ln_rel Michał Górny

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