summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For bug #166785, check for invalid categories in the world file.Zac Medico2007-02-181-3/+16
| | | | svn path=/main/trunk/; revision=5986
* Fix package.provided breakage from the fix for bug #166939.Zac Medico2007-02-171-0/+4
| | | | svn path=/main/trunk/; revision=5984
* Remove unnecessary import that triggers DEPRECATION NOTICE.Zac Medico2007-02-171-1/+0
| | | | svn path=/main/trunk/; revision=5983
* For bug #166939, make --nodeps work like a normal package for new-style ↵Zac Medico2007-02-171-17/+21
| | | | | | virtuals. svn path=/main/trunk/; revision=5982
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-1725-23/+73
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Remove portage_exec.py as subversion is stupid and can't convert it in one stepMarius Mauch2007-02-171-1/+0
| | | | svn path=/main/trunk/; revision=5980
* For full backwards compat (with symlinks or other weird stuff) import ↵Marius Mauch2007-02-171-3/+3
| | | | | | everything into the main namespace svn path=/main/trunk/; revision=5979
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as ↵Marius Mauch2007-02-172-5371/+5378
| | | | | | the load_source solution doesn't work properly svn path=/main/trunk/; revision=5978
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
| | | | svn path=/main/trunk/; revision=5977
* Print hostname in xterm title if sheridan is available in the environmentMarius Mauch2007-02-171-4/+5
| | | | svn path=/main/trunk/; revision=5976
* Ignore compiled files.Marius Mauch2007-02-171-3/+89
| | | | | | | | | | | | | Add new feature 'preserve-libs' that injects files into $D that - belong to a package instance that is about to be autocleaned - are not installed by the new package instance - are listed in at least one NEEDED file in vdb - are not just used by other files of the package instance As a side-effect a new file /var/db/pkg/.NEEDED is created that contains a reversed map of the NEEDED files found in a packages dbdir. svn path=/main/trunk/; revision=5975
* Print filename when displaying package.mask commentsMarius Mauch2007-02-172-23/+25
| | | | svn path=/main/trunk/; revision=5974
* Add support for RSYNC_EXTRA_OPTS to webrsyncMarius Mauch2007-02-171-2/+2
| | | | svn path=/main/trunk/; revision=5973
* Add missing quotes.Zac Medico2007-02-151-1/+1
| | | | svn path=/main/trunk/; revision=5970
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ↵Zac Medico2007-02-151-1/+2
| | | | | | this patch from bug #166837. svn path=/main/trunk/; revision=5969
* Optimize merge order calculation for --tree output when necessary.Zac Medico2007-02-141-1/+2
| | | | svn path=/main/trunk/; revision=5967
* For bug #158100, use an exact reversal of the actual merge order for --tree ↵Zac Medico2007-02-141-0/+5
| | | | | | output. It's more efficient than doing 2 order calculations. svn path=/main/trunk/; revision=5965
* Fix broken imports.Zac Medico2007-02-131-3/+5
| | | | svn path=/main/trunk/; revision=5963
* Detect potential issues with mtime granlarity in env_update() and sleep if ↵Zac Medico2007-02-131-1/+13
| | | | | | necessary. Thanks to Brian Harring for reporting. svn path=/main/trunk/; revision=5961
* Fix missing imports.Zac Medico2007-02-131-3/+3
| | | | svn path=/main/trunk/; revision=5960
* tweak PORT_LOGDIR comments so as to not give the wrong impression about the ↵Mike Frysinger2007-02-131-1/+2
| | | | | | default value svn path=/main/trunk/; revision=5959
* In the event of a circular dependency panic, eliminate root nodes in order ↵Zac Medico2007-02-121-0/+9
| | | | | | to reduce the noise level to a minimum. svn path=/main/trunk/; revision=5956
* Make subpackage naming consistentMarius Mauch2007-02-1111-106/+114
| | | | svn path=/main/trunk/; revision=5955
* import best() from portage.versionsZac Medico2007-02-111-2/+2
| | | | svn path=/main/trunk/; revision=5954
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-115-28/+35
| | | | svn path=/main/trunk/; revision=5953
* Make xterm titles work even when color is disabled. Thanks to Joachim ↵Zac Medico2007-02-101-1/+1
| | | | | | Kaeber <joachim.kaeber@web.de> in bug #166255. svn path=/main/trunk/; revision=5950
* Add missing VDB_PATH to fix vardbapi.aux_get() breakage.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5949
* Fix vardb.cpv_all() breakage.Zac Medico2007-02-101-2/+1
| | | | svn path=/main/trunk/; revision=5948
* Fix missing stat import.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5947
* Break a recursive loop.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5946
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-1016-16/+16
| | | | svn path=/main/trunk/; revision=5945
* fix broken importsZac Medico2007-02-101-1/+3
| | | | svn path=/main/trunk/; revision=5944
* remove broken dblink importZac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5943
* Fix automatic sys.path insertions so that they're relative instead of ↵Zac Medico2007-02-1016-16/+32
| | | | | | absolute hard coded. svn path=/main/trunk/; revision=5942
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
| | | | svn path=/main/trunk/; revision=5941
* fix syntaxZac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5940
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-106-3207/+3285
| | | | | | | Also perform some minor cleanups. svn path=/main/trunk/; revision=5939
* add docstringsAlec Warner2007-02-101-0/+20
| | | | svn path=/main/trunk/; revision=5938
* fix a few broken testsAlec Warner2007-02-103-6/+5
| | | | svn path=/main/trunk/; revision=5935
* update test notesAlec Warner2007-02-101-3/+8
| | | | svn path=/main/trunk/; revision=5934
* Create namespace for emergeMarius Mauch2007-02-083-4/+5
| | | | svn path=/main/trunk/; revision=5931
* die requires diefunc and dump_trace too; duh; also move extdebug into ↵Alec Warner2007-02-082-66/+31
| | | | | | isolated-functions.sh svn path=/main/trunk/; revision=5930
* Make the "lfull" output more succinct by omitting categories for which there ↵Zac Medico2007-02-081-2/+1
| | | | | | are no violations. svn path=/main/trunk/; revision=5928
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
| | | | svn path=/main/trunk/; revision=5926
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
| | | | svn path=/main/trunk/; revision=5924
* For bug #165783, handle a potential InvalidDependString exception in repoman ↵Zac Medico2007-02-071-14/+25
| | | | | | and report a SRC_URI.syntax failure. svn path=/main/trunk/; revision=5922
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-5/+11
| | | | | | doebuild(). svn path=/main/trunk/; revision=5920
* Enable strict dep checking for repoman.Zac Medico2007-02-071-0/+1
| | | | svn path=/main/trunk/; revision=5918
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-3/+9
| | | | | | digestgen(). svn path=/main/trunk/; revision=5916
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-072-2/+3
| | | | | | '.*.bak'. svn path=/main/trunk/; revision=5914