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
*
Handle a potential InvalidDependString exception inside
Zac Medico
2008-04-05
1
-0
/
+2
*
Bug #216328 - Fix broken --newuse reinstallation logic.
Zac Medico
2008-04-05
1
-1
/
+4
*
Fix the depgraph package selection cache to update the "existing node"
Zac Medico
2008-04-05
1
-0
/
+8
*
Fix a typo.
Zac Medico
2008-04-05
1
-1
/
+1
*
Memoize package selection results in the depgraph for better performance.
Zac Medico
2008-04-05
1
-1
/
+18
*
Remove "selective" depgraph logic from dep_zapdeps() since it's now
Zac Medico
2008-04-05
2
-10
/
+0
*
Replace the depgraph's fakedbapi of visible packages with a new
Zac Medico
2008-04-05
1
-130
/
+34
*
In dbapi.move_ent(), never assume that any of the expected metadata
Zac Medico
2008-04-05
2
-5
/
+6
*
Add missing "the" to fix grammar.
Zac Medico
2008-04-04
1
-2
/
+2
*
* In the event that a previously installed package has since been masked,
Zac Medico
2008-04-04
1
-0
/
+7
*
Adjust newlines whitespace masked packages display.
Zac Medico
2008-04-04
1
-2
/
+2
*
Display the note referencing "masked packages" docs when there are
Zac Medico
2008-04-04
1
-15
/
+20
*
Fix a typo in the depclean USE flag handling when populating the
Zac Medico
2008-04-04
1
-1
/
+1
*
Fix a typo.
Zac Medico
2008-04-04
1
-1
/
+1
*
When the user has given --depclean a list of atoms to clean, pull all
Zac Medico
2008-04-04
1
-3
/
+9
*
Decrease priority on --onlydpes dependencies so that
Zac Medico
2008-04-04
1
-0
/
+4
*
Add missing DepPriority instances to the graph so that the --buildpkgonly
Zac Medico
2008-04-04
1
-3
/
+4
*
Eliminate a redundant atom from the --update greedy slot expansion code.
Zac Medico
2008-04-03
1
-3
/
+2
*
Fix package selection logic so that it always properly finds the highest
Zac Medico
2008-04-03
1
-5
/
+39
*
Add missing str.upper() call for PORTAGE_FETCH_RESUME_MIN_SIZE.
Zac Medico
2008-04-03
1
-1
/
+1
*
If PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty, silently use
Zac Medico
2008-04-03
1
-0
/
+3
*
Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful for
Zac Medico
2008-04-03
3
-3
/
+68
*
For old-style virtuals, we need to repeat the package.provided
Zac Medico
2008-04-03
1
-0
/
+12
*
In cpv_expand(), if the virtuals file contains a versioned atom (like
Zac Medico
2008-04-03
1
-1
/
+5
*
Fix the previous commit so that the Package instance is created in the
Zac Medico
2008-04-02
1
-2
/
+9
*
Use Package.cp instead of dep_getkey(cpv).
Zac Medico
2008-04-02
1
-2
/
+6
*
Eliminate a redundant os.path.join() call.
Zac Medico
2008-04-02
1
-2
/
+1
*
Handle a potential FileNotFound exception in new_protect_filename() when
Zac Medico
2008-04-02
1
-3
/
+9
*
Remove the digraph._parent_child_digraph since it's no longer needed. It's
Zac Medico
2008-04-01
1
-10
/
+7
*
Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filtering
Zac Medico
2008-04-01
1
-14
/
+0
*
Use pkgcmp() instead of == and best() for correctness in case of implicit
Zac Medico
2008-04-01
1
-2
/
+4
*
Remove some boolean logic that is obsolete now that the "selective" parameter
Zac Medico
2008-04-01
1
-4
/
+1
*
Exploid ascending order returned from dbapi.match() calls to avoid the need
Zac Medico
2008-04-01
1
-2
/
+4
*
Handle missing LICENSE in the Packages index since that's allowed for
Zac Medico
2008-04-01
1
-0
/
+1
*
When identifying a sys-apps/portage node, compare category too (not just
Zac Medico
2008-04-01
1
-2
/
+1
*
Bug #215308 - Cache the paths of known bad manifests to ensure that the
Zac Medico
2008-04-01
1
-1
/
+8
*
When deps are forced to be satisfied by installed packages due to masking
Zac Medico
2008-03-31
1
-3
/
+8
*
In the package selection loop, move the installed package rejection
Zac Medico
2008-03-31
1
-10
/
+6
*
Fix package selection logic to always properly reject the installed package
Zac Medico
2008-03-31
1
-2
/
+4
*
Remove some redundant and obsolete code for warning about installed
Zac Medico
2008-03-31
1
-22
/
+2
*
When selecting packages and there is a mixture of old-style and new-style
Zac Medico
2008-03-31
1
-4
/
+17
*
Bug #197810 - Fix package selection logic so that it will always fall back
Zac Medico
2008-03-31
1
-8
/
+0
*
Make depgraph creation more tolerant of missing or masked packages when
Zac Medico
2008-03-31
1
-21
/
+24
*
Replace an package tuple with a real Package instance.
Zac Medico
2008-03-31
1
-2
/
+1
*
Pass Package instances into visible() so that the package instance can
Zac Medico
2008-03-31
1
-27
/
+30
*
When dblink.treewalk() queries for other packages in the same slot, filter
Zac Medico
2008-03-30
1
-3
/
+6
*
Make sure the all resume lists are deleted when a stale one is encountered.
Zac Medico
2008-03-30
1
-1
/
+5
*
* Fix broken return value for doins.
Zac Medico
2008-03-30
2
-5
/
+15
*
Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
Zac Medico
2008-03-30
4
-6
/
+6
*
Fix display code that can triger a 'Invalid category' exception when it
Zac Medico
2008-03-30
1
-17
/
+17
[next]