summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-portage/prefix-toolkit(prefix-stack-setup): accept --chost argumentprefix-toolkit-3Michael Haubenwallner2023-05-262-4/+70
| | | | | | | | | | Allow to override the CHOST value for the stacked Prefix. Require the --chost argument if the profile does not set CHOST. Package-Manager: Portage-2.3.67-prefix, Repoman-2.3.14 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> (cherry picked from commit 7c05ed37cfc125aa8c66fc8dd98811a5e8c64414)
* app-portage/prefix-toolkit: revbumpprefix-toolkit-2Michael Haubenwallner2023-05-263-55/+103
| | | | | | | | | | | | | | | * In prefix-stack, maintain @system set independent of profile, as in explicitly removing everything found per etc/portage/make.profile, but adding prefix-toolkit, having RDEPENDs for additional @system packages. * Do not install libtool into prefix-stack any more, packages really should not use any installed libtool script, but configure their own. * In prefix-stack toolchain on Linux, use -isystem to avoid warnings from installed header files. Remember: This is known to break on AIX. Package-Manager: Portage-2.3.67-prefix, Repoman-2.3.13 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> (cherry picked from commit 37ce4db03cdef74a6ae97466405133bcc85c7b60)
* app-portage/prefix-toolkit: BDEPEND on portage, not RDEPENDprefix-toolkit-1Michael Haubenwallner2023-05-261-2/+4
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> (cherry picked from commit f6390b8bb5cea47bb3aef53f9b25dde6e154ada1)
* app-portage/prefix-toolkit: new packageprefix-toolkit-0Michael Haubenwallner2023-05-267-0/+982
* For any Gentoo Prefix, provides the 'startprefix' script, and should provide some 'runprefix' script later on, as inspired in Bug: https://bugs.gentoo.org/673816 * For base Gentoo Prefix (as in "not stacked"), provides the 'prefix-stack-setup' script, superseding app-portage/prefix-chain-setup, does force the prefix-stack implit USE flag in the stacked Prefix. * For stacked Gentoo Prefix (set up using 'prefix-stack-setup'), provides the toolchain wrapper, superseding sys-apps/prefix-chain-utils. Bug: https://bugs.gentoo.org/658572 Closes: https://bugs.gentoo.org/509142 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> (cherry picked from commit 84b9f582e8c8db69a3b3677de702c7cc00ac3dab)