summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Revert eblank since a formatting function is out of place among the currentZac Medico2008-06-171-7/+0
| | | | | | function which represent log levels. svn path=/main/branches/2.1.2/; revision=10701
* Add missing helper_functions.docbook from previous commit.Zac Medico2008-06-171-0/+57
| | | | svn path=/main/branches/2.1.2/; revision=10689
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-172-0/+2
| | | | | | | | | * Create "Ebuild Helper Functions" section docbook format, including all the functions documented in the ebuild.5 man page. (trunk r10687) svn path=/main/branches/2.1.2/; revision=10688
* Add a "Interaction with previous installed version" section to document theZac Medico2008-06-171-0/+57
| | | | | | | upgrade/downgrade phase execution order change from bug #226505. (trunk r10683) svn path=/main/branches/2.1.2/; revision=10684
* capitalize Portage (trunk r10318)Zac Medico2008-05-131-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10319
* Describe how we limit the probability that temporary simultaneousZac Medico2008-05-131-0/+13
| | | | | | | installation of blocking packages will cause some sort of problem. (trunk r10316) svn path=/main/branches/2.1.2/; revision=10317
* eachother -> each other (trunk r10284)Zac Medico2008-05-101-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10285
* Describe how file collisions between blocking packages are resolved whenZac Medico2008-05-091-1/+6
| | | | | | they are temporarily installed simultaneously. (trunk r10269) svn path=/main/branches/2.1.2/; revision=10270
* Instead of doing automatic uninstalls in advance, install conflictingZac Medico2008-05-081-1/+11
| | | | | | | | | | | | | | | | | packages first and then do the uninstall afterwards. This requires special handling for file collisions occur, but it's preferred because it ensures that package files remain installed in a usable state whenever possible. When file collisions occur between conflicting packages, the contents entries for those files are removed from the packages that are scheduled for uninstallation. This prevents uninstallation operations from removing overlapping files that have been claimed by conflicting packages. (trunk r10225) svn path=/main/branches/2.1.2/; revision=10227
* s/be only/only be/ (trunk r9972)Zac Medico2008-04-251-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9973
* Bug #172812 - If any Uninstall tasks need to be executed in orderZac Medico2008-04-251-2/+3
| | | | | | | | | to avoid a conflict, complete the graph with any dependencies that may have been initially neglected (to ensure that unsafe Uninstall tasks are properly identified and blocked from execution). (trunk r9962:9965) svn path=/main/branches/2.1.2/; revision=9966
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-241-3/+30
| | | | | | (trunk r9944:9956) svn path=/main/branches/2.1.2/; revision=9957
* Add a new part for "Dependency Resolution". (trunk r9926)Zac Medico2008-04-195-0/+205
| | | | svn path=/main/branches/2.1.2/; revision=9927
* Fix punctuation and spelling. Thanks to Arfrever Frehtes TaifersarZac Medico2007-12-151-3/+3
| | | | | | Arahesis <arfrever.fta@gmail.com>. (trunk r8932) svn path=/main/branches/2.1.2/; revision=8933
* Add a "Quality Assurance" <part> tag so that all chapters areZac Medico2007-12-111-0/+3
| | | | | | consistently nested inside <part> tags. (trunk r8877) svn path=/main/branches/2.1.2/; revision=8880
* Add some documentation for ebuild phases and pre/post phaseZac Medico2007-12-116-0/+84
| | | | | | hooks that can be defined via bashrc. (trunk r8876) svn path=/main/branches/2.1.2/; revision=8879
* - start documenting qa notices so antarus stops whining (trunk r5693)Zac Medico2007-06-216-0/+405
- forgot to document strict alias warnings (trunk r5733) - fix programlisting output to match the sections they are in (trunk r5734) svn path=/main/branches/2.1.2/; revision=6910