| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #55321 - Add support for package.keywords in profiles. In profiles, | Zac Medico | 2009-01-10 | 2 | -3/+53 |
* | * Enable the recursive option in profile package.use parsing. | Zac Medico | 2009-01-10 | 2 | -15/+15 |
* | When there are unresolved blockers, display the conflicting packages along | Zac Medico | 2009-01-10 | 1 | -1/+81 |
* | Revert r12405 since it will be more convenient to use a separate graph to | Zac Medico | 2009-01-10 | 1 | -8/+14 |
* | Remove unused myblocker_parents variable inside depgraph._serialize_tasks(). | Zac Medico | 2009-01-10 | 1 | -1/+0 |
* | Add Blocker -> Blocked Package edges to depgraph._unsolvable_blockers since | Zac Medico | 2009-01-10 | 1 | -14/+8 |
* | Don't assume that the package metadata contains a "repository" key. | Zac Medico | 2009-01-09 | 1 | -1/+1 |
* | When merging a package from an overlay, append 'from $repository' to the | Zac Medico | 2009-01-09 | 1 | -0/+9 |
* | Make die() to show a message indicating the repository that an ebuild came | Zac Medico | 2009-01-09 | 3 | -16/+21 |
* | Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. Thanks | Zac Medico | 2009-01-09 | 6 | -53/+52 |
* | Add some blank lines around the messages that suggest --without-mask and | Zac Medico | 2009-01-08 | 1 | -5/+16 |
* | Bug #253745 - Remove collision-protect from the sample FEATURES list since | Zac Medico | 2009-01-08 | 1 | -1/+1 |
* | Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility. | Zac Medico | 2009-01-08 | 1 | -7/+8 |
* | Bug #253745 - Note that you need to ensure that neither protect-owned nor | Zac Medico | 2009-01-08 | 1 | -1/+4 |
* | Bug #250469 - Fix unpack() so that deb2targz is called in a way such that | Zac Medico | 2009-01-07 | 1 | -3/+17 |
* | Bug #254114 - Fix ValueError triggered by missing COUNTER. Also, fix broken | Zac Medico | 2009-01-07 | 1 | -4/+18 |
* | 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 |
* | When the set configuration is incomplete, notify the user that this usually | Zac Medico | 2009-01-06 | 1 | -5/+19 |
* | Fix _setitem() to write the same format that's currently distributed in the | Zac Medico | 2009-01-06 | 1 | -5/+40 |
* | Remove print statement from previous commit. | Zac Medico | 2009-01-05 | 1 | -1/+0 |
* | Do not hardlink files unless they are in the same | Zac Medico | 2009-01-05 | 1 | -2/+11 |
* | When dropping privileges inside action_sync(), set the umask to preserve | Zac Medico | 2009-01-04 | 1 | -0/+4 |
* | Bug #253467 - Don't allow alien $A values to leak into the ebuild environment. | Zac Medico | 2009-01-04 | 1 | -5/+7 |
* | Inside action_sync(), when running as root, detect if $PORTDIR has non-root | Zac Medico | 2009-01-04 | 1 | -7/+31 |
* | Fix the 'Unrecognized configure options' check for compatibility with | Zac Medico | 2009-01-03 | 1 | -1/+1 |
* | Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are | Zac Medico | 2009-01-03 | 1 | -0/+2 |
* | - tell the user where we unpacked the source | Ned Ludd | 2009-01-02 | 1 | -1/+1 |
* | export STRIP_MASK automatically | Mike Frysinger | 2009-01-01 | 1 | -0/+1 |
* | dont force people to match leading $D in STRIP_MASK | Mike Frysinger | 2009-01-01 | 1 | -1/+1 |
* | Bug #253210 - Fix logic inside EbuildBuild._buildpkg_exit() to avoid | Zac Medico | 2008-12-31 | 1 | -5/+10 |
* | Bug #252985 - Add a note about the new default behavior for `emerge world` | Zac Medico | 2008-12-30 | 1 | -0/+3 |
* | Bug #252995 - When post_emerge() returns early because the vdb state has | Zac Medico | 2008-12-30 | 1 | -0/+1 |
* | Handle tree conflicts in svn status output, new in subversion 1.6. Thanks to | Zac Medico | 2008-12-29 | 1 | -0/+3 |
* | Specify that metadata variable values should only contain ASCII as per GLEP 31. | Zac Medico | 2008-12-29 | 1 | -0/+3 |
* | Fix 'TypeError: not all arguments converted during string formatting' | Zac Medico | 2008-12-29 | 1 | -2/+2 |
* | Bug #253002 - Add a new variable.invalidchar check for metadata variables that | Zac Medico | 2008-12-29 | 2 | -0/+18 |
* | Inside _showwarning(), import sys since otherwise it's None for some reason. | Zac Medico | 2008-12-29 | 1 | -0/+1 |
* | Bug #252840 - Fix TypeError which is triggered by a broken override of | Zac Medico | 2008-12-29 | 1 | -4/+9 |
* | Add notes about FEATURES=protect-owned and move the note about | Zac Medico | 2008-12-28 | 2 | -7/+14 |
* | Wrap lines to 80 columns and remove extra blank lines. | Zac Medico | 2008-12-28 | 1 | -20/+19 |
* | Inside git_sync_timestamps(), use git-diff-index for the same reason that | Zac Medico | 2008-12-28 | 1 | -1/+1 |
* | Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead | Zac Medico | 2008-12-28 | 1 | -7/+18 |
* | Revert r12348 since it's not really needed and the previous version is morev2.2_rc20 | Zac Medico | 2008-12-27 | 1 | -1/+1 |
* | Bug #252562 - Show --onlydeps in short --help output. | Zac Medico | 2008-12-26 | 1 | -1/+2 |
* | Bail out earlier if the file name argument doesn't end with '.ebuild'. Thanks | Zac Medico | 2008-12-26 | 1 | -0/+6 |
* | Fix loop logic some more for bug #252572. | Zac Medico | 2008-12-26 | 1 | -6/+8 |
* | Bug #252572 - Fix a loop condition inside depgraph._serialize_tasks() which | Zac Medico | 2008-12-26 | 1 | -1/+1 |
* | scan archives of objects for exec stacks | Mike Frysinger | 2008-12-25 | 1 | -3/+3 |