| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ebuild helpers into an ebuild-helpers subdirectory. | Zac Medico | 2009-03-12 | 1 | -178/+0 |
* | For completeness, ensure that any INODE_* are unset before beginning. | Zac Medico | 2009-01-07 | 1 | -0/+2 |
* | Fix quoting for variable assignment with eval, from previous commit. | Zac Medico | 2009-01-07 | 1 | -1/+1 |
* | Bug #252354 - Ensure that hardlinked files are not processed multiple times | Zac Medico | 2009-01-07 | 1 | -5/+22 |
* | dont force people to match leading $D in STRIP_MASK | Mike Frysinger | 2009-01-01 | 1 | -1/+1 |
* | Don't use 'local' builtin outside of a function. | Zac Medico | 2008-12-24 | 1 | -1/+1 |
* | Fix typo. | Zac Medico | 2008-12-24 | 1 | -1/+1 |
* | Replace QA_DT_HASH with QA_PRESTRIPPED where appropriate. Thanks to Arfrever | Zac Medico | 2008-12-24 | 1 | -14/+9 |
* | Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings a... | Zac Medico | 2008-12-24 | 1 | -4/+22 |
* | New debugedit support for FEATURES=splitdebug, by Sven Wegener: | Zac Medico | 2008-09-10 | 1 | -0/+11 |
* | Bug #203887 - Implement RESTRICT=installsources for binaries that are | Zac Medico | 2008-01-11 | 1 | -0/+1 |
* | Disable the "QA Notice: Pre-stripped files" message when RESTRICT | Zac Medico | 2007-12-13 | 1 | -6/+9 |
* | For bug #186337, show an ewarn message if FEATURES=installsources is enabled ... | Zac Medico | 2007-07-24 | 1 | -0/+5 |
* | split up the debug/sources steps as proposed by swegener and give the whole f... | Mike Frysinger | 2007-07-15 | 1 | -50/+64 |
* | - remove readable bits for debug files if the souce ELF is setXid | Ned Ludd | 2007-07-09 | 1 | -0/+2 |
* | allow split debuf for kernel modules | Mike Frysinger | 2007-07-08 | 1 | -1/+7 |
* | `find` can accept a list of paths so condense this nested for loop, and dont ... | Mike Frysinger | 2007-07-07 | 1 | -4/+6 |
* | strip .comment by default, add a comment as to what we need before we can do ... | Mike Frysinger | 2007-04-17 | 1 | -4/+10 |
* | convert `type -p` to `type -P` as noted by grobian | Mike Frysinger | 2007-04-15 | 1 | -2/+2 |
* | Filter paths matching '/<built-in>$' that come from debugedit. Thanks to Ed ... | Zac Medico | 2007-02-23 | 1 | -1/+2 |
* | For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw... | Zac Medico | 2007-01-10 | 1 | -2/+3 |
* | For bug #159252, don't preserve file attributes when copying files for instal... | Zac Medico | 2006-12-28 | 1 | -1/+1 |
* | Move installed sources into ${CATEGORY} subdirectories in order to prevent co... | Zac Medico | 2006-09-29 | 1 | -3/+5 |
* | For bug #144928, add -L to the rsync options (transform symlink into referent... | Zac Medico | 2006-08-24 | 1 | -1/+2 |
* | Fix the installsources feature so that it works even with splitdebug or nostr... | Zac Medico | 2006-08-04 | 1 | -11/+15 |
* | Fix STRIP_MASK logic so that a match results in stripitbaby=0. | Zac Medico | 2006-08-04 | 1 | -1/+1 |
* | make elog mail module always set the 'From' header for rfc2822 compliance | Marius Mauch | 2006-06-10 | 1 | -1/+1 |
* | Fix prepstrip so that it properly distiguishes between stripped and unstrippe... | Zac Medico | 2006-05-30 | 1 | -1/+12 |
* | For availability in all stages, use rsync instead of cpio for bug #124638. | Zac Medico | 2006-05-27 | 1 | -1/+1 |
* | For portability, use cpio instead of `cp --parents` for bug #124638. | Zac Medico | 2006-05-26 | 1 | -1/+1 |
* | Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135 | Alec Warner | 2006-05-23 | 1 | -1/+1 |
* | Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for this... | Zac Medico | 2006-05-18 | 1 | -4/+4 |
* | strip leading slash in output | Mike Frysinger | 2006-05-14 | 1 | -3/+3 |
* | use hasq where appropriate | Simon Stelling | 2006-05-02 | 1 | -5/+4 |
* | replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to t... | Simon Stelling | 2006-05-01 | 1 | -1/+1 |
* | make portage shut up if --quiet is given; bug 62273 | Simon Stelling | 2006-05-01 | 1 | -3/+5 |
* | - be sure to remove o+w bits on debug files | Ned Ludd | 2006-04-30 | 1 | -2/+2 |
* | make sure all .debug files have the executable bit cleared | Mike Frysinger | 2006-01-29 | 1 | -3/+4 |
* | fix prepstrip after previous commit as pointed out by Olivier Crete | Mike Frysinger | 2006-01-23 | 1 | -2/+2 |
* | fix inverted strip skip logic | Mike Frysinger | 2006-01-15 | 1 | -4/+4 |
* | clean up coding style/quoting, figure out what objdump to run same as strip, ... | Mike Frysinger | 2006-01-13 | 1 | -19/+33 |
* | - dont save debug info twice | Ned Ludd | 2006-01-10 | 1 | -0/+3 |
* | - FEATURES=installsources from Olivier Crete an extention of splitdebug for ... | Ned Ludd | 2006-01-07 | 1 | -0/+10 |
* | update copyright years | Mike Frysinger | 2006-01-05 | 1 | -1/+1 |
* | dont use string substitution as this operation can be quite slow on older bas... | Mike Frysinger | 2005-12-21 | 1 | -3/+3 |
* | - initial commit of split elf debug code | Ned Ludd | 2005-12-15 | 1 | -36/+35 |
* | if STRIP begins with a -, make sure type doesnt error out | Mike Frysinger | 2005-11-01 | 1 | -2/+2 |
* | header changes, $Header: -> $Id: | Brian Harring | 2005-08-30 | 1 | -1/+1 |
* | Migration (without history) of the current stable line to subversion. | Jason Stubbs | 2005-08-28 | 1 | -0/+48 |