projects
/
portage.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
portage.git
2007-10-19
Zac Medico
Don't show each character of the log message on a new
commit
|
commitdiff
|
tree
|
snapshot
2007-10-19
Zac Medico
Bug #196427 - Don't display news notifications when...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-19
Zac Medico
Pass the whole cpv to elog instead of just ${PF}.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-19
Zac Medico
The ERROR color code is currently undefined, so make...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-19
Marius Mauch
Use the python version of eerror
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Zac Medico
Handle EnvironmentError instead of OSError since open()
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Zac Medico
Bug #195375 - Make dblink.treewalk() read inforoot...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Zac Medico
Adjust quote usage in collision-protect eerror
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Zac Medico
Fix collision-protect so that it properly cancels the
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Fix the normalize_needed regex to properly match //
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Bug #196043 - Unify the ouput handling for file collisions
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Add missing "to" to fix grammer.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Bug #196043 - Update the file collision ewarn notice
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Bug #196043 - Implement a `portageq owners <root> ...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Zac Medico
Optimize dblink.isowner() to use fewer stat calls by
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Zac Medico
Only re.compile() the normalize_needed pattern once
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Zac Medico
In dblink.getcontents(), use a regular expression to...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
Use EmergeConfig instead of portage.config in RootConfig
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
Move clean_world() into WorldSet
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
use skipfile rather than timestamp to ignore processed...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
Also use EmergeConfig() in MergeTask
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
Replace getlist() with PackageSet.getAtoms()
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
subclass portage.config to include a setconfig instance...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Marius Mauch
Add debug mode to display the libraries that cause...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Zac Medico
Move the emerge module to _emerge to make it private
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Fix --help summary so that "commit" mode shows.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Update emacs and vim docs to reference NOTE_2.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Update NOTE_2 to document proper use of the using_editor
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Bug #195949 - Add one more using_editor conditional for
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Bug #195949 - Use a different diff_command sanity check
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Marius Mauch
remove unused tmpfs variable
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Document the "manifest" mode.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Zac Medico
Sort the modes in the repoman --help output.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-14
Zac Medico
Add a note to clarify os.walk() behavior with respect
commit
|
commitdiff
|
tree
|
snapshot
2007-10-14
Zac Medico
Remove the checks for files in symlinked directories
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
In some cases, openpty can be slow when it fails. There...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Avoid an error message from find when "${D}"/usr/share
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Remove unused import.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
In the file collision eerror output, don't colorize the
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Handle the PortageException that can be raised from
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Make the file collision eerror message less verbose
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Remove a chdir() call that's no longer needed for the
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
Use os.listdir() instead of portage.listdir() in dblink...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Zac Medico
In dblink.treewalk(), use os.walk() instead of portage...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Bug #195370 - Filter some more bogus matches due to
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Remove a redundant call to elog_process().
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
s:this package wants:this package will:
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Bug #195527 - Add some more information to the file...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Bug #195527 - Unconditionally detect file collisions...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Use writemsg() to send exception string to stderr.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Pass into the PackageIndex constructor a list of package
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Pass default package metadata values into the PackageIndex
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Zac Medico
Sync code between binarytree.inject() and populate().
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Split USE evaluation code out of binarytree.inject...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Strip the leading path separator from USER_CONFIG_PATH
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
In depgraph.select_dep(), check for existing nodes in
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Marius Mauch
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Marius Mauch
Do not use aux_get to parse the NEEDED file as we need...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Marius Mauch
Update todo list
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Marius Mauch
Add a set to group all consumers of missing libraries...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Make depgraph.select_dep() reject installed packages
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Marius Mauch
implement new set to group all consumers of preserved...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Raise a PackageNotFound exception instead of a ValueError
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Move some package selection code from depgraph.create()
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Zac Medico
Make portdbapi and bindbapi cache PROVIDE in order
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Remove ambiguous "you should edit this file" warning.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Prevent bogus upgrade display when a new-style virtual
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Comment about avoiding expensive metadata pulls
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Refactor depgraph.select_dep() to eliminate redundant
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Cache IUSE in bindbapi to optimize --newuse calculations.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Migrate depgraph.select_files() to use the filtered...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Zac Medico
Initialize the list of package repos inside the
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Unify the masking reasons output so that the same code
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
document default sets
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
add descriptions for dbapi set classes
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
add description to security set handlers
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
security sets actually have one option
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
document all options
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
Start documentation of set handler classes
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
Exclude .metadata files in multi set configurations...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Fix USE logic for built packages when populating the...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Marius Mauch
Replace hardcoded path with new constant
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Fix InvalidDependString namespace and initialize USE...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
When an ebuild has conditionals in it's LICENSE, calculate
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
In depgraph.xcreate(), installed packages are excluded
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Bug #149816 - Implement visibility filtering support for
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Make portdbapi.aux_get() cache more often.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Properly exclude old-style virtuals from the portdbapi...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Remove a redundant os.access() call in portdbapi.aux_get()
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Zac Medico
Optimize away a match_from_list() call inside
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Factor package.mask and profile masking logic out of
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Cache IUSE for portdbapi.gvisible() calls.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Restore profile masking support to getmaskingstatus().
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Allow config.setcpv() to take a dictionary of package...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Factor the KEYWORDS masking logic out of portdbapi...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Remove duplicate call to digestgen().
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Zac Medico
Move the "commit" mode manifest generation earlier...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Mike Frysinger
add --debug option and display a message about skipping...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-07
Mike Frysinger
add standard --help/--version options
commit
|
commitdiff
|
tree
|
snapshot
next