summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-2/+6
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-3/+2
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* ignore packages that were just fetched from being added to the worldfileMarius Mauch2006-08-041-1/+1
| | | | svn path=/main/trunk/; revision=4150
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-061-3/+3
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-3/+1
| | | | svn path=/main/trunk/; revision=2681
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+93
svn path=/main/branches/2.0/; revision=1941