summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Add EAPI masking support for binary packages.Zac Medico2007-10-041-1/+1
* 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
* 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 #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
* Ignore ENOTDIR from unmerge unlink calls.Zac Medico2007-09-271-1/+1
* 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
* 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-221-0/+10
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-191-1/+1
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-162-8/+5
* Bug #192195 - In dir_get_list(), append a trailing / to the address whenZac Medico2007-09-121-0/+4
* Catch errno.ENOTDIR instead of using os.path.isdir().Zac Medico2007-09-121-2/+3
* Bug #192298 - Handle PermissionDenied error in cache.update_eclasses().Zac Medico2007-09-121-2/+15
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-119-46/+46
* or I was right the first time :(Alec Warner2007-09-091-1/+1
* sigh, or, not andAlec Warner2007-09-091-1/+1
* compress two loop iterations into oneAlec Warner2007-09-081-2/+1
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-082-3/+10
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* Fix incorrect parse check as value lists in KeyListFileLoader might be empty,...Marius Mauch2007-09-071-5/+32
* Undo some unwanted changesMarius Mauch2007-09-076-176/+172
* return the full path, not just the filenameMarius Mauch2007-09-071-1/+1
* fix errors in call logicMarius Mauch2007-09-071-2/+2
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-073-23/+58
* dbapi currently depends on being subclassed and having the subclasses impelem...Alec Warner2007-09-072-12/+77
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-078-2/+13
* For bug #190268, filter SANDBOX_* from the calling environment so that they c...Zac Medico2007-09-071-1/+2
* Reformat collision-protect output so that the list of file collisions is show...Zac Medico2007-08-301-2/+7
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-271-1/+18
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-08-251-0/+3
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-08-241-10/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-241-15/+9
* Fix another typo.Zac Medico2007-08-241-1/+1