summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Do some basic validation of the mtimedb resume data so that assumptions can b...Zac Medico2006-07-031-0/+10
* When displaying the resume merge list, don't show the skipped package when --...Zac Medico2006-07-031-2/+14
* Commit the mtimedb for --skipfirst so that if the user aborts the first packa...Zac Medico2006-07-031-0/+1
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
* Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien TH...Zac Medico2006-07-011-12/+12
* Use the BAD and GOOD color classes to remove hard coded colors from the depcl...Zac Medico2006-07-011-18/+21
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-1/+4
* - multi-package emerge now prints the sequence highlighting count and cpv to ...Ned Ludd2006-07-011-1/+1
* Trigger post_emerge() after the relevent actions and commit the mtimedb there.Zac Medico2006-07-011-9/+10
* Pass a config instance into movefile() to avoid dependence on global variables.Zac Medico2006-07-011-1/+1
* In order to ensure that emerge doesn't use any of portage's legacy global var...Zac Medico2006-07-011-10/+47
* Pass a more dbapi instances into doebuild to avoid dependence on global varia...Zac Medico2006-07-011-4/+10
* Pass a portdbapi instance into doebuild to avoid dependence on global variables.Zac Medico2006-07-011-2/+2
* Allow portage.getmaskingreason() to operate without global variables.Zac Medico2006-07-011-1/+2
* Allow portage.getmaskingstatus() to operate without global variables.Zac Medico2006-07-011-1/+2
* Go ahead and dump a full traceback without having to enable --debug. There's...Zac Medico2006-07-011-5/+3
* Fix unmerge version spacing for bug #138611.Zac Medico2006-06-301-4/+4
* Remove redundant "portdb" parameters since pordbapi instances are accessible ...Zac Medico2006-06-301-14/+15
* Pass trees into dep_check and dep_zapdeps calls in order to avoid dependance ...Zac Medico2006-06-301-1/+1
* Fix pkgmerge() to work without dependance on global variables.Zac Medico2006-06-301-1/+4
* Pass a config instance into the bindbapi and fakedbapi constructors in order ...Zac Medico2006-06-301-2/+2
* Pass missing parameters to doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+5
* Pass portdbapi instances into doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+3
* Fix accidental replacement from r3705.Zac Medico2006-06-301-1/+1
* Make use of the new mtimdb.commit() method.Zac Medico2006-06-301-3/+4
* Replace global references to the mtimedb with local references.Zac Medico2006-06-301-49/+50
* Pass ldpath mtimes into the unmerge operations.Zac Medico2006-06-301-8/+15
* Trigger env_update() after each unmerge operation.Zac Medico2006-06-301-13/+0
* Remove a pointless "if" statement.Zac Medico2006-06-301-4/+1
* Pass parameters into env_update() so that it doesn't depend on global variables.Zac Medico2006-06-301-2/+7
* After sync, reload portage before the metadata transfer so that action_metada...Zac Medico2006-06-291-30/+11
* Replace references to portage.portdb with local references.Zac Medico2006-06-291-26/+30
* Replace references to portage.root with local settings[ROOT].Zac Medico2006-06-291-4/+7
* Replace direct references to portage.db with local references.Zac Medico2006-06-291-23/+21
* Remove reference to global portage.db from validate_merge_list().Zac Medico2006-06-291-6/+6
* Replace direct references to portage.settings with local references.Zac Medico2006-06-291-89/+83
* Pass a vardbapi instance into getportageversion() so that it doesn't have to ...Zac Medico2006-06-291-5/+8
* Pass a config instance into each dep_expand call.Zac Medico2006-06-291-1/+1
* To simplify code, use startswith() instead of slices.Zac Medico2006-06-281-3/+3
* Fix the writemsg noiselevel so that versions are correctly shown even when --...Zac Medico2006-06-281-3/+5
* Add a missing space in the unmerge output that was reported by vapier.Zac Medico2006-06-281-2/+2
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-281-6/+6
* Remove unnecessary --quiet check since writemsg handles that already.Zac Medico2006-06-271-6/+5
* Make unmerge() colors more consistent.Zac Medico2006-06-271-2/+5