summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make dyn_package() create a /var/db/pkg/*/*/BINPKGMD5 entriesZac Medico2007-11-221-0/+2
* Filter HOSTTYPE, MACHTYPE, and OSTYPE vars that are set by bash.Zac Medico2007-11-221-1/+2
* In depgraph.altlist(), measure the bias of circularZac Medico2007-11-221-0/+20
* Replace usage of the "myarg" global variable with the equivalentZac Medico2007-11-211-34/+27
* In dyn_install(), don't cleanse S from the global environment,Zac Medico2007-11-211-5/+9
* * Make save_ebuild_env() filter some more variables.Zac Medico2007-11-211-2/+8
* Fix the diefunc overlay message so that it doesn't triggerZac Medico2007-11-211-0/+1
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-212-21/+15
* Move environment saving from dyn_compile() to dyn_install()Zac Medico2007-11-211-27/+27
* Clean up some local variables that are needlessly savedZac Medico2007-11-211-2/+6
* Move preinst IMAGE initialzation before bashrc handling.Zac Medico2007-11-211-4/+4
* * Remove bogus "ci" mode.Zac Medico2007-11-202-2/+1
* Don't unset ${S} inside save_ebuild_env().Zac Medico2007-11-201-1/+1
* Instead of filtering out all readonly variables, make itZac Medico2007-11-201-25/+25
* Fix ${EBUILD_PHASE} quoting.Zac Medico2007-11-201-1/+1
* Don't make variables readonly during the "depend" phase.Zac Medico2007-11-201-1/+1
* When ROOT != "/" we only want overrides from the callingZac Medico2007-11-201-0/+7
* When ${T}/environment is available, do not source the ebuild sinceZac Medico2007-11-201-73/+71
* Now that save_ebuild_env() filters variables that could causeZac Medico2007-11-201-9/+2
* Add some more variables to filter in filter_readonly_variables()Zac Medico2007-11-201-7/+10
* Move LD_PRELOAD and FAKEROOTKEY filtering from filter_readonly_variables()Zac Medico2007-11-201-3/+3
* Make AA, PF, and WORKDIR readonly.Zac Medico2007-11-191-1/+2
* Make save_ebuild_env() filter out lots of variables thatZac Medico2007-11-191-0/+32
* Make preprocess_ebuild_env() explicitly filter out FEATURESZac Medico2007-11-191-0/+1
* Implement loading of environment.bz2 from binary and installedZac Medico2007-11-191-14/+59
* In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or anyZac Medico2007-11-191-27/+43
* When creating environment.bz2 at the end of dyn_compile(),Zac Medico2007-11-191-2/+25
* Disable logging and ${T}/environment saving during theZac Medico2007-11-192-3/+2
* Use the existing RootConfig class to serve as a replacement forZac Medico2007-11-191-64/+58
* Fix PROFILE_ONLY_VARIABLES handling in the config constructorZac Medico2007-11-191-6/+4
* Bug #198398 - Enable Manifest generation when there are no hashZac Medico2007-11-182-5/+17
* Fix NEEDED logic in vardbapi.aux_get() so that emptyZac Medico2007-11-181-1/+1
* Fix --usepkgonly code in depgraph.select_files() so that itZac Medico2007-11-171-0/+2
* Clean up vardbapi.counter_tick_core() and replace shell codeZac Medico2007-11-171-47/+27
* Speed up LibraryPackageMap.update() by pulling NEEDED from theZac Medico2007-11-161-2/+10
* Set IMAGE for minimal backward compatibility withZac Medico2007-11-161-0/+3
* Don't export ${IMAGE} to the ebuild environment anymore sinceZac Medico2007-11-161-2/+0
* Bug #199311 - Make dblink.getcontents() show the path of theZac Medico2007-11-161-11/+10
* Fix quoting for `source ${EBUILD}`.Zac Medico2007-11-151-1/+1
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-151-0/+7
* * Replace references to deprecated ${IMAGE} with equivalent ${D}.Zac Medico2007-11-142-29/+26
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-141-0/+22
* Make 'full' the default mode, since 'scan' can be annoying since itZac Medico2007-11-132-3/+3
* Make the slot collision display show all collisions insteadZac Medico2007-11-131-21/+27
* Make depgraph._complete_graph() properly specify SetArg instancesZac Medico2007-11-131-13/+24
* Make depgraph._add_pkg() match the package with all possibleZac Medico2007-11-131-22/+26
* Remove the depgraph.pkg_node_map attribute and use otherZac Medico2007-11-121-45/+36
* Add DependencyArg instances as parents of packages in theZac Medico2007-11-121-8/+21
* * Remove all references to the obsolete Package.digraph_node attribute.Zac Medico2007-11-121-63/+51
* Make the Package class emulate the interface of it's ownZac Medico2007-11-122-19/+21