misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
emaint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #138159 - add support for --version (trunk r9200)
Zac Medico
2008-01-31
1
-1
/
+1
*
Bug #197797 - Set umask to 022 so that created files (such as the
Zac Medico
2007-11-20
1
-0
/
+4
*
Clean up system and world set handling. For forward compatibility, the world...
Zac Medico
2007-07-03
1
-1
/
+2
*
sort the world file before writing it and ensure that it's terminated by a ne...
Zac Medico
2007-06-24
1
-1
/
+2
*
For bug #167217, don't hardcode /usr/lib/portage. (trunk r5945)
Zac Medico
2007-02-19
1
-1
/
+2
*
For bug #166785, check for invalid categories in the world file. (trunk r5985...
Zac Medico
2007-02-18
1
-3
/
+16
*
Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...
Zac Medico
2006-10-31
1
-2
/
+6
*
streamline portage pythonpath handling and add an override analog to how the ...
Marius Mauch
2006-10-26
1
-2
/
+2
*
Move code out of global scope.
Zac Medico
2006-07-10
1
-10
/
+12
*
Update error handling for write_atomic calls to use PortageException.
Zac Medico
2006-07-09
1
-2
/
+2
*
revert my last commit except for the parts i really wanted to commit
Simon Stelling
2006-05-01
1
-149
/
+3
*
allow escaping in elog_base() to fix bug 131913
Simon Stelling
2006-05-01
1
-3
/
+149
*
Remove the leading / from WORLD_FILE for better cooperation with os.path.join...
Zac Medico
2006-03-06
1
-5
/
+6
*
use new write_atomic() function for all world file updates
Zac Medico
2006-02-09
1
-1
/
+1
*
Disable the vdb check until it can be migrated to filter-env.
Jason Stubbs
2006-01-28
1
-2
/
+3
*
add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti...
Brian Harring
2006-01-27
1
-0
/
+1
*
fix possible path and vdb location issues
Marius Mauch
2006-01-24
1
-14
/
+15
*
fixup
Marius Mauch
2006-01-22
1
-1
/
+1
*
store all auxdbkeys in vdb and add a new emaint target to create missing entries
Marius Mauch
2006-01-22
1
-2
/
+59
*
don't inline code, do __name__=="__main__" so the module can be used instead ...
Brian Harring
2006-01-12
1
-47
/
+48
*
Remove tests for masked/unavailable packages.
Jason Stubbs
2005-12-30
1
-10
/
+0
*
Fix an incorrect variable reference triggered when using --fix and --check
Jason Stubbs
2005-12-24
1
-1
/
+1
*
Separate masked and unavailable ebuilds and report that masked ebuilds can be
Jason Stubbs
2005-12-21
1
-1
/
+7
*
Added a description of emaint to `emaint --help`
Jason Stubbs
2005-11-13
1
-0
/
+6
*
output a finished message
Mike Frysinger
2005-11-01
1
-0
/
+1
*
Take the str() of the option passed to the callback so it can be compared use...
Jason Stubbs
2005-10-14
1
-1
/
+1
*
Rework to API behaviour rather than API documentation
Jason Stubbs
2005-10-07
1
-4
/
+4
*
Add new tool to check and fix problems with the world file (to begin with)
Jason Stubbs
2005-10-05
1
-0
/
+111