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 |
2007-10-07 |
Mike Frysinger | unify diff_command handling |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Mike Frysinger | add support for .lzma / .tar.lzma to unpack |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Mike Frysinger | add QA check for .pyc/.pyo files in /usr/share |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Zac Medico | Fix binarytree.populate() so that it properly caches |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Zac Medico | In PackageIndex.write(), skip writing the CHOST for a |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Zac Medico | In PackageIndex.readBody(), make each package entry |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Zac Medico | Bug #194552 - Include EAPI in the binary package metada... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Zac Medico | Fix package.license support so that SLOT atoms |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | Handle Exceptions in mod_mail_summary.finalize() and... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | let dohtml handle weird filenames, patch by TGL (bug... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | Add @localhost to default PORTAGE_ELOG_MAILFROM to... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | clean up module namespace |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | Also clean portage.txt |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | Also look for sets.conf in overlays |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | Add some documentation about set configuration |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Marius Mauch | default set configuration, should probably go into... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Strip the - prefix from EAPI in getmaskingstatus() |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | handle empty sets properly |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Shorten the reference to IUSE defaults since |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Document IUSE defaults. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | include sets in emerge --search |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Document SLOT dependencies. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | replace category sets in test configuration with user... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Generalize the first paragraph of the MASKED PACKAGES... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | only add short names for sets if they begin with 'sets/' |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | first version of set integration in emerge |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | Add set configuration framework in preparation for... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Documnet EAPI in the MASKED PACKAGES section. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Fix spelling of backward. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Document the EAPI variable. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | ignore missing files |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | add TODO list for portage-2.2 |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Marius Mauch | copy of gentoolkit r451 |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Zac Medico | Bug #194764 - All the match* functions can raise |
commit | commitdiff | tree | snapshot |
next |