portage.git
15 years agoFix typo in comment. v2.2_rc49
Zac Medico [Sat, 7 Nov 2009 01:18:54 +0000 (01:18 -0000)]
Fix typo in comment.

svn path=/main/trunk/; revision=14798

15 years agoUse writemsg instead of print, to send debug messages to stderr.
Zac Medico [Fri, 6 Nov 2009 23:26:32 +0000 (23:26 -0000)]
Use writemsg instead of print, to send debug messages to stderr.

svn path=/main/trunk/; revision=14784

15 years agoBug #291200 - Add a --quiet-build option to redirect all build output to logs
Zac Medico [Fri, 6 Nov 2009 23:14:08 +0000 (23:14 -0000)]
Bug #291200 - Add a --quiet-build option to redirect all build output to logs
alone, and do not display it on stdout.

svn path=/main/trunk/; revision=14783

15 years agoCollapse two [[ ]] into one.
Zac Medico [Fri, 6 Nov 2009 22:30:24 +0000 (22:30 -0000)]
Collapse two [[ ]] into one.

svn path=/main/trunk/; revision=14782

15 years agoFor --debug mode, enable bash tracing when sourcing the ebuild.
Zac Medico [Fri, 6 Nov 2009 22:28:44 +0000 (22:28 -0000)]
For --debug mode, enable bash tracing when sourcing the ebuild.

svn path=/main/trunk/; revision=14781

15 years agoBug #291142 - Fix some cases when a 'missed update' message might not be
Zac Medico [Fri, 6 Nov 2009 03:52:36 +0000 (03:52 -0000)]
Bug #291142 - Fix some cases when a 'missed update' message might not be
displayed.

svn path=/main/trunk/; revision=14780

15 years agoUse writemsg instead of print, to send debug messages to stderr.
Zac Medico [Fri, 6 Nov 2009 02:56:32 +0000 (02:56 -0000)]
Use writemsg instead of print, to send debug messages to stderr.

svn path=/main/trunk/; revision=14779

15 years agoDefine portage.proxy.objectproxy.ObjectProxy.__add__() to fix problem with string...
Arfrever Frehtes Taifersar Arahesis [Thu, 5 Nov 2009 23:13:41 +0000 (23:13 -0000)]
Define portage.proxy.objectproxy.ObjectProxy.__add__() to fix problem with string concatenation reported by dol-sen.

svn path=/main/trunk/; revision=14778

15 years agoDecode git output in _emerge.actions.git_sync_timestamps() for bug #291790.
Arfrever Frehtes Taifersar Arahesis [Wed, 4 Nov 2009 21:48:41 +0000 (21:48 -0000)]
Decode git output in _emerge.actions.git_sync_timestamps() for bug #291790.

svn path=/main/trunk/; revision=14777

15 years agoBug #291331 - Make send_mail() encode the unicode message as bytes before
Zac Medico [Wed, 4 Nov 2009 21:41:40 +0000 (21:41 -0000)]
Bug #291331 - Make send_mail() encode the unicode message as bytes before
passing it to smtplib.SMTP.sendmail(), in order to avoid a UnicodeEncodeError
which SMTP.send() tries to encode the message a plain ascii.

svn path=/main/trunk/; revision=14776

15 years agoInside depgraph._complete_graph(), only pull in deps for the relevant root
Zac Medico [Wed, 4 Nov 2009 06:45:44 +0000 (06:45 -0000)]
Inside depgraph._complete_graph(), only pull in deps for the relevant root
during remove operations. Thanks to acevery for reporting.

svn path=/main/trunk/; revision=14775

15 years agoDon't call FakeVartree.sync() redundantly when backtracking.
Zac Medico [Mon, 2 Nov 2009 01:45:57 +0000 (01:45 -0000)]
Don't call FakeVartree.sync() redundantly when backtracking.

svn path=/main/trunk/; revision=14774

15 years agoMove FakeVartree population out of the constructor by calling the sync()
Zac Medico [Sun, 1 Nov 2009 22:24:23 +0000 (22:24 -0000)]
Move FakeVartree population out of the constructor by calling the sync()
method explicitly. This allows the depgraph constructor avoid populating
the FakeVartree, and delay it until depgraph._load_vdb() is called.

svn path=/main/trunk/; revision=14773

15 years agoEliminate duplicate code from the FakeVartree constructor which does the
Zac Medico [Sun, 1 Nov 2009 22:11:59 +0000 (22:11 -0000)]
Eliminate duplicate code from the FakeVartree constructor which does the
same thing as FakeVartree.sync().

svn path=/main/trunk/; revision=14772

15 years agoFix --backtrack option handling. v2.2_rc48
Zac Medico [Sat, 31 Oct 2009 23:51:22 +0000 (23:51 -0000)]
Fix --backtrack option handling.

svn path=/main/trunk/; revision=14767

15 years agoAdd a --backtrack=COUNT option to control how many times backtracking is
Zac Medico [Sat, 31 Oct 2009 23:32:13 +0000 (23:32 -0000)]
Add a --backtrack=COUNT option to control how many times backtracking is
allowed, and reduce the default from 30 to 5.

svn path=/main/trunk/; revision=14763

15 years agoFor compatibility, still exit successfully if there are skipped directories.
Zac Medico [Sat, 31 Oct 2009 22:59:35 +0000 (22:59 -0000)]
For compatibility, still exit successfully if there are skipped directories.
We can make it more strict later.

svn path=/main/trunk/; revision=14762

15 years agoAllow unmerge of packages from the "selected" set when a package set such
Zac Medico [Sat, 31 Oct 2009 22:37:19 +0000 (22:37 -0000)]
Allow unmerge of packages from the "selected" set when a package set such
as @unavailable is given on the command line. Thanks to Vlastimil Babka
<caster@g.o> for reporting.

svn path=/main/trunk/; revision=14761

15 years agoBug #290921 - Always exit unsuccessfully if -r is not specified and a
Zac Medico [Sat, 31 Oct 2009 20:53:43 +0000 (20:53 -0000)]
Bug #290921 - Always exit unsuccessfully if -r is not specified and a
directory is skipped. This reverts a behavior change from r9484.

svn path=/main/trunk/; revision=14760

15 years agoMake cacheddir() always behave like EmptyOnError is True, since listdir()
Zac Medico [Sat, 31 Oct 2009 19:15:54 +0000 (19:15 -0000)]
Make cacheddir() always behave like EmptyOnError is True, since listdir()
doesn't handle a None return value correctly.

svn path=/main/trunk/; revision=14755

15 years agoMake dblink.delete() remove empty parent category directories.
Zac Medico [Sat, 31 Oct 2009 19:08:45 +0000 (19:08 -0000)]
Make dblink.delete() remove empty parent category directories.

svn path=/main/trunk/; revision=14754

15 years agoBug #291271 - Make vardbapi._bump_mtime() create category directories when
Zac Medico [Sat, 31 Oct 2009 18:59:37 +0000 (18:59 -0000)]
Bug #291271 - Make vardbapi._bump_mtime() create category directories when
necessary.

svn path=/main/trunk/; revision=14753

15 years agoBug #259697 - Update IUSE.invalid docs for GLEP 56.
Zac Medico [Sat, 31 Oct 2009 04:04:26 +0000 (04:04 -0000)]
Bug #259697 - Update IUSE.invalid docs for GLEP 56.

svn path=/main/trunk/; revision=14751

15 years agoBug #290428 - Update mtime of /var/db/pkg and category subdirectories when v2.2_rc47 v2.2_rc48_14769
Zac Medico [Tue, 27 Oct 2009 22:48:32 +0000 (22:48 -0000)]
Bug #290428 - Update mtime of /var/db/pkg and category subdirectories when
stuff inside is modified, so that consumers can use directory mtimes to
validate caches.

svn path=/main/trunk/; revision=14735

15 years agoBug #290625 - Manually encode output to stdout in python3, in order to avoid
Zac Medico [Mon, 26 Oct 2009 22:26:31 +0000 (22:26 -0000)]
Bug #290625 - Manually encode output to stdout in python3, in order to avoid
potential UnicodeEncodeError exceptions.

svn path=/main/trunk/; revision=14734

15 years agoRevert the workaround for bug #288863. This will require a dependency on
Zac Medico [Mon, 26 Oct 2009 21:45:55 +0000 (21:45 -0000)]
Revert the workaround for bug #288863. This will require a dependency on
>=sys-apps/sandbox-2.2.

svn path=/main/trunk/; revision=14733

15 years agoAdd a reference to bug #141118 inside _expand_new_virtuals().
Zac Medico [Mon, 26 Oct 2009 20:02:30 +0000 (20:02 -0000)]
Add a reference to bug #141118 inside _expand_new_virtuals().

svn path=/main/trunk/; revision=14732

15 years agoTake the -c option and make it mean --depclean instead of --clean, since
Zac Medico [Mon, 26 Oct 2009 19:36:27 +0000 (19:36 -0000)]
Take the -c option and make it mean --depclean instead of --clean, since
--clean is pretty useless anyway.

svn path=/main/trunk/; revision=14731

15 years agoAdd -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> for
Zac Medico [Mon, 26 Oct 2009 05:46:39 +0000 (05:46 -0000)]
Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> for
the suggestion.

svn path=/main/trunk/; revision=14730

15 years agoAdd a parsedate() function which emulates rfc822.parsedate(), since python3
Zac Medico [Sun, 25 Oct 2009 23:57:44 +0000 (23:57 -0000)]
Add a parsedate() function which emulates rfc822.parsedate(), since python3
doesn't have it.

svn path=/main/trunk/; revision=14729

15 years agoUse calendar.timegm instead of time.mktime, for correct timezone handling.
Zac Medico [Sun, 25 Oct 2009 22:41:27 +0000 (22:41 -0000)]
Use calendar.timegm instead of time.mktime, for correct timezone handling.

svn path=/main/trunk/; revision=14728

15 years agoDon't set mtime on downloaded metadata.dtd when using python3, since the
Zac Medico [Sun, 25 Oct 2009 20:21:10 +0000 (20:21 -0000)]
Don't set mtime on downloaded metadata.dtd when using python3, since the
rfc822.parsedate() function is not available. Thanks to Arfrever for
reporting.

svn path=/main/trunk/; revision=14725

15 years agoupdate documentation on _test_openpty_eof and disable openpty on Solaris again (branc...
Fabian Groffen [Sat, 24 Oct 2009 11:19:45 +0000 (11:19 -0000)]
update documentation on _test_openpty_eof and disable openpty on Solaris again (branches/prefix r14721)

svn path=/main/trunk/; revision=14722

15 years agoBug #134466 - Add a --ask-enter-invalid option. When used together with the
Zac Medico [Sat, 24 Oct 2009 06:55:34 +0000 (06:55 -0000)]
Bug #134466 - Add a --ask-enter-invalid option. When used together with the
--ask option, interpret a single "Enter" key press as invalid input. This
helps prevent accidental acceptance of the first choice.

svn path=/main/trunk/; revision=14710

15 years agoUse urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.
Zac Medico [Sat, 24 Oct 2009 05:12:32 +0000 (05:12 -0000)]
Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.

svn path=/main/trunk/; revision=14709

15 years agoAdd --help output for --unordered-display, and move man page docs from the
Zac Medico [Fri, 23 Oct 2009 19:12:14 +0000 (19:12 -0000)]
Add --help output for --unordered-display, and move man page docs from the
actions to the options section.

svn path=/main/trunk/; revision=14708

15 years agoUse find with -print0 for absolute safety.
Zac Medico [Fri, 23 Oct 2009 18:20:34 +0000 (18:20 -0000)]
Use find with -print0 for absolute safety.

svn path=/main/trunk/; revision=14707

15 years agoBug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.
Zac Medico [Fri, 23 Oct 2009 18:11:40 +0000 (18:11 -0000)]
Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.
Thanks to Peter Alfredsen <loki_val@g.o> for this patch.

svn path=/main/trunk/; revision=14706

15 years agoFactor vdb loading code out of the depgraph constructor, since this procedure
Zac Medico [Fri, 23 Oct 2009 06:32:38 +0000 (06:32 -0000)]
Factor vdb loading code out of the depgraph constructor, since this procedure
is slow and it generates spinner output, which isn't very nice behavior for
a constructor. Now it's called on-demand by various methods when necessary.

svn path=/main/trunk/; revision=14705

15 years agoFactor out duplicate "These are the packages that would be merged",
Zac Medico [Fri, 23 Oct 2009 06:28:06 +0000 (06:28 -0000)]
Factor out duplicate "These are the packages that would be merged",
"Calculating dependencies", and spinner cleanup code.

svn path=/main/trunk/; revision=14704

15 years agoAdd a --unordered-display option for use with --tree. This allows the display
Zac Medico [Fri, 23 Oct 2009 05:19:59 +0000 (05:19 -0000)]
Add a --unordered-display option for use with --tree. This allows the display
to be optimized differently since the merge order is not preserved. Thanks
to Sebastian Mingramm (few) for the initial patch.

svn path=/main/trunk/; revision=14703

15 years agoFactor the --tree code out of depgraph.display().
Zac Medico [Fri, 23 Oct 2009 04:43:44 +0000 (04:43 -0000)]
Factor the --tree code out of depgraph.display().

svn path=/main/trunk/; revision=14702

15 years agoFix license_groups parsing to stack the lists, so license_groups from overlays
Zac Medico [Mon, 19 Oct 2009 19:44:16 +0000 (19:44 -0000)]
Fix license_groups parsing to stack the lists, so license_groups from overlays
extend groups from the main tree instead of overwritting them. Thanks to
Vlastimil Babka <caster@g.o> for reporting.

svn path=/main/trunk/; revision=14696

15 years agoRemove the docs for the extend, remove, and intersect attributes
Zac Medico [Mon, 19 Oct 2009 17:05:47 +0000 (17:05 -0000)]
Remove the docs for the extend, remove, and intersect attributes
that are not supported now.

svn path=/main/trunk/; revision=14695

15 years agodrop IMAGE -- people have had years to catch up
Mike Frysinger [Mon, 19 Oct 2009 07:38:44 +0000 (07:38 -0000)]
drop IMAGE -- people have had years to catch up

svn path=/main/trunk/; revision=14694

15 years agoBug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner
Zac Medico [Mon, 19 Oct 2009 00:16:47 +0000 (00:16 -0000)]
Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner
<antarus@g.o> for this patch.

svn path=/main/trunk/; revision=14681

15 years agoAdd support for display of nested sets in --depclean and --prune reverse
Zac Medico [Mon, 19 Oct 2009 00:05:11 +0000 (00:05 -0000)]
Add support for display of nested sets in --depclean and --prune reverse
dependency output. This also fixes a bug from the 'selected' set changes
which could cause the system set to be disregarded in some cases.

svn path=/main/trunk/; revision=14680

15 years agoRemove support for 'extend', 'remove', and 'intersect' sets.conf section
Zac Medico [Sun, 18 Oct 2009 21:06:39 +0000 (21:06 -0000)]
Remove support for 'extend', 'remove', and 'intersect' sets.conf section
attributes in SetConfig.getSetAtoms() since the current implementation does
not meet user expectations, as mentioned in bug #253802, comment #5:

Package set operators currently operate on atoms, but what users really need
is for them to operate on the packages themselves. This will allow one set to
add or subtract packages from another even though the sets to not use the exact
same atoms to refer to the given packages.

I imagine the way this should be done is to create a mapping of atom -> package
for each set, perform the intersection using the packages, and then map the
package intersection back into a set of atoms.

svn path=/main/trunk/; revision=14679

15 years agoRevert r14677 since it doesn't interact well with the 'extend', 'remove', and
Zac Medico [Sun, 18 Oct 2009 20:41:30 +0000 (20:41 -0000)]
Revert r14677 since it doesn't interact well with the 'extend', 'remove', and
'intersect' code in SetConfig.getSetAtoms().

svn path=/main/trunk/; revision=14678

15 years agoAdd a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). This
Zac Medico [Sun, 18 Oct 2009 20:30:00 +0000 (20:30 -0000)]
Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). This
will be useful for adding support to the dependency graph for keeping track
of precisely which nested set each atom comes from.

svn path=/main/trunk/; revision=14677

15 years agoMove filtering of misc bash variables from save_ebuild_env() to
Zac Medico [Sun, 18 Oct 2009 19:44:25 +0000 (19:44 -0000)]
Move filtering of misc bash variables from save_ebuild_env() to
filter_readonly_variables(). Add additional variables found in
the output of `env -i bash -c 'declare -p'`.

svn path=/main/trunk/; revision=14676

15 years agoFix messages broken in r14616. Thanks to Arfrever for reporting and thanks to
Zac Medico [Sun, 18 Oct 2009 18:54:46 +0000 (18:54 -0000)]
Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks to
Jonathan Callen <abcd@g.o> for this patch.

svn path=/main/trunk/; revision=14675

15 years agoConvert --select to boolean True when enabled, so --resume code handles
Zac Medico [Sun, 18 Oct 2009 09:32:02 +0000 (09:32 -0000)]
Convert --select to boolean True when enabled, so --resume code handles
it like other boolean options.

svn path=/main/trunk/; revision=14667

15 years agoWarn aabout default world and system set configuration being used when
Zac Medico [Sun, 18 Oct 2009 08:35:20 +0000 (08:35 -0000)]
Warn aabout default world and system set configuration being used when
sets.conf is corrupt. Thanks to Thanks to Sebastian Mingramm (few) for
the suggestion.

svn path=/main/trunk/; revision=14666

15 years agoAdd a --use-ebuild-visibility option, for using unbuilt ebuild metadata
Zac Medico [Sun, 18 Oct 2009 08:29:59 +0000 (08:29 -0000)]
Add a --use-ebuild-visibility option, for using unbuilt ebuild metadata
in visibility checks for built ebuilds. Thanks to Sebastian Mingramm (few)
for reporting the problem and testing the patch.

svn path=/main/trunk/; revision=14665

15 years agoFix breakage in DEFINED_PHASES code.
Zac Medico [Sun, 18 Oct 2009 05:34:59 +0000 (05:34 -0000)]
Fix breakage in DEFINED_PHASES code.

svn path=/main/trunk/; revision=14664

15 years agoRemove reference to non-existent _source_ebuild function.
Zac Medico [Sun, 18 Oct 2009 05:31:07 +0000 (05:31 -0000)]
Remove reference to non-existent _source_ebuild function.

svn path=/main/trunk/; revision=14663

15 years agoPreserve variables which have been set in global scope using 'declare'.
Arfrever Frehtes Taifersar Arahesis [Sun, 18 Oct 2009 05:27:30 +0000 (05:27 -0000)]
Preserve variables which have been set in global scope using 'declare'.

svn path=/main/trunk/; revision=14662

15 years agoInd SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,
Zac Medico [Sun, 18 Oct 2009 04:16:05 +0000 (04:16 -0000)]
Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,
since if sets.conf is corrupt then emerge generates fallback sets without
the 'creator' attribute.

svn path=/main/trunk/; revision=14660

15 years agoCall config._init_dirs() from emerge so that it's not called every time
Zac Medico [Sun, 18 Oct 2009 01:57:51 +0000 (01:57 -0000)]
Call config._init_dirs() from emerge so that it's not called every time
the portage api is imported.

svn path=/main/trunk/; revision=14631

15 years agoAutomatically create a fallback setconfig, so emerge isn't crippled due to
Zac Medico [Sun, 18 Oct 2009 01:21:52 +0000 (01:21 -0000)]
Automatically create a fallback setconfig, so emerge isn't crippled due to
misssing/corrupt/outdated sets.conf. This is especially important since
WorldSet has been renamed to WorldSelectedSet, and thus new and old sets.conf
files are incompatible.

svn path=/main/trunk/; revision=14630

15 years agoBug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero
Zac Medico [Sun, 18 Oct 2009 00:23:05 +0000 (00:23 -0000)]
Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero
revision. Thanks to David Leverton <levertond@googlemail.com> for this patch.

svn path=/main/trunk/; revision=14629

15 years agoMake cpv_getkey() use catpkgsplit() insead of a separate regex.
Zac Medico [Sun, 18 Oct 2009 00:10:51 +0000 (00:10 -0000)]
Make cpv_getkey() use catpkgsplit() insead of a separate regex.

svn path=/main/trunk/; revision=14628

15 years agoFix repoman breakage from previous commit.
Zac Medico [Sat, 17 Oct 2009 23:42:46 +0000 (23:42 -0000)]
Fix repoman breakage from previous commit.

svn path=/main/trunk/; revision=14627

15 years agoInside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we want
Zac Medico [Sat, 17 Oct 2009 23:32:27 +0000 (23:32 -0000)]
Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we want
to prefer the atom which matches the higher version rather than the atom
furthest to the left. Sorting is done separately for each of choice_bins, so
as not to interfere with the ordering of the bins. Because of the bin
separation, the main function of this code is to allow --depclean to remove
old slots (rather than to pull in new slots).

svn path=/main/trunk/; revision=14626

15 years agoBug #273636 - Add doins and newins support for symlink preservation in
Zac Medico [Sat, 17 Oct 2009 21:20:34 +0000 (21:20 -0000)]
Bug #273636 - Add doins and newins support for symlink preservation in
EAPI 3. Thanks to Jonathan Callen <abcd@g.o> for the initial patch (I
added EAPI conditionals in order to share code between all EAPIs).

svn path=/main/trunk/; revision=14625

15 years agoBug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>
Zac Medico [Sat, 17 Oct 2009 07:24:43 +0000 (07:24 -0000)]
Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>
for the initial patch (I moved the code from spawnebuild to  config.environ).

svn path=/main/trunk/; revision=14624

15 years agoUse short substitution syntax in use_with() and use_enable(). Thanks to
Zac Medico [Sat, 17 Oct 2009 06:58:13 +0000 (06:58 -0000)]
Use short substitution syntax in use_with() and use_enable(). Thanks to
Jonathan Callen <abcd@g.o> for this patch.

svn path=/main/trunk/; revision=14623

15 years agoFix einstall() change from previous commit, for compatibility with empty
Zac Medico [Sat, 17 Oct 2009 06:55:36 +0000 (06:55 -0000)]
Fix einstall() change from previous commit, for compatibility with empty
but set CONF_PREFIX. Thanks to Jonathan Callen <abcd@g.o> for reporting.

svn path=/main/trunk/; revision=14622

15 years agoUse [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid
Zac Medico [Sat, 17 Oct 2009 06:48:24 +0000 (06:48 -0000)]
Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid
any possility of ambiguity. Thanks to Jonathan Callen <abcd@g.o> for the
suggestion.

svn path=/main/trunk/; revision=14621

15 years agoFix WorldHandler to use the "selected" set.
Zac Medico [Sat, 17 Oct 2009 05:59:02 +0000 (05:59 -0000)]
Fix WorldHandler to use the "selected" set.

svn path=/main/trunk/; revision=14620

15 years agoIn dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen
Zac Medico [Sat, 17 Oct 2009 05:56:57 +0000 (05:56 -0000)]
In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen
<abcd@g.o> for reporting.

svn path=/main/trunk/; revision=14619

15 years agoMake phase variable local in has_phase_defined_up_to().
Zac Medico [Sat, 17 Oct 2009 05:44:17 +0000 (05:44 -0000)]
Make phase variable local in has_phase_defined_up_to().

svn path=/main/trunk/; revision=14618

15 years agoSimplify the conditionals from bug #273648. Thanks to Jonathan Callen
Zac Medico [Sat, 17 Oct 2009 05:41:19 +0000 (05:41 -0000)]
Simplify the conditionals from bug #273648. Thanks to Jonathan Callen
<abcd@g.o> for this patch.

svn path=/main/trunk/; revision=14617

15 years agoBug #273648 - EAPI 3 - the following condtions must be met:
Zac Medico [Sat, 17 Oct 2009 05:36:16 +0000 (05:36 -0000)]
Bug #273648 - EAPI 3 - the following condtions must be met:
1. The A variable contains no items.
2. The phase function in question is not in DEFINED_PHASES.
3. None of the phase functions unpack, prepare, configure, compile or install,
   if supported by the EAPI in question and occurring prior to the phase about
   to be executed, are in DEFINED_PHASES.

Thanks to Jonathan Callen <abcd@g.o> for this patch.

svn path=/main/trunk/; revision=14616

15 years agoBug #287869 - Add a --selective[=n] option (inverse of --oneshot). This is
Zac Medico [Fri, 16 Oct 2009 23:38:29 +0000 (23:38 -0000)]
Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This is
useful if you want to use EMERGE_DEFAULT_OPTS to make --oneshot behavior
default.

svn path=/main/trunk/; revision=14615

15 years agoBug #266454 - Make @world an all-inclusive set once again, like it was prior
Zac Medico [Fri, 16 Oct 2009 22:47:55 +0000 (22:47 -0000)]
Bug #266454 - Make @world an all-inclusive set once again, like it was prior
to portage-2.2_rc* releases. In addition to @system, @world now includes a
@selected set which represents user-selected "world" packages and sets that
saved in /var/lib/portage/world{,sets}.

svn path=/main/trunk/; revision=14614

15 years agoRemove soname_cache inside calc_depclean() since LinkageMap caches that
Zac Medico [Fri, 16 Oct 2009 19:33:34 +0000 (19:33 -0000)]
Remove soname_cache inside calc_depclean() since LinkageMap caches that
already.

svn path=/main/trunk/; revision=14613

15 years agoEnsure that /dev/std* streams have appropriate sandbox permission for
Zac Medico [Fri, 16 Oct 2009 19:22:07 +0000 (19:22 -0000)]
Ensure that /dev/std* streams have appropriate sandbox permission for
bug #288863. This can be removed after sandbox is fixed and portage
depends on the fixed version.

svn path=/main/trunk/; revision=14612

15 years agoTODO: Make resume_depgraph() return reasons for dropped_tasks, for
Zac Medico [Fri, 16 Oct 2009 18:02:43 +0000 (18:02 -0000)]
TODO: Make resume_depgraph() return reasons for dropped_tasks, for
display/logging.

svn path=/main/trunk/; revision=14611

15 years agoBug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.
Zac Medico [Fri, 16 Oct 2009 17:42:36 +0000 (17:42 -0000)]
Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.

svn path=/main/trunk/; revision=14610

15 years agoAdd back info_vars docs accidentally removed in r14587. Thanks to Arfrever for
Zac Medico [Thu, 15 Oct 2009 21:37:49 +0000 (21:37 -0000)]
Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever for
reporting.

svn path=/main/trunk/; revision=14609

15 years agoAdd the "test" flag to implicit IUSE, so handling of FEATURES=test is
Zac Medico [Thu, 15 Oct 2009 04:30:44 +0000 (04:30 -0000)]
Add the "test" flag to implicit IUSE, so handling of FEATURES=test is
consistent regardless of explicit IUSE. Users may use use.mask and
package.use.mask to control FEATURES=test for all ebuilds, regardless of
explicit IUSE.

svn path=/main/trunk/; revision=14607

15 years agoOnly call _test_pty_eof() on Linux, since it seems to hang on most other
Zac Medico [Wed, 14 Oct 2009 20:09:33 +0000 (20:09 -0000)]
Only call _test_pty_eof() on Linux, since it seems to hang on most other
kernels. This should fix the hang reported on FreeBSD here:
http://archives.gentoo.org/gentoo-alt/msg_d81c5e8c6dd6849312ecb048feb41c5b.xml

svn path=/main/trunk/; revision=14606

15 years agoAdd some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.
Zac Medico [Wed, 14 Oct 2009 06:55:57 +0000 (06:55 -0000)]
Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.

svn path=/main/trunk/; revision=14601

15 years agoBug #288906 - Fix Scheduler._dblink_elog() to always append messages to the
Zac Medico [Wed, 14 Oct 2009 06:34:51 +0000 (06:34 -0000)]
Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to the
build log if available (regardless whether or not message goes to stdout).

svn path=/main/trunk/; revision=14600

15 years agoWhen --depclean pulls in the provider of a library because of installed
Zac Medico [Wed, 14 Oct 2009 05:07:03 +0000 (05:07 -0000)]
When --depclean pulls in the provider of a library because of installed
consumers, display the soname(s) of the consumed libraries.

svn path=/main/trunk/; revision=14599

15 years agoImplement __len__.
Zac Medico [Tue, 13 Oct 2009 02:35:24 +0000 (02:35 -0000)]
Implement __len__.

svn path=/main/trunk/; revision=14598

15 years agoImplement FetchlistDict.__len__, in order to avoid
Zac Medico [Mon, 12 Oct 2009 22:59:32 +0000 (22:59 -0000)]
Implement FetchlistDict.__len__, in order to avoid
infinite recursion in some cases.

svn path=/main/trunk/; revision=14597

15 years agoAdd a note about ACCEPT_LICENSE. v2.2_rc46
Zac Medico [Mon, 12 Oct 2009 05:55:30 +0000 (05:55 -0000)]
Add a note about ACCEPT_LICENSE.

svn path=/main/trunk/; revision=14593

15 years agoUpdate ACCEPT_LICENSE and ACCEPT_PROPERTIES docs.
Zac Medico [Mon, 12 Oct 2009 05:50:28 +0000 (05:50 -0000)]
Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs.

svn path=/main/trunk/; revision=14591

15 years agoAdd a reference to GLEP 23.
Zac Medico [Mon, 12 Oct 2009 05:44:47 +0000 (05:44 -0000)]
Add a reference to GLEP 23.

svn path=/main/trunk/; revision=14589

15 years agoDocument license_groups.
Zac Medico [Mon, 12 Oct 2009 05:38:31 +0000 (05:38 -0000)]
Document license_groups.

svn path=/main/trunk/; revision=14587

15 years agoUse a shell script wrapper for EPYTHON handling.
Zac Medico [Sun, 11 Oct 2009 23:55:30 +0000 (23:55 -0000)]
Use a shell script wrapper for EPYTHON handling.

svn path=/main/trunk/; revision=14585

15 years agoUse a shell script for dohtml instead of a function, for xargs compatibility.
Zac Medico [Sun, 11 Oct 2009 23:45:11 +0000 (23:45 -0000)]
Use a shell script for dohtml instead of a function, for xargs compatibility.

svn path=/main/trunk/; revision=14582

15 years agoRename dohtml to dohtml.py. Next commit will add a shell script wrapper for
Zac Medico [Sun, 11 Oct 2009 23:39:31 +0000 (23:39 -0000)]
Rename dohtml to dohtml.py. Next commit will add a shell script wrapper for
EPYTHON handling.

svn path=/main/trunk/; revision=14581

15 years agoBug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.
Zac Medico [Sun, 11 Oct 2009 23:06:25 +0000 (23:06 -0000)]
Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.

svn path=/main/trunk/; revision=14579

15 years agoBug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageName
Zac Medico [Sun, 11 Oct 2009 23:01:00 +0000 (23:01 -0000)]
Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageName
instead of ValueError.

svn path=/main/trunk/; revision=14577

15 years agoAdd a xpak-helper.py script, so that shell code always calls python via
Zac Medico [Sun, 11 Oct 2009 22:46:57 +0000 (22:46 -0000)]
Add a xpak-helper.py script, so that shell code always calls python via
a shebang.

svn path=/main/trunk/; revision=14575

15 years agoFix python shebangs. s:/usr/bin/env python:/usr/bin/python:
Zac Medico [Sun, 11 Oct 2009 21:17:00 +0000 (21:17 -0000)]
Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:

svn path=/main/trunk/; revision=14573