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
*
Various parse_metadata_use() fixes:
Zac Medico
2010-08-26
1
-25
/
+35
*
Make parse_metadata_use() tolerate empty flag descriptions.
Zac Medico
2010-08-26
1
-8
/
+1
*
Make repoman ignore FEATURES=digest when in manifest-check mode.
Zac Medico
2010-08-26
1
-1
/
+2
*
Ensure SystemExit is never caught.
Zac Medico
2010-08-26
7
-5
/
+17
*
Make the Atom class add 'EAPI.incompatible' category attributes to
Zac Medico
2010-08-26
4
-33
/
+34
*
Make parse_metadata_use() emulate the Element.itertext() method from
Zac Medico
2010-08-26
1
-3
/
+19
*
Make egencache only show a warning about FEATURES=metata-transfer if the
Zac Medico
2010-08-26
1
-1
/
+1
*
Fix up error handling for egencache --update-use-local-desc.
Zac Medico
2010-08-26
2
-5
/
+16
*
egencache: Introduce the --update-use-local-desc action.
Michał Górny
2010-08-26
1
-2
/
+72
*
Fix repoman's allvalid variable to account for more possibly invalid
Zac Medico
2010-08-26
1
-1
/
+4
*
Fix breakage in use_reduce() calls where token_class=Atom is incorrect.
Zac Medico
2010-08-26
2
-2
/
+13
*
Remove unused max_parents variable.
Zac Medico
2010-08-26
1
-2
/
+0
*
Fix slot_conflict_handler breakage when calling
Zac Medico
2010-08-26
1
-2
/
+7
*
egencache: introduce the preliminary support for multiple actions.
Michał Górny
2010-08-26
1
-30
/
+45
*
Parse flag descriptions in repoman.utilities.parse_metadata_use().
Michał Górny
2010-08-26
2
-10
/
+15
*
Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,
Zac Medico
2010-08-26
4
-28
/
+7
*
Disable 'unused local USE-description' check if there are any invalids.
Michał Górny
2010-08-26
1
-5
/
+9
*
Remove unused myiuse variable in repoman.
Zac Medico
2010-08-26
1
-5
/
+0
*
In slot_conflict_handler(), never pass parent_use to
Zac Medico
2010-08-26
1
-4
/
+3
*
In slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()
Zac Medico
2010-08-26
1
-5
/
+1
*
Fix slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()
Zac Medico
2010-08-26
1
-1
/
+5
*
Add PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.
Zac Medico
2010-08-26
1
-1
/
+1
*
Add code to dep_check(), borrowed from _expand_new_virtuals(), to pass
Zac Medico
2010-08-26
1
-4
/
+16
*
Let use_reduce and Atom do EAPI checks
Sebastian Luther
2010-08-26
6
-76
/
+58
*
Fix UnboundLocalError for y on line 177 in _expand_new_virtuals()
Zac Medico
2010-08-26
1
-1
/
+1
*
Remove obsolete TODO comment.
Zac Medico
2010-08-25
1
-3
/
+0
*
Tweak grammar for unknown-features-warn message.
Zac Medico
2010-08-25
1
-1
/
+1
*
Use EAPI.incompatible repoman category for REQUIRED_USE setting in
Zac Medico
2010-08-25
1
-1
/
+1
*
Make Package._validate_deps() use check_required_use() to validate
Zac Medico
2010-08-25
1
-5
/
+15
*
Just raise InvalidDependString in cases when it shouldn't happen since
Zac Medico
2010-08-25
1
-11
/
+7
*
Make _get_masking_status() return masking reasons for installed packages
Zac Medico
2010-08-25
1
-11
/
+9
*
Bug #334365 - Fix depgraph._wrapped_select_pkg_highest_available_imp()
Zac Medico
2010-08-25
1
-4
/
+20
*
Make Package._validate_deps() check USE conditionals in SRC_URI.
Zac Medico
2010-08-25
1
-1
/
+2
*
Bug #334365 - Mask packages with invalid metadata as early as possible,
Zac Medico
2010-08-25
2
-14
/
+73
*
Add ebuild(1) support for FEATURES=digest.
Zac Medico
2010-08-25
2
-3
/
+8
*
Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to the
Zac Medico
2010-08-25
3
-5
/
+13
*
Make save_ebuild_env() filter assert_sigpipe_ok().
Zac Medico
2010-08-25
1
-1
/
+1
*
Bug #334365 - When parsing dependencies of installed packages in
Zac Medico
2010-08-25
1
-2
/
+27
*
show_invalid_depstring_notice: Don't repeat the dep string
Sebastian Luther
2010-08-25
1
-1
/
+1
*
Fix repoman to support FEATURES=digest (reportedly it used to work
Zac Medico
2010-08-25
1
-0
/
+1
*
Mention repoman support in the FEATURES=digest docs.
Zac Medico
2010-08-25
1
-1
/
+2
*
Remove portage.usedefaults since it's broken by the previous commit.
Zac Medico
2010-08-25
2
-4
/
+1
*
config: Move handling of USE related config files into UseManager
Sebastian Luther
2010-08-25
2
-116
/
+169
*
Fix fragile sets config file path handling for for ResolverPlayground
Zac Medico
2010-08-25
1
-3
/
+3
*
Fix WorldSelectedSet.singleBuilder() to use EROOT.
Zac Medico
2010-08-25
1
-1
/
+1
*
Add EROOT support to setconfig_fallback().
Zac Medico
2010-08-25
1
-1
/
+1
*
Add EROOT support to the @module-rebuild package set.
Zac Medico
2010-08-25
2
-1
/
+3
*
Add EROOT support to regenworld.
Zac Medico
2010-08-25
1
-9
/
+9
*
Make regenworld write changes to a temporary file, and tell the user
Zac Medico
2010-08-25
1
-3
/
+41
*
When parsing package.env, pass the same tolerant and allow_sourcing
Zac Medico
2010-08-24
1
-1
/
+4
[next]