Zac Medico [Thu, 10 Apr 2008 23:30:56 +0000 (23:30 -0000)]
Nest the DepcheckCompositeDB class inside the depgraph class since it's
not intended for use elsewhere. (trunk r9823)
svn path=/main/branches/2.1.2/; revision=9824
Zac Medico [Thu, 10 Apr 2008 21:08:42 +0000 (21:08 -0000)]
Rename variable pkg_cpv to pkg_str. (trunk r9821)
svn path=/main/branches/2.1.2/; revision=9822
Zac Medico [Thu, 10 Apr 2008 21:04:58 +0000 (21:04 -0000)]
Fix "pkg" variable name collisions in depgraph.display(). (trunk r9819)
svn path=/main/branches/2.1.2/; revision=9820
Zac Medico [Thu, 10 Apr 2008 20:46:56 +0000 (20:46 -0000)]
Make the CHOST visibility check tolerant of missing CHOST metadata.
(trunk r9817)
svn path=/main/branches/2.1.2/; revision=9818
Zac Medico [Thu, 10 Apr 2008 20:37:41 +0000 (20:37 -0000)]
Bug #217122 - When waiting for a parallel-fetch download to complete,
show a more friendly and informative message.
(trunk r9815)
svn path=/main/branches/2.1.2/; revision=9816
Zac Medico [Thu, 10 Apr 2008 18:47:19 +0000 (18:47 -0000)]
Remove an unused function. (trunk r9810)
svn path=/main/branches/2.1.2/; revision=9814
Zac Medico [Thu, 10 Apr 2008 18:45:28 +0000 (18:45 -0000)]
Implement expansion of catgories in DepcheckCompositeDB.match() for old
installed packages that may contain atoms that are not fully qualified.
(trunk r9808)
svn path=/main/branches/2.1.2/; revision=9813
Zac Medico [Thu, 10 Apr 2008 16:19:30 +0000 (16:19 -0000)]
Make the "this code is not 64bit clean" die less strict like it was before so
that maintainers aren't disturbed by too many bugs like bug #216848.
svn path=/main/branches/2.1.2/; revision=9802
Zac Medico [Thu, 10 Apr 2008 09:11:56 +0000 (09:11 -0000)]
Iterate over a copy of the digraph nodes so that removal can't break
the iterator. (trunk r9799)
svn path=/main/branches/2.1.2/; revision=9800
Zac Medico [Thu, 10 Apr 2008 08:43:34 +0000 (08:43 -0000)]
Make sure that everything except Package nodes is ignored when doing
the --buildpkgonly digraph.hasallzeros() check. (trunk r9797)
svn path=/main/branches/2.1.2/; revision=9798
Zac Medico [Thu, 10 Apr 2008 07:45:08 +0000 (07:45 -0000)]
Add some docs for the DepcheckCompositeDB class. (trunk r9785)
svn path=/main/branches/2.1.2/; revision=9796
Zac Medico [Thu, 10 Apr 2008 06:37:30 +0000 (06:37 -0000)]
Use cached Package instances in depgraph.display(). (trunk r9794)
svn path=/main/branches/2.1.2/; revision=9795
Zac Medico [Thu, 10 Apr 2008 06:15:24 +0000 (06:15 -0000)]
* Make depclean/prune use cached Package instances for visibility checks.
* Make FakeVartree wrap dbapi.match() to make sure the metadata in Package
instances gets updated for any cpv that is returned from a match()
call, since the metadata can be accessed directly from the Package instance
instead of via aux_get().
(trunk r9789)
svn path=/main/branches/2.1.2/; revision=9793
Zac Medico [Thu, 10 Apr 2008 06:14:25 +0000 (06:14 -0000)]
Make FakeVartree use PackageVirtualDbapi instead of fakedbapi so that it can
populate and utilize a cache of Package instances. (trunk r9788)
svn path=/main/branches/2.1.2/; revision=9792
Zac Medico [Thu, 10 Apr 2008 06:09:08 +0000 (06:09 -0000)]
Improve used of cached Package instances in depgraph._select_pkg_from_graph().
(trunk r9787)
svn path=/main/branches/2.1.2/; revision=9791
Zac Medico [Thu, 10 Apr 2008 06:08:07 +0000 (06:08 -0000)]
Replace the fakedbapi class that is used to track depgraph state with a
similar PackageVirtualDbapi class that uses Package instances internally.
This eliminates some redundancy since the Package instances can be reused
elsewhere, unlike the internal data structures used by fakedbapi.
(trunk r9786)
svn path=/main/branches/2.1.2/; revision=9790
Zac Medico [Wed, 9 Apr 2008 21:12:31 +0000 (21:12 -0000)]
Pull in "system" as a separate set instead of mixing it with "world".
svn path=/main/branches/2.1.2/; revision=9784
Zac Medico [Wed, 9 Apr 2008 20:50:26 +0000 (20:50 -0000)]
To avoid false positives during the transition
period, don't show ? if the installed package
is missing a repository label. Stages starting
with 2008.0 will come with repository labels.
svn path=/main/branches/2.1.2/; revision=9783
Zac Medico [Wed, 9 Apr 2008 20:39:26 +0000 (20:39 -0000)]
Add system atoms to world since we're trying to emulate behavior of older
portage (rather than the latest behavior which is different).
svn path=/main/branches/2.1.2/; revision=9782
Zac Medico [Wed, 9 Apr 2008 18:45:33 +0000 (18:45 -0000)]
Fix a potential TypeError.
svn path=/main/branches/2.1.2/; revision=9781
Zac Medico [Wed, 9 Apr 2008 18:33:19 +0000 (18:33 -0000)]
When checking atoms without categories against the installed packages, just
check for existence of the cat/pn rather that a full match. (trunk r9779)
svn path=/main/branches/2.1.2/; revision=9780
Zac Medico [Wed, 9 Apr 2008 18:21:58 +0000 (18:21 -0000)]
Fix the docstring for depgraph._dep_expand(). (trunk r9777)
svn path=/main/branches/2.1.2/; revision=9778
Zac Medico [Wed, 9 Apr 2008 18:04:29 +0000 (18:04 -0000)]
Fix minor issues in the calculation of the number of parents omitted from
the slot collision display. (trunk r9775)
svn path=/main/branches/2.1.2/; revision=9776
Zac Medico [Wed, 9 Apr 2008 17:54:24 +0000 (17:54 -0000)]
When pruning the list of parents for the slot collision display, always
show parents that themselves have been pulled into collision slots, since
those are more relevant that others.
svn path=/main/branches/2.1.2/; revision=9773
Zac Medico [Wed, 9 Apr 2008 17:02:10 +0000 (17:02 -0000)]
Make DepcheckCompositeDB cache Package instances for aux_get() calls.
(trunk r9771)
svn path=/main/branches/2.1.2/; revision=9772
Zac Medico [Wed, 9 Apr 2008 16:15:57 +0000 (16:15 -0000)]
When depgraph.select_files() expands an atom category, in case of an old-style
virtual, defer category expansion so that the depgraph has more choices.
(trunk r9769)
svn path=/main/branches/2.1.2/; revision=9770
Zac Medico [Wed, 9 Apr 2008 07:33:47 +0000 (07:33 -0000)]
Create a new depgraph._dep_expand() method for select_files() to expand
atoms that have no category. (trunk r9765)
svn path=/main/branches/2.1.2/; revision=9768
Zac Medico [Wed, 9 Apr 2008 07:29:34 +0000 (07:29 -0000)]
Make depgraph.select_files() detect when a package name given as an argument
is ambiguous due to the existence of a new-style virtual with the same
name (cpv_expand() will not always raise a ValueError in cases like this).
(trunk r9762)
svn path=/main/branches/2.1.2/; revision=9767
Zac Medico [Wed, 9 Apr 2008 07:27:50 +0000 (07:27 -0000)]
Split out a depgraph method to check if a specific new-style virtual
package exists. (trunk r9761)
svn path=/main/branches/2.1.2/; revision=9766
Zac Medico [Wed, 9 Apr 2008 05:31:53 +0000 (05:31 -0000)]
Handle issues with newlines in elog messages that can trigger an unhandled
ValueError to be raised from a split() call inside collect_ebuild_messages():
* Use \0 to delimit messages, so that that elog messages containing newlines
are handled correctly.
* Handle a potential ValueError when splitting the message type.
(trunk r9763)
svn path=/main/branches/2.1.2/; revision=9764
Zac Medico [Tue, 8 Apr 2008 22:46:36 +0000 (22:46 -0000)]
Bug #162542 - When checking permissions inside CCACHE_DIR for compatibility
with FEATURES=userpriv, check the permissions on files inside the directory
to decide whether to fix the permissions. (trunk r9759)
svn path=/main/branches/2.1.2/; revision=9760
Zac Medico [Tue, 8 Apr 2008 20:01:38 +0000 (20:01 -0000)]
Bug #197810 - Don't automatically downgrade packages for which available
matching versions are masked by corruption, but do automatically downgrade
installed packages that themselves have a valid mask such as from
package.mask. (trunk r9756)
svn path=/main/branches/2.1.2/; revision=9758
Zac Medico [Tue, 8 Apr 2008 19:58:19 +0000 (19:58 -0000)]
Fix --update greedy atoms logic so that it only pulls in packages that
actually match the given atom. (trunk r9755)
svn path=/main/branches/2.1.2/; revision=9757
Zac Medico [Tue, 8 Apr 2008 07:36:14 +0000 (07:36 -0000)]
Merge improved argument handling and other general depgraph improvements
from trunk.
svn path=/main/branches/2.1.2/; revision=9754
Zac Medico [Tue, 8 Apr 2008 05:42:01 +0000 (05:42 -0000)]
For repoman, only cache the metadata necessary for visibility
checks in order to reduce memory consumption. (trunk r9743)
svn path=/main/branches/2.1.2/; revision=9753
Zac Medico [Tue, 8 Apr 2008 05:38:33 +0000 (05:38 -0000)]
* Optimize metadata caching in pordbapi and bindbapi so that cache is
never pulled for the same package twice.
* Cache a Package instances constructed during package selection
and reuse them during later package selections.
(trunk r9741)
svn path=/main/branches/2.1.2/; revision=9752
Zac Medico [Tue, 8 Apr 2008 04:59:44 +0000 (04:59 -0000)]
In dump_trace(), fix BASH_ARGV and BASH_ARGC offsets so that they are always
correct wrt eachother. Thanks to Betelgeuse for reporting. (trunk r9732:9734)
svn path=/main/branches/2.1.2/; revision=9751
Zac Medico [Tue, 8 Apr 2008 04:56:58 +0000 (04:56 -0000)]
Fix java.eclassesnotused logic. Thanks to Betelgeuse. (trunk r9732)
svn path=/main/branches/2.1.2/; revision=9750
Zac Medico [Tue, 8 Apr 2008 04:55:46 +0000 (04:55 -0000)]
* Use type -P which does not produce messages to stderr.
another option is to redirect both stderr and out.
* Avoid &> replace with > ... 2>&1
Thanks to Alon Bar-Lev for this patch.
(trunk r9727)
svn path=/main/branches/2.1.2/; revision=9749
Zac Medico [Tue, 8 Apr 2008 04:54:35 +0000 (04:54 -0000)]
Bug #197905 - Preserve order of ebuild messages even between different
message types. (trunk r9726 and r9747)
svn path=/main/branches/2.1.2/; revision=9748
Zac Medico [Tue, 8 Apr 2008 04:25:18 +0000 (04:25 -0000)]
Clarify --with-bdeps behavior with example. Thanks to Griffon26 for
this patch. (trunk r9725)
svn path=/main/branches/2.1.2/; revision=9746
Zac Medico [Sun, 6 Apr 2008 18:54:26 +0000 (18:54 -0000)]
Fix the CompositDbapi.match() logic wrt "selective" behavior and installed
packages so that it correctly handles false argument matches due to PROVIDE
when a corresponding new-style virtual exists. (trunk r9729)
svn path=/main/branches/2.1.2/; revision=9730
Zac Medico [Sat, 5 Apr 2008 20:03:43 +0000 (20:03 -0000)]
When necessary, make quickpkg add missing metadata to the vdb entry before
creating the binary package. (trunk r9723)
svn path=/main/branches/2.1.2/; revision=9724
Zac Medico [Sat, 5 Apr 2008 19:27:13 +0000 (19:27 -0000)]
In dbapi.move_ent(), never assume that any of the expected metadata
entries exist (PF, CATEGORY, or *.ebuild). (trunk r9712)
svn path=/main/branches/2.1.2/; revision=9722
Zac Medico [Sat, 5 Apr 2008 19:00:38 +0000 (19:00 -0000)]
For better performace and consistency in package selection, merge the
CompositeDbapi code from trunk.
svn path=/main/branches/2.1.2/; revision=9721
Zac Medico [Sat, 5 Apr 2008 17:48:49 +0000 (17:48 -0000)]
Bug #216328 - Fix broken --newuse reinstallation logic. (trunk r9718)
svn path=/main/branches/2.1.2/; revision=9719
Zac Medico [Fri, 4 Apr 2008 20:42:32 +0000 (20:42 -0000)]
Add missing "the" to fix grammar. (trunk r9710)
svn path=/main/branches/2.1.2/; revision=9711
Zac Medico [Fri, 4 Apr 2008 18:59:38 +0000 (18:59 -0000)]
* In the event that a previously installed package has since been masked,
emerge will no longer perform an automatic downgrade as part of a "world"
update. You should either unmask such packages or else explicitly re-merge
them in order to have them dowgraded to an unmasked version.
(trunk r9708)
svn path=/main/branches/2.1.2/; revision=9709
Zac Medico [Fri, 4 Apr 2008 18:43:29 +0000 (18:43 -0000)]
Display the note referencing "masked packages" docs when there are
installed masked packages to display. (trunk r9704:9706)
svn path=/main/branches/2.1.2/; revision=9707
Zac Medico [Fri, 4 Apr 2008 09:33:18 +0000 (09:33 -0000)]
Merge FEATURES=webrsync-gpg docs from trunk.
svn path=/main/branches/2.1.2/; revision=9704
Zac Medico [Fri, 4 Apr 2008 06:33:35 +0000 (06:33 -0000)]
Fix a typo in the depclean USE flag handling when populating the
digraph for bug #201045. (trunk r9702)
svn path=/main/branches/2.1.2/; revision=9703
Zac Medico [Fri, 4 Apr 2008 04:52:21 +0000 (04:52 -0000)]
When the user has given --depclean a list of atoms to clean, pull all
installed packages into the graph (not just those traversable from system
or world) to ensure that packages can not be uninstalled unless nothing
requires them. (trunk r9698:9700)
svn path=/main/branches/2.1.2/; revision=9701
Zac Medico [Fri, 4 Apr 2008 00:56:20 +0000 (00:56 -0000)]
Add missing DepPriority instances to the graph so that the --buildpkgonly
hasallzeros() calculation works correctly. (trunk r9695:9697)
svn path=/main/branches/2.1.2/; revision=9698
Zac Medico [Thu, 3 Apr 2008 22:35:32 +0000 (22:35 -0000)]
Fix package selection logic so that it always properly finds the highest
available version in a new slot even though the graph already contains
a matching version in a lower slot. (trunk r9693)
svn path=/main/branches/2.1.2/; revision=9694
Zac Medico [Thu, 3 Apr 2008 20:04:29 +0000 (20:04 -0000)]
Add missing str.upper() call for PORTAGE_FETCH_RESUME_MIN_SIZE. (trunk r9691)
svn path=/main/branches/2.1.2/; revision=9692
Zac Medico [Thu, 3 Apr 2008 19:59:57 +0000 (19:59 -0000)]
If PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty, silently use
the default. (trunk r9689)
svn path=/main/branches/2.1.2/; revision=9690
Zac Medico [Thu, 3 Apr 2008 19:28:13 +0000 (19:28 -0000)]
Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful for
helping to ensure that small garbage files such as html 404 pages are
properly discarded. (trunk r9687)
svn path=/main/branches/2.1.2/; revision=9688
Zac Medico [Thu, 3 Apr 2008 17:02:19 +0000 (17:02 -0000)]
For old-style virtuals, we need to repeat the package.provided
check against the selected package. (trunk r9685)
svn path=/main/branches/2.1.2/; revision=9686
Zac Medico [Thu, 3 Apr 2008 01:18:35 +0000 (01:18 -0000)]
In cpv_expand(), if the virtuals file contains a versioned atom (like
the base profile currently has for virtual/pam), properly remove the
operator and version from the atom before it is passed into
dbapi.cp_list(). (trunk r9683)
svn path=/main/branches/2.1.2/; revision=9684
Zac Medico [Wed, 2 Apr 2008 19:29:27 +0000 (19:29 -0000)]
Use Package.cp instead of dep_getkey(cpv). (trunk r9679:9681)
svn path=/main/branches/2.1.2/; revision=9682
Zac Medico [Wed, 2 Apr 2008 18:13:08 +0000 (18:13 -0000)]
Handle a potential FileNotFound exception in new_protect_filename() when
the last ._cfg* file happens to be a broken symlink. Thanks to bonsaikitten
for reporting. (trunk r9676:9678)
svn path=/main/branches/2.1.2/; revision=9679
Zac Medico [Tue, 1 Apr 2008 23:37:34 +0000 (23:37 -0000)]
Remove the digraph._parent_child_digraph since it's no longer needed. It's
main purpose was to track PDEPEND relationships but those are handled just
like the other deps now. (trunk r9675)
svn path=/main/branches/2.1.2/; revision=9676
Zac Medico [Tue, 1 Apr 2008 21:58:58 +0000 (21:58 -0000)]
Use pkgcmp() instead of == and best() for correctness in case of implicit
-r0. (trunk r9672)
svn path=/main/branches/2.1.2/; revision=9673
Zac Medico [Tue, 1 Apr 2008 18:45:04 +0000 (18:45 -0000)]
Remove some boolean logic that is obsolete now that the "selective" parameter
is passed into dep_zapdeps(). (trunk r9669)
svn path=/main/branches/2.1.2/; revision=9671
Zac Medico [Tue, 1 Apr 2008 18:43:42 +0000 (18:43 -0000)]
Exploid ascending order returned from dbapi.match() calls to avoid the need
to call best(). (trunk r9665)
svn path=/main/branches/2.1.2/; revision=9670
Zac Medico [Tue, 1 Apr 2008 16:59:56 +0000 (16:59 -0000)]
Remove references to ${O} in dyn_spec() since antarus
made that variable mutable. (trunk r8444)
svn path=/main/branches/2.1.2/; revision=9664
Zac Medico [Tue, 1 Apr 2008 16:57:08 +0000 (16:57 -0000)]
elevate the importance of 64bit clean code on 64bit hosts (trunk r5656)
svn path=/main/branches/2.1.2/; revision=9663
Zac Medico [Tue, 1 Apr 2008 06:00:39 +0000 (06:00 -0000)]
When identifying a sys-apps/portage node, compare category too (not just
"portage". (trunk r9660)
svn path=/main/branches/2.1.2/; revision=9661
Zac Medico [Tue, 1 Apr 2008 00:36:52 +0000 (00:36 -0000)]
Bug #215308 - Cache the paths of known bad manifests to ensure that the
same broken manifest is never checked twice. (trunk r9658)
svn path=/main/branches/2.1.2/; revision=9659
Zac Medico [Mon, 31 Mar 2008 23:53:14 +0000 (23:53 -0000)]
When deps are forced to be satisfied by installed packages due to masking
or unavailability, only tolerate it when the atom comes from either the
system or world set since otherwise it's a good idea to bail so that the
user can correct the problem. (trunk r9656)
svn path=/main/branches/2.1.2/; revision=9657
Zac Medico [Mon, 31 Mar 2008 23:14:42 +0000 (23:14 -0000)]
In the package selection loop, move the installed package rejection
code as early as possible. (trunk r9654)
svn path=/main/branches/2.1.2/; revision=9655
Zac Medico [Mon, 31 Mar 2008 21:08:10 +0000 (21:08 -0000)]
Fix package selection logic to always properly reject the installed package
when another is available and the user wants to reinstall. (trunk r9652)
svn path=/main/branches/2.1.2/; revision=9653
Zac Medico [Mon, 31 Mar 2008 20:26:26 +0000 (20:26 -0000)]
Remove some redundant and obsolete code for warning about installed
packages pulled into the graph. (trunk r9650)
svn path=/main/branches/2.1.2/; revision=9651
Zac Medico [Mon, 31 Mar 2008 20:06:10 +0000 (20:06 -0000)]
Make depgraph creation more tolerant of missing or masked packages when
the relevant deps are satisfied by installed packages. This kind of
friendliness is especially desired in cases such as --emptytree where
it might not be possible to reinstall every single package. Also, it
allows multislot atoms from the world file (that are necessary to prevent
them from being removed by depclean) trigger warning messages while
still allowing a --emptytree to proceed. (trunk r9643:9648)
svn path=/main/branches/2.1.2/; revision=9649
Zac Medico [Mon, 31 Mar 2008 18:45:12 +0000 (18:45 -0000)]
Pass Package instances into visible() so that the package instance can
be used to cache relevant visibility information such as whether or not
the package is corrupt or otherwise invalid. (trunk r9643)
svn path=/main/branches/2.1.2/; revision=9647
Zac Medico [Sun, 30 Mar 2008 23:51:26 +0000 (23:51 -0000)]
Fix broken unsatisfied deps handling that triggers false positives in
a case like virtual/pager which is both a new-style and old-style
virtual.
svn path=/main/branches/2.1.2/; revision=9642
Zac Medico [Sun, 30 Mar 2008 22:29:42 +0000 (22:29 -0000)]
Fix broken variable reference that triggers an UnboundLocalError.
svn path=/main/branches/2.1.2/; revision=9641
Zac Medico [Sun, 30 Mar 2008 22:08:31 +0000 (22:08 -0000)]
When dblink.treewalk() queries for other packages in the same slot, filter
out old-style virtual matches since they are not desired. (trunk r9637)
svn path=/main/branches/2.1.2/; revision=9640
Zac Medico [Sun, 30 Mar 2008 22:05:04 +0000 (22:05 -0000)]
Make sure the all resume lists are deleted when a stale one is encountered.
(trunk r9636)
svn path=/main/branches/2.1.2/; revision=9639
Zac Medico [Sun, 30 Mar 2008 22:03:56 +0000 (22:03 -0000)]
Prevent premature expansion of old-style virtuals
inside depgraph.select_files(). (trunk r8306)
svn path=/main/branches/2.1.2/; revision=9638
Zac Medico [Sun, 30 Mar 2008 19:51:53 +0000 (19:51 -0000)]
* Fix broken return value for doins.
* Make newins cleanup temp files after itself.
(trunk r9634)
svn path=/main/branches/2.1.2/; revision=9635
Zac Medico [Sun, 30 Mar 2008 19:24:11 +0000 (19:24 -0000)]
Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA@GMail.Com>. (trunk r9632)
svn path=/main/branches/2.1.2/; revision=9633
Zac Medico [Sun, 30 Mar 2008 10:01:18 +0000 (10:01 -0000)]
Fix display code that can triger a 'Invalid category' exception when it
is given a blocker. It's only supposed to execute for normal packages.
(trunk r9630)
svn path=/main/branches/2.1.2/; revision=9631
Zac Medico [Sun, 30 Mar 2008 09:18:34 +0000 (09:18 -0000)]
Make doins clean up it's own temp files. This solves an odd issue in
dyn_package() when portage 2.1.x is installing portage-2.2 and temp
python module files from doins are imported instead of the expected
ones. (trunk r9628)
svn path=/main/branches/2.1.2/; revision=9629
Zac Medico [Sun, 30 Mar 2008 07:24:05 +0000 (07:24 -0000)]
Fix namespace typo.
svn path=/main/branches/2.1.2/; revision=9627
Zac Medico [Sun, 30 Mar 2008 07:20:59 +0000 (07:20 -0000)]
Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.
(trunk r9625)
svn path=/main/branches/2.1.2/; revision=9626
Zac Medico [Sun, 30 Mar 2008 06:57:33 +0000 (06:57 -0000)]
Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.
(trunk r9623)
svn path=/main/branches/2.1.2/; revision=9624
Zac Medico [Sun, 30 Mar 2008 06:33:22 +0000 (06:33 -0000)]
Move the AUTOCLEAN code into dblink.treewalk since it's already partially
supported there anyway (for replacement of identical cpv). This has the
benefit of guaranteeing that the order of installation and removal phases
is always the same. (trunk r9621)
svn path=/main/branches/2.1.2/; revision=9622
Zac Medico [Sun, 30 Mar 2008 05:52:04 +0000 (05:52 -0000)]
Do not allow commit mode together with the --without-mask options.
(trunk r9619)
svn path=/main/branches/2.1.2/; revision=9620
Zac Medico [Sun, 30 Mar 2008 04:58:21 +0000 (04:58 -0000)]
Fix broke package.provided handling.
svn path=/main/branches/2.1.2/; revision=9618
Zac Medico [Sun, 30 Mar 2008 04:26:32 +0000 (04:26 -0000)]
* Make code a bit less prone to potentially hidden TypeError like bugs.
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.
(trunk r9614:9616)
svn path=/main/branches/2.1.2/; revision=9617
Zac Medico [Sun, 30 Mar 2008 03:42:59 +0000 (03:42 -0000)]
Use enumerate() to iterate over an array. (trunk r9613)
svn path=/main/branches/2.1.2/; revision=9614
Zac Medico [Sun, 30 Mar 2008 03:25:27 +0000 (03:25 -0000)]
Fix a broken reference to the DependencyArg class.
svn path=/main/branches/2.1.2/; revision=9612
Zac Medico [Sun, 30 Mar 2008 00:55:46 +0000 (00:55 -0000)]
For bugs #197810 and #215308, pass the depgraph's "selective" parameter
down into dep_check() for better atom preference selection when handling
virtuals and other disjunctive || dependencies.
svn path=/main/branches/2.1.2/; revision=9610
Zac Medico [Sun, 30 Mar 2008 00:31:01 +0000 (00:31 -0000)]
When dyn_unpack() automatically cleans ${WORKDIR}, also remove things
like .unpacked and .compiled so that the state is consistent.
(trunk r9606)
svn path=/main/branches/2.1.2/; revision=9609
Zac Medico [Sun, 30 Mar 2008 00:28:35 +0000 (00:28 -0000)]
Bug #215308 - Simplify the greedy atoms logic so that it behaves more
like StaticFileSet and won't pull in lower slots. (trunk r9607)
svn path=/main/branches/2.1.2/; revision=9608
Zac Medico [Sat, 29 Mar 2008 21:15:28 +0000 (21:15 -0000)]
When all available ebuilds are masked, avoid producing warning message when
the package does not need to be reinstalled and the installed version is not
masked. (trunk r9457)
svn path=/main/branches/2.1.2/; revision=9605
Zac Medico [Sat, 29 Mar 2008 20:29:07 +0000 (20:29 -0000)]
Fix broken --onlydeps recursion logic.
svn path=/main/branches/2.1.2/; revision=9604
Zac Medico [Sat, 29 Mar 2008 10:22:57 +0000 (10:22 -0000)]
Merge part of the package selection code from trunk.
svn path=/main/branches/2.1.2/; revision=9603
Zac Medico [Sat, 29 Mar 2008 07:55:08 +0000 (07:55 -0000)]
Bug #214691 - Move display of depgraph problems from xcreate() to
display_problems() so that they are shown _after_ the merge list
where they are easier/likely to be seen by the user.
svn path=/main/branches/2.1.2/; revision=9602