Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for package.provided | Pieter van den Abeele | 2004-07-26 | 1 | -3/+8 |
| | |||||
* | fixed a typo of mine with a missing quote | Ned Ludd | 2004-07-23 | 1 | -2/+2 |
| | |||||
* | removed two other cases where portageq could potentially not return the ↵ | Ned Ludd | 2004-07-23 | 1 | -3/+10 |
| | | | | best_visable/version in a format that we desire when merging | ||||
* | more touch ups, and more comming | Ned Ludd | 2004-07-19 | 1 | -2/+3 |
| | |||||
* | We can't use portageq best_version to get and display the right virtual/libc ↵ | Ned Ludd | 2004-07-18 | 1 | -2/+2 |
| | | | | versions because we might miss the key operators | ||||
* | touch ups | Ned Ludd | 2004-07-17 | 1 | -2/+3 |
| | |||||
* | bootstrap cleanups for zhen | Ned Ludd | 2004-07-17 | 1 | -130/+133 |
| | |||||
* | Clean version | Pieter van den Abeele | 2004-07-13 | 1 | -12/+35 |
| | |||||
* | sudo tweak | Pieter van den Abeele | 2004-07-13 | 1 | -1/+3 |
| | |||||
* | Gentoo Mac OS bootstrap script. (use regular bootstrap.sh for Darwin). This | Pieter van den Abeele | 2004-07-13 | 1 | -1/+3 |
| | | | | | script detects and injects installed software, checks for the Apple developer tools. The script should be robust and can be run repeatedly without problems. | ||||
* | Bootstraps Gentoo Mac OS X | Pieter van den Abeele | 2004-07-13 | 1 | -0/+39 |
| | |||||
* | make bootstrap-2.6.sh use the new linux26-headers | Travis Tilley | 2004-07-09 | 1 | -4/+4 |
| | |||||
* | buh bye virtual/glibc | Mike Frysinger | 2004-06-25 | 2 | -4/+4 |
| | |||||
* | type -p is one less dep over 'which' | Ned Ludd | 2004-06-18 | 1 | -2/+2 |
| | |||||
* | update bash syntax bug #50158 | Ned Ludd | 2004-06-18 | 1 | -2/+4 |
| | |||||
* | uClibc bootstrap tweaks | Ned Ludd | 2004-06-15 | 3 | -5/+9 |
| | |||||
* | Properly handle the virtual OS_HEADERS. | Jeremy Huddleston | 2004-06-10 | 1 | -2/+8 |
| | |||||
* | Merging in changes made to bootstrap.sh recently. | Jeremy Huddleston | 2004-06-10 | 1 | -6/+58 |
| | |||||
* | update copyright years #46820 | Mike Frysinger | 2004-04-06 | 3 | -7/+7 |
| | |||||
* | thanks to aron, new boostrap script | Seemant Kulleen | 2004-03-19 | 1 | -0/+263 |
| | |||||
* | Initial version that is more NPTL friendly | Martin Schlemmer | 2004-01-01 | 1 | -0/+225 |
| | |||||
* | tweak to support #comments | Daniel Robbins | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | Add the proper comment for bug #32140. Move the gcc-config stuff | Martin Schlemmer | 2003-11-01 | 1 | -45/+51 |
| | | | | back to where they should be - after gcc is merged. | ||||
* | clean after binutils to address bug 32140 | Robert Coie | 2003-10-31 | 1 | -2/+15 |
| | |||||
* | rac email typo fix | Daniel Robbins | 2003-10-30 | 1 | -2/+2 |
| | |||||
* | broke emerge line into two parts to potentially fix this issue: | Daniel Robbins | 2003-10-30 | 1 | -2/+18 |
| | | | | | "undefined symbol: xmalloc_set_program_name" when merging zlib. See: http://forums.gentoo.org/viewtopic.php?t=100263. | ||||
* | ACCEPT_KEYWORDS value grab to make experimental bootstraps easier, closes ↵ | Daniel Robbins | 2003-08-10 | 1 | -1/+4 |
| | | | | bug #14429 | ||||
* | removing lockfile | Robin H. Johnson | 2003-07-03 | 1 | -1/+0 |
| | |||||
* | Add frozen lock support | Robin H. Johnson | 2003-07-03 | 1 | -0/+1 |
| | |||||
* | important typo fix | Daniel Robbins | 2003-06-07 | 1 | -2/+2 |
| | |||||
* | added --help/-h and --fetchonly/-f options, closing bug #19521. | Daniel Robbins | 2003-06-06 | 1 | -24/+51 |
| | |||||
* | removed references to command-line args | Daniel Robbins | 2003-06-06 | 1 | -12/+9 |
| | |||||
* | added comments | Daniel Robbins | 2003-06-06 | 1 | -7/+9 |
| | |||||
* | New bootstrap.sh that no longer compiles gcc and binutils twice. Should reduce | Daniel Robbins | 2003-06-06 | 1 | -1/+1 |
| | | | | bootstrap times by 20 mins to 2 hours, depending on system. | ||||
* | New bootstrap script that no longer compiles gcc and binutils twice, which | Daniel Robbins | 2003-06-06 | 1 | -25/+11 |
| | | | | | | is unnecessary. Way back in the early days of gentoo, we did this for paranoia. These days, we've learned that this is not particularly helpful. Bootstraps should complete faster now. | ||||
* | added Azarahs stage0 fix | Brad Teaford Cowan | 2003-03-05 | 1 | -11/+13 |
| | |||||
* | move make.conf.build backup to right place in script to prevent zappage | Daniel Robbins | 2003-02-27 | 1 | -2/+2 |
| | |||||
* | hopefully fix for stage building | Martin Schlemmer | 2003-02-26 | 1 | -2/+3 |
| | |||||
* | move things around a bit; add header; add check for build or bootstrap in ↵ | Martin Schlemmer | 2003-02-24 | 1 | -44/+96 |
| | | | | use; fix gcc-config stuff | ||||
* | removed --usepkg --buildpkg | Mark Guertin | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | close bug 12698 -- don't trap on TSTP to allow ^Z of script (job control) | Daniel Robbins | 2003-01-15 | 1 | -2/+3 |
| | |||||
* | changed 2.0 for 1.4 (2.0 doesnt exist anymore/yet) | Mark Guertin | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | Will now include things that may not be in the system profile | Daniel Robbins | 2003-01-08 | 1 | -1/+8 |
| | |||||
* | Updates for my stage-building script. Comments at top. | Daniel Robbins | 2003-01-06 | 1 | -5/+19 |
| | |||||
* | cosmetic changes | Martin Schlemmer | 2002-12-27 | 1 | -5/+6 |
| | |||||
* | gcc multi scheme updates | Martin Schlemmer | 2002-12-16 | 1 | -48/+69 |
| | |||||
* | Exporting PORTDIR, PKGDIR, DISTDIR, PORTAGE_TMPDIR | Nicholas Jones | 2002-11-13 | 1 | -0/+6 |
| | |||||
* | Removed extra quotation marks (after 'emerge $myNCURSES'). | Grant Goodyear | 2002-10-24 | 1 | -1/+1 |
| | |||||
* | Removed bootcd USE flag | Mike Frysinger | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | fix ncurses-5.3 issues; fix ctrl-c do not restore make.conf | Martin Schlemmer | 2002-10-23 | 1 | -3/+25 |
| |