Re: [gentoo-portage-dev] [PATCH] Split @selected into @selected-packages and @selected-sets

2014-11-30 Thread Michał Górny
Dnia 2014-11-30, o godz. 17:52:29 Zac Medico napisał(a): > On 11/30/2014 03:04 PM, Michał Górny wrote: > > Split the big @selected set into separate @selected-packages for plain > > packages and @selected-sets for subsets. The @selected set is still > > provided as compatibility wrapper for both,

Re: [gentoo-portage-dev] [PATCH] Split @selected into @selected-packages and @selected-sets

2014-11-30 Thread Zac Medico
On 11/30/2014 03:04 PM, Michał Górny wrote: > Split the big @selected set into separate @selected-packages for plain > packages and @selected-sets for subsets. The @selected set is still > provided as compatibility wrapper for both, though the new sets are > preferred for more flexibility. LGTM.

Re: [gentoo-portage-dev] [PATCH v2] Respect nonfatal in unpack(), econf() and einstall()

2014-11-30 Thread Zac Medico
On 11/30/2014 12:25 PM, Michał Górny wrote: > Dnia 2014-11-30, o godz. 11:26:16 > Zac Medico napisał(a): > >> On 11/30/2014 09:36 AM, Michał Górny wrote: >>> @@ -628,7 +665,11 @@ einstall() { >>> sysconfdir="${ED}etc" \ >>> ${LOCAL_EXTRA_EINSTALL} \ >>>

[gentoo-portage-dev] [PATCH] Split @selected into @selected-packages and @selected-sets

2014-11-30 Thread Michał Górny
Split the big @selected set into separate @selected-packages for plain packages and @selected-sets for subsets. The @selected set is still provided as compatibility wrapper for both, though the new sets are preferred for more flexibility. --- bin/regenworld| 4 +- cnf/sets/portag

Re: [gentoo-portage-dev] [PATCH v2] Respect nonfatal in unpack(), econf() and einstall()

2014-11-30 Thread Michał Górny
Dnia 2014-11-30, o godz. 11:26:16 Zac Medico napisał(a): > On 11/30/2014 09:36 AM, Michał Górny wrote: > > @@ -628,7 +665,11 @@ einstall() { > > sysconfdir="${ED}etc" \ > > ${LOCAL_EXTRA_EINSTALL} \ > > ${MAKEOPTS} -j1 \ > > -

Re: [gentoo-portage-dev] [PATCH v2] Respect nonfatal in unpack(), econf() and einstall()

2014-11-30 Thread Zac Medico
On 11/30/2014 09:36 AM, Michał Górny wrote: > @@ -628,7 +665,11 @@ einstall() { > sysconfdir="${ED}etc" \ > ${LOCAL_EXTRA_EINSTALL} \ > ${MAKEOPTS} -j1 \ > - "$@" ${EXTRA_EMAKE} install || die "einstall failed" >

[gentoo-portage-dev] [PATCH v2] Respect nonfatal in unpack(), econf() and einstall()

2014-11-30 Thread Michał Górny
--- bin/isolated-functions.sh | 11 -- bin/phase-helpers.sh | 87 ++- 2 files changed, 73 insertions(+), 25 deletions(-) diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 6f6d669..251d7ee 100644 --- a/bin/isolated-functio

[gentoo-portage-dev] [PATCH] Respect nonfatal in unpack(), econf() and einstall()

2014-11-30 Thread Michał Górny
--- bin/isolated-functions.sh | 11 -- bin/phase-helpers.sh | 87 ++- 2 files changed, 73 insertions(+), 25 deletions(-) diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 6f6d669..f320084 100644 --- a/bin/isolated-functio