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
*
Use Package.invalid to generate *.syntax repoman errors for LICENSE,
Zac Medico
2009-06-28
2
-21
/
+13
*
Make Package.invalid suitable for use by repoman.
Zac Medico
2009-06-28
2
-6
/
+11
*
Check for redundant blank lines. Thanks to Markus Meier <maekke@gentoo.org>
Zac Medico
2009-06-28
1
-1
/
+20
*
Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks to
Zac Medico
2009-06-28
1
-1
/
+5
*
make sure etc-update sorts updates in the order (1) leading dir path (2) file...
Mike Frysinger
2009-06-28
1
-2
/
+2
*
* Add new abstract PhaseCheck class for ebuild phase-specific checks.
Zac Medico
2009-06-28
1
-41
/
+119
*
Bug #270953 - New !!atom blockers do not allow temporary simulaneous
Zac Medico
2009-06-27
1
-7
/
+14
*
Use a property to implement portdbapi.settings.
Zac Medico
2009-06-26
1
-2
/
+14
*
Fix PROVIDE code since the Package class automatically evaluates USE
Zac Medico
2009-06-26
2
-4
/
+9
*
Make portdbapi define self.settings, for conformity with other dbapi classes.
Zac Medico
2009-06-26
1
-0
/
+2
*
Use clear_caches() to free memory inside action_depclean().
Zac Medico
2009-06-26
1
-2
/
+1
*
Bug #275532 - In action_depclean(), free memory from the dep calculation
Zac Medico
2009-06-26
1
-39
/
+62
*
Move __init__.py to main.py.
Zac Medico
2009-06-26
2
-2
/
+5
*
Move __init__.py to main.py.
Zac Medico
2009-06-26
1
-0
/
+0
*
Use @property instead of __getattribute__ to implement lazy Package.iuse.regex
Zac Medico
2009-06-25
1
-15
/
+20
*
Make dbapi.cp_list() raise NotImplementedError.
Zac Medico
2009-06-25
1
-1
/
+1
*
Make config.regenerate() detect api-level updates to ACCEPT_LICENSE, for use
Zac Medico
2009-06-25
1
-10
/
+13
*
Add a Package.metadata.restrict attribute containing a list of enabled
Zac Medico
2009-06-25
3
-14
/
+7
*
Add a Package.metadata.properties attribute containing a list of enabled
Zac Medico
2009-06-25
3
-20
/
+7
*
* Add a Package.invalid attribute to store messages about invalid LICENSE,
Zac Medico
2009-06-25
3
-5
/
+28
*
Add/update copyright headers.
Zac Medico
2009-06-25
81
-3
/
+317
*
Split out a depgraph._iter_match_pkgs() method from
Zac Medico
2009-06-25
1
-58
/
+75
*
Use depgraph._pkg() to construct Package instances inside
Zac Medico
2009-06-25
1
-20
/
+17
*
Remove obsolete Package.metadata['CHOST'] initialization.
Zac Medico
2009-06-25
1
-3
/
+0
*
* Make Package.metadata['USE'] access trigger USE calculation for unbuilt
Zac Medico
2009-06-25
3
-50
/
+47
*
Bug #275217 - Part 3 - Splits depgraph.select_files into select_files and
Zac Medico
2009-06-24
1
-4
/
+18
*
Add support to `portageq owners` for querying paths matching a given basename.
Zac Medico
2009-06-24
2
-8
/
+23
*
In binarytree.inject(), when a symlink is created for the current package
Zac Medico
2009-06-24
1
-2
/
+10
*
Bug #275237 - If a directory exists in a location where a normal file is to
Zac Medico
2009-06-24
1
-3
/
+3
*
Fix imports for _emerge submodules.
Zac Medico
2009-06-23
1
-1
/
+2
*
Bug #275217 - Part 2 - Move changelog stuff stuff out of depgraph.
Zac Medico
2009-06-23
2
-53
/
+64
*
Bu #275217 - Part 1 - Resolve the circular dep between Scheduler and
Zac Medico
2009-06-23
2
-20
/
+10
*
Fix import for split _emerge.MetadataRegen module.
Zac Medico
2009-06-23
1
-2
/
+2
*
Make the global "actions" variable a local inside parse_opts() since the
Zac Medico
2009-06-23
1
-8
/
+8
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 6).
Zac Medico
2009-06-23
2
-2704
/
+2735
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).
Zac Medico
2009-06-23
9
-6734
/
+6845
*
Fix config._lazy_vars._accept_license() to exclude irrelevant licenses.
Zac Medico
2009-06-22
1
-1
/
+1
*
Change ACCEPT_LICENSE evaluation so that things like ACCEPT_LICENSE="* -@EULA"
Zac Medico
2009-06-22
2
-38
/
+53
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).
Zac Medico
2009-06-22
17
-1958
/
+2134
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).
Zac Medico
2009-06-22
5
-341
/
+351
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).
Zac Medico
2009-06-22
5
-361
/
+393
*
Revert lazy imports from r13665 for now, since pyflakes doesn't understand
Zac Medico
2009-06-22
1
-34
/
+27
*
Use lazy imports for submodules where possible.
Zac Medico
2009-06-22
1
-27
/
+34
*
Fix imports broken by splitting of _emerge/__init__.py.
Zac Medico
2009-06-22
1
-1
/
+3
*
Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks to
Zac Medico
2009-06-22
48
-3140
/
+3430
*
Use portage.util.apply_permissions() inside _ensure_access().
Zac Medico
2009-06-22
1
-6
/
+10
*
Reorganize $KV logic in doebuild_environment.
Zac Medico
2009-06-22
1
-3
/
+5
*
Tweak depcache permission handling so egencache can be run by a user who's
Zac Medico
2009-06-21
3
-10
/
+30
*
Bug #274742 - Exempt $dir from quoting checks since it's a likely candidate
Zac Medico
2009-06-21
1
-1
/
+1
*
In doebuild_environment, ensure that cached $KV from the backupenv does not
Zac Medico
2009-06-20
1
-0
/
+2
[next]