| Commit message (Expand) | Author | Age | Files | Lines |
* | Filter PORTAGE_VERBOSE in save_ebuild_env(). | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Bug #240295 - When emake is called, echo the make command similar to the way | Zac Medico | 2008-11-01 | 1 | -0/+2 |
* | Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match(). | Zac Medico | 2008-11-01 | 1 | -1/+2 |
* | Bug #244792 - Remove confcache support. | Zac Medico | 2008-11-01 | 2 | -31/+2 |
* | Bug #244947 - Add repoman support for checking masked and forced flags on | Zac Medico | 2008-11-01 | 2 | -4/+36 |
* | Bug #244947 - Add basic repoman support for checking masked and forced flags | Zac Medico | 2008-10-31 | 2 | -37/+65 |
* | Eliminate duplicate code by calling equivalent dblink._clear_contents_cache(). | Zac Medico | 2008-10-31 | 1 | -3/+1 |
* | Bug #243178 - Handle file collisions with preserved libs by allowing the | Zac Medico | 2008-10-31 | 1 | -2/+74 |
* | In dblink._collision_protect(), remove redundant self.isowner() calls since | Zac Medico | 2008-10-31 | 1 | -2/+4 |
* | Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller | Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | Revert previous commit since it doesn't properly calculate masked and forced | Zac Medico | 2008-10-31 | 1 | -20/+0 |
* | Bug #244947 - Add repoman support for checking masked and forced flags when | Zac Medico | 2008-10-31 | 1 | -0/+20 |
* | Remove unused conditional_disabled and conditional_enabled attributes from | Zac Medico | 2008-10-31 | 1 | -2/+2 |
* | Fix broken stuff to avoid tracebacks when running in commit mode with | Zac Medico | 2008-10-31 | 1 | -1/+4 |
* | Pass a Package instance into the config.setcpv() call. | Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | Use portage.const.PORTAGE_PACKAGE_ATOM where appropriate. | Zac Medico | 2008-10-30 | 2 | -8/+8 |
* | recheck what changed in the repository also when nothing was added, because | Zac Medico | 2008-10-30 | 1 | -8/+6 |
* | Bug #244975 - Don't allow the user to make portage unmerge itself since | Zac Medico | 2008-10-30 | 1 | -1/+24 |
* | Make sure mychanged and mynew are always defined even if there is no vcs | Zac Medico | 2008-10-30 | 1 | -0/+2 |
* | Avoid unnecessary aux_get calls inside Scheduler._pkg() by getting the existing | Zac Medico | 2008-10-30 | 1 | -4/+7 |
* | define myunadded such that repoman doesn't crash when being run in a | Zac Medico | 2008-10-30 | 1 | -0/+1 |
* | Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since it | Zac Medico | 2008-10-30 | 1 | -0/+1 |
* | Bug # 225429 - Try to remove unneeded preserved libs just before returning | Zac Medico | 2008-10-30 | 1 | -112/+161 |
* | In dblink.unmerge(), update the CONTENTS entries when preserved libs are | Zac Medico | 2008-10-30 | 1 | -1/+21 |
* | Bug #225429 - In dblink.unmerge(), eliminate consumers having providers with | Zac Medico | 2008-10-30 | 1 | -12/+54 |
* | Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"], | Zac Medico | 2008-10-29 | 2 | -51/+60 |
* | Fix interaction between LinkageMap.rebuild() and the package replacement | Zac Medico | 2008-10-29 | 1 | -8/+13 |
* | Fix $ROOT handling inside LinkageMap.findConsumers(). | Zac Medico | 2008-10-28 | 1 | -1/+2 |
* | Bug #238957 - When removing unneeded preserved libs inside dblink.unmerge(), | Zac Medico | 2008-10-28 | 1 | -53/+68 |
* | Update the auto-add message to say "Manifest" instead of "digests". Thanks to | Zac Medico | 2008-10-28 | 1 | -1/+1 |
* | Remove manifest1 digest-* autoadd code. Thanks to grobian. | Zac Medico | 2008-10-28 | 1 | -9/+1 |
* | Fix graph.get() so that it works as intended, returning the node corresponding | Zac Medico | 2008-10-28 | 1 | -4/+7 |
* | Fix some incorrect $ROOT handling inside LinkageMap. | Zac Medico | 2008-10-28 | 1 | -4/+6 |
* | Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception when | Zac Medico | 2008-10-28 | 2 | -5/+26 |
* | Fix incorrect $ROOT handling inside dblink._preserve_libs(). | Zac Medico | 2008-10-28 | 1 | -8/+26 |
* | Pass $ROOT into the LinkageMap._ObjectKey constructor since it's needed for | Zac Medico | 2008-10-28 | 1 | -11/+14 |
* | Pass $ROOT into portage.util.getlibpaths(). | Zac Medico | 2008-10-28 | 2 | -5/+6 |
* | Return early from fetch() if no uris are given. | Zac Medico | 2008-10-27 | 1 | -0/+3 |
* | In fetch(), avoid the "Adjusting permissions recursively" message in cases | Zac Medico | 2008-10-27 | 1 | -1/+10 |
* | Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to override | Zac Medico | 2008-10-26 | 1 | -2/+1 |
* | When creating the temporary $DISTDIR, do not try to set the uid since it | Zac Medico | 2008-10-25 | 1 | -1/+1 |
* | Fix preserve-libs code inside dblink.unmerge() so that it will join paths | Zac Medico | 2008-10-24 | 1 | -3/+8 |
* | When populating the fake $DISTDIR inside doebuild(), reuse existing symlinks | Zac Medico | 2008-10-24 | 1 | -16/+23 |
* | Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever. | Zac Medico | 2008-10-23 | 1 | -1/+3 |
* | Add "bzr" to the lists of live eclasses. | Zac Medico | 2008-10-23 | 1 | -1/+1 |
* | Add "bzr" to the lists of live eclasses. | Zac Medico | 2008-10-23 | 2 | -0/+2 |
* | Bug #243224 - Add an exemption to the inherit.autotools check for ebuilds that | Zac Medico | 2008-10-22 | 1 | -0/+7 |
* | Fix grammar. | Zac Medico | 2008-10-22 | 1 | -1/+1 |
* | Add a PROPERTIES.syntax check. | Zac Medico | 2008-10-22 | 2 | -1/+9 |
* | Document PROPERTIES=interactive. | Zac Medico | 2008-10-22 | 1 | -0/+10 |