summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* copy of gentoolkit r451Marius Mauch2007-10-051-1/+1
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* In portdbapi.aux_get(), simplify code by using stringZac Medico2007-10-041-9/+2
* Include the package name in all exceptions raised fromZac Medico2007-10-042-3/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-041-1/+8
* Add EAPI masking support for binary packages.Zac Medico2007-10-042-5/+19
* Fix UnsupportedAPIException.__str__() to strip the leadingZac Medico2007-10-041-1/+5
* Non-integer EAPI isn't supported. In case it's supported inZac Medico2007-10-041-3/+9
* When the metadata cache contains a negative EAPI, it meansZac Medico2007-10-041-1/+7
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-042-2/+8
* In the EbuildQuote check, combine the var_assignmentZac Medico2007-10-031-4/+1
* Filter some false positives out of the EbuildQuote check.Zac Medico2007-10-021-13/+48
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-011-2/+5
* Rename checks as the naming was overkill (they are all obviously checks being...Alec Warner2007-10-012-6/+24
* keep old repoman names so we don't confuse peopleAlec Warner2007-10-011-1/+1
* Add new repoman check classes using StringIO; possibly need some testing, obv...Alec Warner2007-10-013-0/+189
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-09-301-45/+51
* Document interaction between config.setinst() andZac Medico2007-09-301-0/+7
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Simplify update_eclasses() a little.Zac Medico2007-09-271-8/+5
* Move a newline to fix formatting.Zac Medico2007-09-271-1/+2
* Ignore ENOTDIR from unmerge unlink calls.Zac Medico2007-09-271-1/+1
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-4/+10
* Bug #192706 - Do not print a summary at the end of --depcleanZac Medico2007-09-261-0/+3
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bug #193695 - Add FreeBSD chflags support for rmdir()Zac Medico2007-09-251-1/+16
* In movefile() FreeBSD chflags handling, use chflags instead ofZac Medico2007-09-251-2/+4
* Bug #193695 - Add support for FreeBSD chflags during unmerge. ThisZac Medico2007-09-251-11/+25
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-241-4/+18
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-4/+4
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-241-5/+9
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-231-13/+25
* In spawn(), initialize default fd_pipes before doing the stdout/stderr flush.Zac Medico2007-09-231-8/+7
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-222-4/+10
* Flush stdout before calling pkg_info() to ensure that output always shows in ...Zac Medico2007-09-221-0/+4
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-221-6/+16
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-192-7/+23
* Bug #190781 - Don't include --oneshot in the options that --update implies.Zac Medico2007-09-181-2/+1
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-162-8/+5
* Revert the workaround for bug #192341 since it will be much cleaner if we fal...Zac Medico2007-09-151-37/+0
* Bug #192341 - Make emerge bail out on FreeBSD if the freebsd python moduleZac Medico2007-09-131-0/+37
* Bug #192346 - The emerge --help shows a -i option that does not exist.Zac Medico2007-09-131-1/+1
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmerge ofZac Medico2007-09-131-0/+10
* Bug #192195 - In dir_get_list(), append a trailing / to the address whenZac Medico2007-09-121-0/+4