misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't unset ${S} inside save_ebuild_env().
Zac Medico
2007-11-20
1
-1
/
+1
*
Instead of filtering out all readonly variables, make it
Zac Medico
2007-11-20
1
-25
/
+25
*
Fix ${EBUILD_PHASE} quoting.
Zac Medico
2007-11-20
1
-1
/
+1
*
Don't make variables readonly during the "depend" phase.
Zac Medico
2007-11-20
1
-1
/
+1
*
When ROOT != "/" we only want overrides from the calling
Zac Medico
2007-11-20
1
-0
/
+7
*
When ${T}/environment is available, do not source the ebuild since
Zac Medico
2007-11-20
1
-73
/
+71
*
Now that save_ebuild_env() filters variables that could cause
Zac Medico
2007-11-20
1
-9
/
+2
*
Add some more variables to filter in filter_readonly_variables()
Zac Medico
2007-11-20
1
-7
/
+10
*
Move LD_PRELOAD and FAKEROOTKEY filtering from filter_readonly_variables()
Zac Medico
2007-11-20
1
-3
/
+3
*
Make AA, PF, and WORKDIR readonly.
Zac Medico
2007-11-19
1
-1
/
+2
*
Make save_ebuild_env() filter out lots of variables that
Zac Medico
2007-11-19
1
-0
/
+32
*
Make preprocess_ebuild_env() explicitly filter out FEATURES
Zac Medico
2007-11-19
1
-0
/
+1
*
Implement loading of environment.bz2 from binary and installed
Zac Medico
2007-11-19
1
-14
/
+59
*
In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or any
Zac Medico
2007-11-19
1
-27
/
+43
*
When creating environment.bz2 at the end of dyn_compile(),
Zac Medico
2007-11-19
1
-2
/
+25
*
Disable logging and ${T}/environment saving during the
Zac Medico
2007-11-19
2
-3
/
+2
*
Use the existing RootConfig class to serve as a replacement for
Zac Medico
2007-11-19
1
-64
/
+58
*
Fix PROFILE_ONLY_VARIABLES handling in the config constructor
Zac Medico
2007-11-19
1
-6
/
+4
*
Bug #198398 - Enable Manifest generation when there are no hash
Zac Medico
2007-11-18
2
-5
/
+17
*
Fix NEEDED logic in vardbapi.aux_get() so that empty
Zac Medico
2007-11-18
1
-1
/
+1
*
Fix --usepkgonly code in depgraph.select_files() so that it
Zac Medico
2007-11-17
1
-0
/
+2
*
Clean up vardbapi.counter_tick_core() and replace shell code
Zac Medico
2007-11-17
1
-47
/
+27
*
Speed up LibraryPackageMap.update() by pulling NEEDED from the
Zac Medico
2007-11-16
1
-2
/
+10
*
Set IMAGE for minimal backward compatibility with
Zac Medico
2007-11-16
1
-0
/
+3
*
Don't export ${IMAGE} to the ebuild environment anymore since
Zac Medico
2007-11-16
1
-2
/
+0
*
Bug #199311 - Make dblink.getcontents() show the path of the
Zac Medico
2007-11-16
1
-11
/
+10
*
Fix quoting for `source ${EBUILD}`.
Zac Medico
2007-11-15
1
-1
/
+1
*
Make dir_get_metadata() return early if the current user does
Zac Medico
2007-11-15
1
-0
/
+7
*
* Replace references to deprecated ${IMAGE} with equivalent ${D}.
Zac Medico
2007-11-14
2
-29
/
+26
*
In the slot collision display, show a maximum of 3 parents
Zac Medico
2007-11-14
1
-0
/
+22
*
Make 'full' the default mode, since 'scan' can be annoying since it
Zac Medico
2007-11-13
2
-3
/
+3
*
Make the slot collision display show all collisions instead
Zac Medico
2007-11-13
1
-21
/
+27
*
Make depgraph._complete_graph() properly specify SetArg instances
Zac Medico
2007-11-13
1
-13
/
+24
*
Make depgraph._add_pkg() match the package with all possible
Zac Medico
2007-11-13
1
-22
/
+26
*
Remove the depgraph.pkg_node_map attribute and use other
Zac Medico
2007-11-12
1
-45
/
+36
*
Add DependencyArg instances as parents of packages in the
Zac Medico
2007-11-12
1
-8
/
+21
*
* Remove all references to the obsolete Package.digraph_node attribute.
Zac Medico
2007-11-12
1
-63
/
+51
*
Make the Package class emulate the interface of it's own
Zac Medico
2007-11-12
2
-19
/
+21
*
Bug #197797 - Set umask to 022 so that created files (such as the
Zac Medico
2007-11-12
1
-0
/
+4
*
Make diefunc() clean up QA_INTERCEPTORS in case it is
Zac Medico
2007-11-11
1
-1
/
+6
*
* Provide reasonable default values for Dependency
Zac Medico
2007-11-11
1
-38
/
+35
*
Fix depgraph._get_arg_for_pkg() so that it compares package
Zac Medico
2007-11-11
1
-1
/
+5
*
Implement mapping of packages to instances of DependencyArg
Zac Medico
2007-11-11
2
-4
/
+50
*
Wrap accesses to depgraph._set_atoms.findAtomForPackage() in
Zac Medico
2007-11-11
1
-7
/
+26
*
Make the EbuildQuote.missing_quotes regex accept single
Zac Medico
2007-11-10
1
-2
/
+2
*
Fix WorldSet.cleanPackage() so that it properly preserves
Zac Medico
2007-11-10
1
-0
/
+1
*
Convert all the checks in repoman.checks to use a new LineCheck
Zac Medico
2007-11-10
2
-209
/
+115
*
Clean up expansion of set arguments in depgraph.select_files().
Zac Medico
2007-11-09
1
-11
/
+13
*
fix typo and missing classmethod declaration
Marius Mauch
2007-11-09
1
-1
/
+2
*
if multiple glsas result in the same cat/pkg:slot being affected only use the...
Marius Mauch
2007-11-09
1
-1
/
+17
[next]