2008-10-02 |
Zac Medico | Fix `svn status` output parsing for compatibility with... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Remove pointless copying of the owners dict inside... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Implement a new "changelog.ebuildadded" check which... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | In JobStatusDisplay._update(), set _displayed = True... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Optimize display_preserved_libs() by using a single... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Fix broken logic in Scheduler._main_loop() which would... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Call elog_process before calling the "clean" phase... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | When parsing PORTAGE_ELOG_SYSTEM, stack values in a... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Zac Medico | Bug #239272 - Handle InvalidAtom exception inside |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Zac Medico | Generate an eqawarn message if econf is called from... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Zac Medico | Handle InvalidDependString from portdbapi.getFetchMap... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Zac Medico | Now that elog_base() uses 'echo -e' to expand escape... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Zac Medico | Bug #239006 - In FakeVartree._aux_get_wrapper(), fall... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Marius Mauch | allow the portage.sets. prefix to be omitted in 'class... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Add a new DummyPackageSet handler to make set operators... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | remove the 'repository' option from CategorySet in... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | allow selection of metadata source for VariableSet |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | make sure that cli-defined sets aren't added to @world |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Zac Medico | For compatibility with long-standing --columns behavior... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | add support for slot dependencies (original patch by... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | use summarylist for output of test mode when --verbose... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | sort summarylist output (patch by Robert Buchholz ... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | print dates in a consistent format (patch by Robert... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | also accept glsa-2.dtd as valid for GLSAs (patch by... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | account for DTD changes wrt 'revised' element (patch... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | document AgeSet handler class |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | update set config documentation to include extend,... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | use ignorelist to avoid potential infite loop |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Add operator logic to sets.conf |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Properly process set arguments inside set expressions |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | disable redefintion errors when updating the set defini... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | implement set arguments to reconfigure and create packa... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Another correctness fix in BlockerDB.findInstalledBlock... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Fix code inside BlockerDB.findInstalledBlockers() to... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | EAPI 2 is now supported. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Mask packages with deprecated EAPIs in order to prevent... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | In the --depclean docs, there's no need to advise the... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add PROPERTIES to the list of USE evaluated keys for... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add PROPERTIES to all of the metadata caches. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Update hardcoded auxdbkey_order attributes to include... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Bug #238766 - Revert the fetch() mirror:// behavior... v2.2_rc11 |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add back code removed in r11553 and fix logic to avoid... v2.2_rc10 |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Handle possible CacheError inside mirror_cache(). |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Direct EOutput.eerror() and ewarn() output to stderr. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Fix a potential IndexError inside display_preserved_libs(). |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Make flat_hash write keys in alphabetical order. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Rename the EAPI 2 docs and to indicate that they are... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Bump to EAPI 2. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Add PROPERTIES to portage.auxdbkeys since it's been... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix mirror_cache() so it won't silently swallow a KeyEr... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Ensure that cache modules always return a dict containi... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix message: s/One or packages/One or more packages... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Use echo -e when splitting lines in e* functions, for... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | change set expression syntax: operators now have a... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | implement simple expression logic for apckage sets... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | move set expansion code into its own function |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | relocate the post_emerge call so it gets called in... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | Add a new AgeSet class to select installed packages... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix the case where all arguments are filtered out by |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Bug #238550 - Set world-candidate = False for the ... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Zac Medico | Fix fetch() mirror:// handling in to comply with sectio... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Zac Medico | Import cPickle as pickle instead of vice versa. Eases... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Zac Medico | Bug #230975 - Rename the portage.selinux module to... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Marius Mauch | remove deprecation warnings and compat code for 2.1... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Marius Mauch | don't attempt to unmerge a set that doesn't exist anymore |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Zac Medico | Add a new --list-sets action, as requested by jmbsvicetto. v2.2_rc9 |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Zac Medico | Always call `cd "$WORKDIR"` to ensure that $CWD is... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Zac Medico | Bug #238251 - Use 'read' instead of $IFS for splitting... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Zac Medico | Fix erroneous variable references in the multiset ... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | As requested by jmbsvicetto, add support to StaticFileS... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | More SRC_URI validation. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Fix some broken logic inside portdbapi.getFetchMap(). |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Add test cases for SRC_URI validation. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Add a "EAPI 2_pre3" section to show what's changed. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Implement SRC_URI arrows for EAPI 2. The portdbapi... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Document the --ignore-default-opts and --skip-manifest... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Zac Medico | Bug #238157 - Update http_proxy/ftp_proxy docs to show... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Zac Medico | Define __all__ and clean up unused imports found by... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Zac Medico | Document the --debug option. Thanks to Jeremy Olexa... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Zac Medico | Implement the new EAPI 2 blocker behavior, including... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Zac Medico | Fix typo in from previous commit. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Zac Medico | Remove everything related to the eapi* default phase... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Zac Medico | Fix broken reference to self.files inside SpawnProcess... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Zac Medico | Improve error messages for issues with the SYNC variabl... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Remove unneeded quotes from PYTHONPATH assignments... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Fix PYTHONPATH adjustments to only insert a colon when... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Bug #237526 - Use portage.util.grablines() for exceptio... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Define __all__ and remove unused imports found by pyflakes. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Move the world file update code out of update_config_fi... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Zac Medico | Document FEATURES=preserve-libs. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Zac Medico | Adjust chunk.section.depth and generate.section.toc... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Zac Medico | Remove docs for the proposed eapi* default phase functi... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Zac Medico | Remove docs for the proposed unpack() gitweb snapshot... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Zac Medico | New debugedit support for FEATURES=splitdebug, by Sven... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Zac Medico | Don't mention log files in $T for eqawarn messages... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Zac Medico | In the ignored LDFLAGS check, filter out anything under... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Zac Medico | Split the doman language code documentation into it... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Zac Medico | Document EAPI 2 support in the unpack helper function... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Zac Medico | Add EAPI 2 documentation for customization of output... |
commit | commitdiff | tree | snapshot |
next |