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
*
Add a Scheduler._running_tasks() set in order to simplify the
Zac Medico
2010-08-28
1
-2
/
+5
*
Inside Scheduler._dependent_on_scheduled_merges(), don't traverse children
Zac Medico
2010-08-28
1
-1
/
+5
*
Bug #273633 - Add docompress docs from PMS.
Zac Medico
2010-08-28
1
-0
/
+52
*
Update copyright headers.
Ulrich Mueller
2010-08-28
4
-4
/
+4
*
Implement controllable compression and docompress, bug #273633.
Ulrich Mueller
2010-08-28
9
-4
/
+142
*
Make egencache --update-use-local-desc use codecs.open() to write to
Zac Medico
2010-08-28
1
-14
/
+21
*
For egencache --preserve-comments, probe comments in binary mode in
Zac Medico
2010-08-28
1
-9
/
+11
*
Simplify the empty USE conditional /var/db/pkg metadata code in
Zac Medico
2010-08-28
1
-8
/
+6
*
egencache: Add comment preserving to --update-use-local-desc.
Michał Górny
2010-08-28
2
-8
/
+39
*
When evaluating USE conditional metadata for /var/db/pkg inside
Zac Medico
2010-08-28
1
-0
/
+11
*
If there are circular dependencies, and circular_dependency_handler
Zac Medico
2010-08-28
2
-3
/
+21
*
Bug #335055 - Fix "TypeError: argument of type 'NoneType' is not
Zac Medico
2010-08-28
1
-4
/
+5
*
In depgraph._show_unsatisfied_dep(), show some debug info if
Zac Medico
2010-08-28
1
-5
/
+12
*
Add --use-local-desc-output to egencache man page.
Zac Medico
2010-08-28
1
-0
/
+3
*
Support specifying an alternate output file for --update-use-local-desc.
Michał Górny
2010-08-28
1
-16
/
+31
*
Bug #334935 - Fix broken reference to config.pmaskdict inside
v2.2_rc71
Zac Medico
2010-08-27
1
-2
/
+3
*
Use StopIteration to exit nested loops.
v2.2_rc70
Zac Medico
2010-08-27
1
-5
/
+9
*
Add support for IUSE.missing checks in conditional USE dependencies.
Zac Medico
2010-08-27
1
-3
/
+35
*
Add the chflags and selinux values to SUPPORTED_FEATURES.
Zac Medico
2010-08-27
1
-2
/
+2
*
Define a cmp work-alike function for use in the egencache
Zac Medico
2010-08-27
1
-5
/
+11
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Zac Medico
2010-08-27
3
-3
/
+3
|
\
|
*
Fix some typos.
Arfrever Frehtes Taifersar Arahesis
2010-08-28
3
-3
/
+3
*
|
Fix breakage caused ignorance of /etc/portage/{arch.list,categories}
Zac Medico
2010-08-27
1
-9
/
+12
|
/
*
Fix _get_legacy_global() so that it does't pass in the target_root
Zac Medico
2010-08-27
1
-1
/
+1
*
Fix the config constructor to pass missing parameters to the
Zac Medico
2010-08-27
1
-2
/
+3
*
Bug #334817 - Make the make.conf.5 man page document the fact that
Zac Medico
2010-08-27
1
-4
/
+7
*
Fix Package._validate_deps() to pass matchall=True to use_reduce().
Zac Medico
2010-08-27
1
-4
/
+4
*
Add egencache --update-use-local-desc action to the man page.
Zac Medico
2010-08-27
1
-0
/
+3
*
config: Remove last traces of autouse
Sebastian Luther
2010-08-27
1
-29
/
+19
*
Use InvalidDependString import instead of
Zac Medico
2010-08-27
1
-42
/
+42
*
Use InvalidDependString import instead of
Zac Medico
2010-08-27
1
-6
/
+6
*
Use Package._metadata_exception() to handle invalid LICENSE, PROPERTIES,
Zac Medico
2010-08-27
1
-12
/
+22
*
Fix breakage in egencache --update-use-local-desc code.
Zac Medico
2010-08-27
1
-8
/
+21
*
Use cmp_sort_key() for python3 compatibility.
Zac Medico
2010-08-27
1
-5
/
+4
*
Support returning multiple flag descriptions when restrict is used.
Michał Górny
2010-08-27
2
-9
/
+34
*
Remove unused imports.
Zac Medico
2010-08-27
2
-6
/
+6
*
Bug #334817 - Make genconfig() warn about EISDIR instead of raising
Zac Medico
2010-08-27
1
-1
/
+2
*
Fix broken reference to config.pmaskdict for repoman --without-mask.
Zac Medico
2010-08-27
1
-1
/
+4
*
fix ppkg type handling in slot_conflict_handler
Sebastian Luther
2010-08-27
1
-2
/
+3
*
ecompressdir: use proper exit value
Jonathan Callen
2010-08-27
1
-1
/
+1
*
config: Add special_env_vars
Sebastian Luther
2010-08-27
2
-152
/
+169
*
config: Add LocationsManager
Sebastian Luther
2010-08-27
2
-163
/
+212
*
config: Add VirtualsManager
Sebastian Luther
2010-08-27
4
-176
/
+274
*
config: Add MaskManager
Sebastian Luther
2010-08-27
2
-42
/
+75
*
config: Avoid copying _license_manager
Sebastian Luther
2010-08-27
4
-54
/
+31
*
repoman: Fix NameError on musedict when metadata is not available.
Michał Górny
2010-08-27
1
-1
/
+1
*
Add a IUSE.missing repoman category for packages that have a USE
Zac Medico
2010-08-26
5
-25
/
+37
*
Bug #334365 - Selectively ignore invalid metadata of installed packages
Zac Medico
2010-08-26
1
-5
/
+17
*
Bug #334365 - When depgraph.display_problems() shows the message
Zac Medico
2010-08-26
2
-12
/
+29
*
Do not include the whole input string in the use_reduce()
Zac Medico
2010-08-26
1
-21
/
+21
[next]