| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
unmerging active version #529608
If the user is unmerging the current version, try and automatically
switch to a better version. We blindly pick the latest one available
for the target in question since there's not really a better metric
to figure out which one the user actually would want.
|
| |
|
| |
|
|
|
|
|
|
| |
I'm not entirely happy with this logic, but as other related bugs are
addressed, this will probably evolve with them. This at least unblocks
people trying to use gcc-5 cross-compilers.
|
| |
|
| |
|
|
|
|
|
|
|
| |
We have dev-lang/go provide `go` and `gofmt`, and having gcc include
these in its BINPATH causes gcc-config to clobber the go package with
symlinks. Drop the gcc versions for now (they're copies from the go
package anyways) until we have a better solution.
|
|
|
|
|
|
|
|
| |
When gcc installs programs into BINPATH, it sometimes links them so that
the $CHOST-xxx and xxx progs are the same. The logic to standardize the
naming in BINPATH then triggers a warning as they're the same file.
Manually delete the target before running the mv to avoid that business.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
stack-protector-strong behavior
|
|
|
|
| |
These don't exist anymore, so no point in depending on them.
|
| |
|
|
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
|