summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-213-8/+21
* Always call `cd "$WORKDIR"` to ensure that $CWD is sane whenever possible.Zac Medico2008-09-211-0/+3
* Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e*Zac Medico2008-09-211-67/+7
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* More SRC_URI validation.Zac Medico2008-09-202-0/+7
* Fix some broken logic inside portdbapi.getFetchMap().Zac Medico2008-09-201-13/+5
* Add test cases for SRC_URI validation.Zac Medico2008-09-202-9/+37
* Add a "EAPI 2_pre3" section to show what's changed.Zac Medico2008-09-201-0/+61
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-203-67/+160
* Document the --ignore-default-opts and --skip-manifest options.Zac Medico2008-09-201-0/+6
* Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, forZac Medico2008-09-201-1/+1
* Define __all__ and clean up unused imports found by pyflakes.Zac Medico2008-09-191-8/+8
* Document the --debug option. Thanks to Jeremy Olexa <darkside@g.o> suggesting.Zac Medico2008-09-191-1/+5
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-193-23/+68
* Fix typo in from previous commit.Zac Medico2008-09-191-1/+1
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-183-94/+8
* Fix broken reference to self.files inside SpawnProcess._start().Zac Medico2008-09-151-1/+1
* Improve error messages for issues with the SYNC variable inside action_sync().Zac Medico2008-09-151-4/+11
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-132-4/+4
* Fix PYTHONPATH adjustments to only insert a colon when necessary. ThisZac Medico2008-09-131-3/+3
* Bug #237526 - Use portage.util.grablines() for exception handling whenZac Medico2008-09-131-14/+5
* Define __all__ and remove unused imports found by pyflakes.Zac Medico2008-09-131-3/+6
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-132-14/+16
* Document FEATURES=preserve-libs.Zac Medico2008-09-131-0/+4
* Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2Zac Medico2008-09-111-0/+2
* Remove docs for the proposed eapi* default phase functions since they areZac Medico2008-09-111-61/+0
* Remove docs for the proposed unpack() gitweb snapshot extension since it'sZac Medico2008-09-111-12/+0
* New debugedit support for FEATURES=splitdebug, by Sven Wegener:Zac Medico2008-09-101-0/+11
* Don't mention log files in $T for eqawarn messages since the logs are likelyZac Medico2008-09-061-6/+3
* In the ignored LDFLAGS check, filter out anything under /usr/lib/debug/ inZac Medico2008-09-061-1/+4
* Split the doman language code documentation into it's own section.Zac Medico2008-09-041-0/+3
* Document EAPI 2 support in the unpack helper function for gitweb snapshots.Zac Medico2008-09-041-0/+12
* Add EAPI 2 documentation for customization of output file names in SRC_URIZac Medico2008-09-041-0/+14
* Nest the EAPI 2 "Dependencies" section inside a "Metadata" section.Zac Medico2008-09-041-7/+10
* s/blocking/conflicting/ for consistencyZac Medico2008-09-041-1/+1
* Document EAPI 2 blocker atom extensions (not yet implemented).Zac Medico2008-09-041-0/+28
* Nest the EAPI 2 "USE Dependencies" section inside a "Dependencies" section.Zac Medico2008-09-041-3/+6
* Adjust toc.section.depth in the stylesheet so that deeper sections appearZac Medico2008-09-042-2/+5
* Add a new "EAPI 2 Draft" section which unifies the content of the EAPI 2_pre*Zac Medico2008-09-031-6/+285
* Adjust StaticFileSet._validate() to allow set tokens, so that sets can containZac Medico2008-09-031-1/+1
* Bug #222091 - Filter out any instances of the \1 character from variableZac Medico2008-09-011-2/+7
* Update PORTAGE_RSYNC_OPTS docs to reflect that --delete-after is no longerZac Medico2008-09-011-1/+1
* Adjust EMakeParallelDisabled.re to require at least one space after emake.Zac Medico2008-09-011-1/+1
* Check for calls to the deprecated bindnow-flags function. Thanks to DiegoZac Medico2008-08-312-1/+8
* Add a warning for emake -j1 calls which disable parallelization. Thanks toZac Medico2008-08-312-1/+9
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-303-9/+37
* In dep_zapdeps(), add a new choice category for choices that have packagesZac Medico2008-08-301-2/+4
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Revert recent changes to _ObjectKey.__eq__() since it's probably a bug ifZac Medico2008-08-251-5/+0