summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/musl: drop back to EAPI=6Anthony G. Basile2019-01-271-1/+1
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-libs/musl: version bump to 1.1.21Anthony G. Basile2019-01-271-2/+2
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-libs/musl: keyword ~arm64Anthony G. Basile2018-08-021-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/musl: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-071-3/+3
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* Revert "sys-libs/musl: prefixify build"Anthony G. Basile2018-01-011-2/+2
| | | | | | This reverts commit 0fcf2e327095c1329a4044950cadfda036db8245. More testing is required before we commit to this.
* sys-libs/musl: prefixify buildMarty E. Plummer2017-12-291-2/+2
| | | | | | | | | | | | | | | | Currently building a musl libc toolchain inside of gentoo prefix with crossdev will fail, due to installing files outside of the prefix. Added ${EPREFIX} and ${ED} where apropriate fixed this issue. Tested in a prefix with toolchain x86_64-gentoo-linux-musl, and tested on bare gentoo with x86_64-gentoo-linux-musl. Acked-by: blueness Package-Manager: Portage-2.3.19, Repoman-2.3.6 Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com> Closes: https://bugs.gentoo.org/642612 Closes: https://github.com/gentoo/gentoo/pull/6678
* sys-libs/musl: version bump to 1.1.18, drop 1.1.17Anthony G. Basile2017-11-011-3/+5
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/musl: use HTTPS for links to dev.gentoo.orgFrancesco Turco2017-09-061-7/+7
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/musl: add sanity check for ldconfig archFelix Janda2016-09-241-0/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-libs/musl: revbump to improve the ldconfig scriptFelix Janda2016-09-241-27/+6
| | | | | | | | Also add some more "|| die". Gentoo-Bug: https://bugs.gentoo.org/592268 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-libs/musl: correct file location of iconv, getent and getconfAnthony G. Basile2016-06-051-3/+3
| | | | Package-Manager: portage-2.2.28
* sys-libs/musl: add TODO comment wrt obtaining arch nameAnthony G. Basile2016-06-041-0/+2
| | | | Package-Manager: portage-2.2.28
* sys-libs/musl: iconv, getent and getconfAnthony G. Basile2016-06-041-14/+18
| | | | Package-Manager: portage-2.2.28
* sys-libs/musl: bring 9999 version up to date with upstreamAnthony G. Basile2016-02-161-1/+4
| | | | Package-Manager: portage-2.2.26
* sys-libs/musl: version bump to 1.1.13Anthony G. Basile2016-02-161-2/+2
| | | | Package-Manager: portage-2.2.26
* sys-libs/musl: add `|| die` for touchAnthony G. Basile2015-10-211-1/+1
| | | | | | Thanks hasufell. Package-Manager: portage-2.2.20.1
* sys-libs/musl: switch to git-r3Anthony G. Basile2015-10-211-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/musl: cleanup wrt `|| die`Anthony G. Basile2015-10-211-6/+6
| | | | | | Thanks hasufell. Package-Manager: portage-2.2.20.1
* sys-libs/musl: fix epatch_user. Bug #557042.Anthony G. Basile2015-08-091-0/+2
| | | | Package-Manager: portage-2.2.20
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+126
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed