2006-09-16 |
Zac Medico | In portage.commit_mtimedb(), use the commit() method... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Mike Frysinger | document FEATURES=buildsyspkg #147729 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | Add CATEGORY to the list of readonly variables. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make dispatch-conf scan for individual... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make etc-update scan for individual... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make emerge scan for individual files... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, add support for individual files in... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | When it's detected that a previously remembered update... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Add support for SPACE_SEPARATED and COLON_SEPARATED... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Move all env.d file name filtering into a single loop. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Simplify the confmem logic so that it's easier to read. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Remove an unused hardlink_active() function. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Simplify portage_locks.hardlink_is_mine() so that it... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Remove all traces of atexit hardlock cleanup code,... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | In unhardlink_lockfile(), make sure not to touch lockfi... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Mike Frysinger | note that you need to use an absolute path for ROOT... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Zac Medico | Use configdict["env"].clear() instead of manual deletio... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Zac Medico | For correct LINGUAS handling, don't export empty USE_EX... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Zac Medico | Add KDEDIRS to colon_separated env-update vars as reque... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Zac Medico | Fix a broken call to new_protect_filename for bug ... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Mike Frysinger | diff for superh |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Zac Medico | For bug #80846, prevent false collisions caused by... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Zac Medico | In dblink.isowner(), correct the logic to test the... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Zac Medico | Include a note about RESTRICT="fetch" in docs for local... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Add PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it... v2.1.1 |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Make quickpkg respect PORTAGE_NICENESS. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Substitute isolated-functions.sh in place of /sbin... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Condense a few portageq calls into one. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Make sure that the package phase has the PYTHONPATH... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Optimize quickpkg so that it creates the binary package... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | For bug #146564, include directories in packages create... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Document that dblink.unmerge() does not perform locking... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Properly lock the critical section of portage.unmerge... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Allow env_update to work if there are broken symlinks... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Remove ACCEPT_KEYWORDS from incrementals to that a... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Call dep_settings.setcpv() first so that ACCEPT_KEYWORD... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | unpack rar files with -o+ to force overwriting #146508... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | make .compiled warning the same helpful format as ... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | if user has FEATURES=noauto then dont check lame .insta... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Zac Medico | During env_update, raise a FileNotFound exception if... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Add an additional note about $ROOT and USE flag handlin... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Revert r4403 since dep_check needs a config instance... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Only apply USE masks in dep_check when called by repoma... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Use a set for masklist inside dep_check. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | For emerge dep_check calls, use a config instance that... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Move setcpv call (from the last commit) to a more logic... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Add repoman support for package.use.mask. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Since none of the code is written to handle it, never... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Don't call dict.keys() unnecessarily for the containmen... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Move notes about --depclean and --newuse from NEWS... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Add news about --newuse being able to detect changes... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | When aux_get can't find a matching ebuild, simply raise... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Simon Stelling | moving the portage-specific sandbox-code out of the... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Describe each of the USE flag symbols that are displaye... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | Make code from the last 2 commits conditional on mergin... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | Update the depgraph's USE flag cache so that's it's... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | When creating the depgraph, use the correct USE flags... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Zac Medico | Use a specialized read_int function to read integer... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Zac Medico | Before the preinst phase, only call load_infodir for... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Mike Frysinger | fix whitespace |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Simon Stelling | let's not fork too much |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Simon Stelling | make the multilib-strict check show all files that... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Zac Medico | Add a missing newline from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Simon Stelling | don't display useless messages when using --quiet |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Zac Medico | Display flags that have been removed from IUSE as ... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Zac Medico | For --newuse, ignore masked/forced flags when comparing... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Zac Medico | For --newuse, ignore masked/forced flags when comparing... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Zac Medico | Remove a redundant conditional from the last commit. |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Zac Medico | Show the * symbol in addition to the % symbol when... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Zac Medico | Add news about the new depclean algorithm. |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Zac Medico | Recommend `emerge --update --deep world` prior to depcl... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Stelling | remove the MULTILIB_STRICT_EXEMPT default as all profil... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Stelling | ignore binutils wrt multilib-strict; bug 121641 |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Stelling | only print the "Removing /usr/share/info" if --quiet... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Zac Medico | Make symlink merge output respect --quiet. Thanks... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Zac Medico | Display flags that have been removed from IUSE as ... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Zac Medico | For bug #144928, add -L to the rsync options (transform... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Mike Frysinger | include filename in submenu so we know exactly what... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Zac Medico | Don't bother to lock CONFIG_MEMORY_FILE since writedict... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Zac Medico | Make depclean more friendly about unresolved atoms... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Mike Frysinger | document the ability to make package. files directories... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Mike Frysinger | eat some extraneous newlines |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Mike Frysinger | document ROOT #144331 |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Mike Frysinger | some INSTALL_MASK docs by compnerd |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Zac Medico | Make sure that portageq exits quietly when killed,... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ned Ludd | - record the md5 checksum of the .tbz2 used at merge... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Zac Medico | Remove an unused "objsadded" variable spotted by antarus. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Zac Medico | This is a new dep_zapdeps implementation. Thanks to... |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Zac Medico | Add a depclean warning message, once again, because... |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Zac Medico | This is a new and improved depclean implementation... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Zac Medico | Add forgotten PORTAGE_TMPDIR to the portageq call. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Zac Medico | Use eval $(portageq envvar -v FOO BAR) to collapse... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Zac Medico | Update the virtuals even if the package already exists... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Zac Medico | Revert most of r4086 because it broke circular bootstra... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Zac Medico | Make stack_dictlist return an empty dictionary when... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Zac Medico | For consistent results, sort the contents when generati... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Zac Medico | Add news about use.force. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Zac Medico | Add some docs for use.force and package.use.force. |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Zac Medico | Add support for use.force and package.use.force in... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Zac Medico | Fix stack_dictlist() so that incremental stacking behav... |
commit | commitdiff | tree | snapshot |
next |