summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix LazyDatabasesDict so that databases only need to be created once.Zac Medico2006-04-111-0/+1
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick Mc...Zac Medico2006-04-111-1/+6
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to Patric...Zac Medico2006-04-111-1/+9
* Make qmerge imply noclean for bug #129559.Zac Medico2006-04-111-0/+3
* Implement lazy construction of global databases db[root]["porttree"] and db[r...Zac Medico2006-04-111-4/+27
* Support EBUILD_PHASE during more phases for bug #129244.Zac Medico2006-04-111-0/+2
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-112-2/+4
* Remove dead code from portage.digestcheck().Zac Medico2006-04-111-86/+0
* Remove the "db" parameter from digestcheck() because it's not needed.Zac Medico2006-04-111-3/+1
* Remove the "db" parameter from digestParseFile() because it's not needed.Zac Medico2006-04-111-3/+2
* Remove the "db" parameter from digestgen() because it's not needed.Zac Medico2006-04-111-4/+1
* Fix FetchlistDict.keys() so it does the same porttrees trick as __getitem__.Zac Medico2006-04-111-1/+8
* Fix FetchlistDict so usage of global portdb leaves portdb.porttrees intact.Zac Medico2006-04-111-7/+11
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
* Ensure that binarytree.populate is called even when the first access isJason Stubbs2006-04-101-0/+7
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
* Make repoman ignore deeply nested CVS directories and files they contain in o...Zac Medico2006-04-101-0/+2
* Add docstrings for FetchlistDict.Zac Medico2006-04-101-1/+9
* Simplify the porttrees logic for FetchlistDict.Zac Medico2006-04-101-5/+2
* Remove unnecessary calls to dict.keys() from portage_manifest.Zac Medico2006-04-101-7/+7
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-103-11/+31
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-103-32/+31
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-092-13/+35
* simpler dosym to make mr bones happyMike Frysinger2006-04-091-3/+4
* Remove dead code from portage.digestParseFile().Zac Medico2006-04-091-30/+0
* Encapsulate type guessing logic in a new Manifest method.Zac Medico2006-04-092-9/+14
* For compatibility, return a tuple of 3 when an OSError is raised in portage_c...Zac Medico2006-04-091-1/+1
* Move mf.create out of a loop because it should only need to be called once.Zac Medico2006-04-091-1/+1
* Supply missing parameters to a checkFileHashes call.Zac Medico2006-04-091-1/+1
* Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by m...v2.1_pre8Zac Medico2006-04-082-167/+1
* Remove pym/portage_contents.py because it's not used. Thanks to Brian Harring...Zac Medico2006-04-081-161/+0
* Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.Zac Medico2006-04-081-412/+0
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-082-0/+7
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for rep...Zac Medico2006-04-081-3/+3
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Protect string indexes during input stripping in dep_getkey and dep_getcpv.Jason Stubbs2006-04-081-11/+7
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* remove reference to a script that doesnt existMike Frysinger2006-04-071-2/+0
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
* Fix a regression in security handling, emerge with no options should print ou...Alec Warner2006-04-071-1/+4
* Thanks to jforman for finding this one, emerge was not helpful when permissio...Alec Warner2006-04-071-3/+9
* Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to B...Zac Medico2006-04-071-3/+1
* Raise exceptions when appropriate in the atomic_ofstream constructor for bug ...Zac Medico2006-04-071-0/+2
* Speed up portage.config.keys()Alec Warner2006-04-071-6/+1
* Change == None to is NoneAlec Warner2006-04-078-74/+74
* only display syncing progress for each file when --verbose is set; thanks Ola...Simon Stelling2006-04-061-2/+2
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
* emerge info -> emerge --infoSimon Stelling2006-04-061-1/+1