| Commit message (Expand) | Author | Age | Files | Lines |
* | Nest the EAPI 2 "Dependencies" section inside a "Metadata" section. | Zac Medico | 2008-09-04 | 1 | -7/+10 |
* | s/blocking/conflicting/ for consistency | Zac Medico | 2008-09-04 | 1 | -1/+1 |
* | Document EAPI 2 blocker atom extensions (not yet implemented). | Zac Medico | 2008-09-04 | 1 | -0/+28 |
* | Nest the EAPI 2 "USE Dependencies" section inside a "Dependencies" section. | Zac Medico | 2008-09-04 | 1 | -3/+6 |
* | Adjust toc.section.depth in the stylesheet so that deeper sections appear | Zac Medico | 2008-09-04 | 2 | -2/+5 |
* | Add a new "EAPI 2 Draft" section which unifies the content of the EAPI 2_pre* | Zac Medico | 2008-09-03 | 1 | -6/+285 |
* | Adjust StaticFileSet._validate() to allow set tokens, so that sets can contain | Zac Medico | 2008-09-03 | 1 | -1/+1 |
* | Bug #222091 - Filter out any instances of the \1 character from variable | Zac Medico | 2008-09-01 | 1 | -2/+7 |
* | Update PORTAGE_RSYNC_OPTS docs to reflect that --delete-after is no longer | Zac Medico | 2008-09-01 | 1 | -1/+1 |
* | Adjust EMakeParallelDisabled.re to require at least one space after emake. | Zac Medico | 2008-09-01 | 1 | -1/+1 |
* | Check for calls to the deprecated bindnow-flags function. Thanks to Diego | Zac Medico | 2008-08-31 | 2 | -1/+8 |
* | Add a warning for emake -j1 calls which disable parallelization. Thanks to | Zac Medico | 2008-08-31 | 2 | -1/+9 |
* | Add support for FEATURES="protect-owned" which is identical to the | Zac Medico | 2008-08-30 | 3 | -9/+37 |
* | In dep_zapdeps(), add a new choice category for choices that have packages | Zac Medico | 2008-08-30 | 1 | -2/+4 |
* | When reloading the emerge config due to global updates in action_sync(), | Zac Medico | 2008-08-27 | 1 | -0/+1 |
* | Revert recent changes to _ObjectKey.__eq__() since it's probably a bug if | Zac Medico | 2008-08-25 | 1 | -5/+0 |
* | Fix _ObjectKey.__eq__() to account for potential hash collisions that would | Zac Medico | 2008-08-24 | 1 | -5/+6 |
* | Prevent [None] in repo display. Thanks to grobian. | Zac Medico | 2008-08-24 | 1 | -1/+1 |
* | * Fix broken _ObjectKey.__eq__() logic from previous commit. | Zac Medico | 2008-08-24 | 1 | -3/+7 |
* | Avoid possible AttributeError raised from _ObjectKey.__eq__(). | Zac Medico | 2008-08-24 | 1 | -0/+2 |
* | Fix grammar. Thanks to ABCD. | Zac Medico | 2008-08-24 | 1 | -1/+1 |
* | Fix spelling typos in error messages. | Zac Medico | 2008-08-23 | 1 | -2/+2 |
* | Fix the loop in filter_protected() to continue when necessary due to an | Zac Medico | 2008-08-23 | 1 | -0/+2 |
* | Flush stdout after the loop inside filter_protected() completes. | Zac Medico | 2008-08-23 | 1 | -0/+1 |
* | Add a new filter_protected command which is similar to is_protected but | Zac Medico | 2008-08-23 | 1 | -0/+57 |
* | More LinkageMap enhancments from Lucian Poston: | Zac Medico | 2008-08-23 | 1 | -58/+93 |
* | Add a new src_prepare phase function which is called in-between src_unpack | Zac Medico | 2008-08-23 | 6 | -17/+77 |
* | Add a new is_protected command which queries whether or not CONFIG_PROTECT | Zac Medico | 2008-08-22 | 1 | -0/+47 |
* | Fix isprotected() call in dblink._collision_protect() to properly account | Zac Medico | 2008-08-22 | 1 | -1/+2 |
* | Update ROOT docs wrt make.conf since it can now be set there regardless of | Zac Medico | 2008-08-22 | 1 | -2/+1 |
* | Use shlex.split() to split CONFIG_PROTECT and CONFIG_PROTECT_MASK. | Zac Medico | 2008-08-22 | 1 | -2/+2 |
* | For consistency, show [0] in the repo display instead of suppressing it. Now | Zac Medico | 2008-08-22 | 1 | -16/+38 |
* | Update comment, from Lucian Poston's git repo. | Zac Medico | 2008-08-22 | 1 | -1/+4 |
* | Optimize LinkageMap to use tuples of device and inode numbers from stat | Zac Medico | 2008-08-22 | 1 | -166/+264 |
* | Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957. | Zac Medico | 2008-08-21 | 1 | -1/+1 |
* | Fix spelling of overriding for bug #235250. | Zac Medico | 2008-08-20 | 1 | -1/+1 |
* | Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happen | Zac Medico | 2008-08-20 | 1 | -1/+3 |
* | Make dblink call back to the scheduler for "clean" and "cleanrm" phases, to | Zac Medico | 2008-08-20 | 2 | -7/+18 |
* | Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh. | Zac Medico | 2008-08-20 | 2 | -0/+3 |
* | When in background mode, redirect "adjusting permissions" messages for | Zac Medico | 2008-08-19 | 2 | -26/+67 |
* | Add an 'IUSE defaults' section. | Zac Medico | 2008-08-19 | 1 | -0/+8 |
* | Remove reference to use.default. Thanks to ulm for reporting. | Zac Medico | 2008-08-19 | 1 | -4/+0 |
* | The following error is known to occur with Linux kernel versions | Zac Medico | 2008-08-18 | 1 | -1/+19 |
* | Update for @everything -> @installed rename. Thanks to Arfrever. | Zac Medico | 2008-08-18 | 1 | -1/+1 |
* | * Truncate status display output when necessary to avoid line overflow and | Zac Medico | 2008-08-18 | 1 | -3/+24 |
* | Don't assume that the "world" set is an instance of WorldSet, allowing the | Zac Medico | 2008-08-18 | 1 | -13/+33 |
* | Fix atom -> str breakage in StaticFileSet.write(). | Zac Medico | 2008-08-18 | 1 | -3/+3 |
* | Document /var/lib/portage/world_sets. | Zac Medico | 2008-08-17 | 1 | -0/+10 |
* | Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable which | Zac Medico | 2008-08-15 | 3 | -0/+26 |
* | For consistency, make get_open_fds() return a plain iterator in any case, | Zac Medico | 2008-08-15 | 1 | -2/+2 |