Zac Medico [Fri, 2 Nov 2007 05:29:03 +0000 (05:29 -0000)]
Rewrite the dblink.getcontents() code to use str.split(" ")
for splitting CONTENTS lines so that even file paths that
end with spaces can be handled. This patch makes the fix for
bug #196836#c6 more complete. Some code for parsing old
malformed symlink entries has been removed sinces it's
probably not useful or worth maintaining anymore.
(trunk r8337)
svn path=/main/branches/2.1.2/; revision=8364
Zac Medico [Fri, 2 Nov 2007 05:15:35 +0000 (05:15 -0000)]
If the title string is too big then xtermTitle() can
misbehave by causing the terminal to echo some of the
characters and generate a "beep" sound. (trunk r8289)
svn path=/main/branches/2.1.2/; revision=8363
Zac Medico [Fri, 2 Nov 2007 05:11:15 +0000 (05:11 -0000)]
Make world atoms non-greedy for SLOTs in action_depclean()
and depgraph.xcreate() since users can simply add SLOT atoms
to world for any specific SLOTs that they want to keep.
svn path=/main/branches/2.1.2/; revision=8362
Zac Medico [Fri, 2 Nov 2007 04:56:09 +0000 (04:56 -0000)]
protect variables specified in PROFILE_ONLY_VARIABLES from
being set by the user (trunk r8251:8253, r8255, and r8259)
svn path=/main/branches/2.1.2/; revision=8361
Zac Medico [Tue, 23 Oct 2007 05:44:11 +0000 (05:44 -0000)]
Don't show the "checking files for package collisions" message
when --quiet is enabled. (trunk r8248)
svn path=/main/branches/2.1.2/; revision=8249
Zac Medico [Tue, 23 Oct 2007 02:41:45 +0000 (02:41 -0000)]
Fix the version Id tag. (trunk r8243)
svn path=/main/branches/2.1.2/; revision=8244
Zac Medico [Tue, 23 Oct 2007 01:13:06 +0000 (01:13 -0000)]
Fix config.setinst() to return early when the given
package already provides the virtual. (trunk r8240)
svn path=/main/branches/2.1.2/; revision=8241
Zac Medico [Tue, 23 Oct 2007 00:50:42 +0000 (00:50 -0000)]
Remove a redundant self.treeVirtuals deepcopy from the
config constructor. (trunk r8238)
svn path=/main/branches/2.1.2/; revision=8239
Zac Medico [Tue, 23 Oct 2007 00:32:07 +0000 (00:32 -0000)]
Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
files in dodoc arguments. (trunk r8236)
svn path=/main/branches/2.1.2/; revision=8237
Zac Medico [Mon, 22 Oct 2007 22:41:32 +0000 (22:41 -0000)]
In depgraph.create(), if a direct circular dependency is
not an unsatisfied buildtime dependency then drop it here
since otherwise it can skew the merge order calculation
in an unwanted way. (trunk r8233)
svn path=/main/branches/2.1.2/; revision=8234
Zac Medico [Mon, 22 Oct 2007 21:09:28 +0000 (21:09 -0000)]
Fix portage_exception namespace typo.
svn path=/main/branches/2.1.2/; revision=8232
Zac Medico [Mon, 22 Oct 2007 20:33:08 +0000 (20:33 -0000)]
Remove slashes that cause problems when unpacking files with
relative paths (bug #196565) (trunk r8200)
svn path=/main/branches/2.1.2/; revision=8231
Zac Medico [Mon, 22 Oct 2007 20:28:22 +0000 (20:28 -0000)]
Bug #196435 - Add some more references to quickpkg(1) since
sometimes people don't realize that it exists. (trunk r8185)
svn path=/main/branches/2.1.2/; revision=8230
Zac Medico [Mon, 22 Oct 2007 18:49:02 +0000 (18:49 -0000)]
In depgraph.create(), don't ignore direct circular dependencies
anymore since altlist() is able to handle it properly in cases
where the dependency is satisfied. If the dep is unsatisfied
then it can not be ignored. (trunk r8225)
Allow the depgraph to add old-style virtual providers but prefer
any pre-existing providers over new ones that are added. This
prevents things like ghc-6.4.2 from selecting itself to satisfy
it's own virtual/ghc dependency (creating a circular dependency)
in cases where it should select the default ghc-bin provider.
(trunk r8185:8187)
svn path=/main/branches/2.1.2/; revision=8229
Zac Medico [Mon, 22 Oct 2007 03:52:44 +0000 (03:52 -0000)]
Bug #196680 - Handle a CacheError inside mirror_cache() when
reading from the source cache. (trunk r8222)
svn path=/main/branches/2.1.2/; revision=8223
Zac Medico [Sun, 21 Oct 2007 06:24:20 +0000 (06:24 -0000)]
Bug #196537 - Make portageq check that the <root> parameter
is an existing directory and exit gracefully if not.
(trunk r8195)
svn path=/main/branches/2.1.2/; revision=8196
Zac Medico [Thu, 18 Oct 2007 21:10:21 +0000 (21:10 -0000)]
Handle EnvironmentError instead of OSError since open()
actually raises IOError. Also, treat a missing SLOT
file as SLOT="" since it is currently possible to
install an ebuild with an undefined SLOT even though
repoman generates a SLOT.missing error with such an
ebuild. (trunk r8174)
svn path=/main/branches/2.1.2/; revision=8175
Zac Medico [Thu, 18 Oct 2007 19:33:04 +0000 (19:33 -0000)]
Bug #195375 - Make dblink.treewalk() read inforoot/SLOT since
it differs from the expected SLOT value when when USE=multislot
is enabled. A warning message will be shown if the slot differs
and --quiet mode is not enabled. (trunk r8172)
svn path=/main/branches/2.1.2/; revision=8173
Zac Medico [Thu, 18 Oct 2007 03:20:53 +0000 (03:20 -0000)]
Adjust quote usage in collision-protect eerror
output. (trunk r8170)
svn path=/main/branches/2.1.2/; revision=8171
Zac Medico [Thu, 18 Oct 2007 02:41:45 +0000 (02:41 -0000)]
Fix collision-protect so that it properly cancels the
preinst phase like it used to. (trunk r8168)
svn path=/main/branches/2.1.2/; revision=8169
Zac Medico [Wed, 17 Oct 2007 21:44:42 +0000 (21:44 -0000)]
Fix the normalize_needed regex to properly match //
anywhere in the path. Also add support for detection
of . or .. where appropriate. (trunk r8166)
svn path=/main/branches/2.1.2/; revision=8167
Zac Medico [Wed, 17 Oct 2007 20:48:08 +0000 (20:48 -0000)]
Bug #196043 - Unify the ouput handling for file collisions
so that similar eerror messages are generated whether or
not collision-protect is enabled. (trunk r8163)
svn path=/main/branches/2.1.2/; revision=8165
Zac Medico [Wed, 17 Oct 2007 20:41:22 +0000 (20:41 -0000)]
Always unlink the .installed flag prior to merge since
portage.movefile() never leaves intact. (trunk r6986)
svn path=/main/branches/2.1.2/; revision=8164
Zac Medico [Wed, 17 Oct 2007 04:36:19 +0000 (04:36 -0000)]
Add missing "to" to fix grammar. (trunk r8161)
svn path=/main/branches/2.1.2/; revision=8162
Zac Medico [Wed, 17 Oct 2007 03:01:41 +0000 (03:01 -0000)]
Bug #196043 - Update the file collision ewarn notice
to try and clarify the cases when a bug should NOT
be filed. Also, recommend the new `portageq owners /
<filename>` command since it works properly even
when paths are ambiguous due to symlinked
directories. (trunk r8155)
svn path=/main/branches/2.1.2/; revision=8160
Zac Medico [Wed, 17 Oct 2007 02:59:48 +0000 (02:59 -0000)]
Bug #196043 - Implement a `portageq owners <root> [<filename>]+`
command that is suitable for identifying all packages that own
one or more files when a file collision has occurred. This uses
dblink.isowner() so that the query works properly even when
paths are ambiguous due to symlinked directories. (trunk r8154)
svn path=/main/branches/2.1.2/; revision=8159
Zac Medico [Wed, 17 Oct 2007 02:58:06 +0000 (02:58 -0000)]
Optimize dblink.isowner() to use fewer stat calls by
only collecting stat results for parent directories.
This provides equivalent accuracy to the previous
approach but will perform much better when used to
scan all installed packages for owners in the event
of a file collision. (trunk r8153)
svn path=/main/branches/2.1.2/; revision=8158
Zac Medico [Wed, 17 Oct 2007 02:56:19 +0000 (02:56 -0000)]
Fix a typo.
svn path=/main/branches/2.1.2/; revision=8157
Zac Medico [Wed, 17 Oct 2007 02:51:48 +0000 (02:51 -0000)]
In dblink.getcontents(), use a regular expression to detect
when path normalization is required. Also, only join with
${ROOT} when necessary. This allows unnecessary normpath
and join calls to be optimized away in the general case,
reducing the cpu time for `equery belongs <filename>` by
about 50%. (trunk r8150:8152)
svn path=/main/branches/2.1.2/; revision=8156
Zac Medico [Mon, 15 Oct 2007 19:52:49 +0000 (19:52 -0000)]
Fix --help summary so that "commit" mode shows. (trunk r8140)
svn path=/main/branches/2.1.2/; revision=8141
Zac Medico [Mon, 15 Oct 2007 19:36:37 +0000 (19:36 -0000)]
Update emacs and vim docs to reference NOTE_2. (trunk r8138)
svn path=/main/branches/2.1.2/; revision=8139
Zac Medico [Mon, 15 Oct 2007 19:30:27 +0000 (19:30 -0000)]
Update NOTE_2 to document proper use of the using_editor
config option. (trunk r8136)
svn path=/main/branches/2.1.2/; revision=8137
Zac Medico [Mon, 15 Oct 2007 18:58:49 +0000 (18:58 -0000)]
Bug #195949 - Add one more using_editor conditional for
diff_command. (trunk r8130)
svn path=/main/branches/2.1.2/; revision=8135
Zac Medico [Mon, 15 Oct 2007 18:56:20 +0000 (18:56 -0000)]
Bug #195949 - Use a different diff_command sanity check
when using_editor is true. (trunk r8129)
svn path=/main/branches/2.1.2/; revision=8134
Zac Medico [Mon, 15 Oct 2007 18:51:04 +0000 (18:51 -0000)]
Document the "manifest" mode. (trunk r8126)
svn path=/main/branches/2.1.2/; revision=8133
Zac Medico [Mon, 15 Oct 2007 18:49:15 +0000 (18:49 -0000)]
Sort the modes in the repoman --help output. (trunk r8125)
svn path=/main/branches/2.1.2/; revision=8132
Zac Medico [Mon, 15 Oct 2007 18:46:12 +0000 (18:46 -0000)]
Remove the checks for files in symlinked directories
from the collision protect code since it hasn't been
needed ever since the followSymlinks parameter was
disabled for portage.listdir() calls in order to
prevent infinite recursion loops. (trunk r8120:8124)
svn path=/main/branches/2.1.2/; revision=8131
Zac Medico [Sat, 13 Oct 2007 19:06:35 +0000 (19:06 -0000)]
In some cases, openpty can be slow when it fails. Therefore,
stop trying to use it after the first failure. (trunk r8119)
svn path=/main/branches/2.1.2/; revision=8120
Zac Medico [Sat, 13 Oct 2007 18:19:34 +0000 (18:19 -0000)]
Avoid an error message from find when "${D}"/usr/share
does not exist. (trunk r8117)
svn path=/main/branches/2.1.2/; revision=8118
Zac Medico [Sat, 13 Oct 2007 17:48:01 +0000 (17:48 -0000)]
In the file collision eerror output, don't colorize the
file paths since the escape codes look ugly in the log.
(trunk r8113:8115)
svn path=/main/branches/2.1.2/; revision=8116
Zac Medico [Sat, 13 Oct 2007 06:46:15 +0000 (06:46 -0000)]
Handle the PortageException that can be raised from
portage.mail.send_mail(). (trunk r8102)
svn path=/main/branches/2.1.2/; revision=8103
Zac Medico [Sat, 13 Oct 2007 06:21:38 +0000 (06:21 -0000)]
Make the file collision eerror message less verbose
when in --quiet mode. (trunk r8100)
svn path=/main/branches/2.1.2/; revision=8101
Zac Medico [Sat, 13 Oct 2007 06:08:55 +0000 (06:08 -0000)]
In dblink.treewalk(), use os.walk() instead of portage.listdir()
in order to avoid cacheddir() bloat when listing the files to be
merged from ${D}.
Remove a chdir() call that's no longer needed for the
collision-protect symlink code.
(trunk r8095:8098)
svn path=/main/branches/2.1.2/; revision=8099
Zac Medico [Fri, 12 Oct 2007 22:36:05 +0000 (22:36 -0000)]
Bug #195370 - Filter some more bogus matches due to
old-style virtuals. (trunk r8093)
svn path=/main/branches/2.1.2/; revision=8094
Zac Medico [Fri, 12 Oct 2007 22:04:38 +0000 (22:04 -0000)]
Remove a redundant call to elog_process(). (trunk r8091)
svn path=/main/branches/2.1.2/; revision=8092
Zac Medico [Fri, 12 Oct 2007 21:44:11 +0000 (21:44 -0000)]
s:this package wants:this package will: (trunk r8089)
svn path=/main/branches/2.1.2/; revision=8090
Zac Medico [Fri, 12 Oct 2007 21:10:50 +0000 (21:10 -0000)]
Bug #195527 - Unconditionally detect file collisions and log
them as eerror messages via elog. This will allow us to
collect more file collision data but it won't be quite as
annoying as enabling collision-protect by default would be.
(trunk r8085:8087)
svn path=/main/branches/2.1.2/; revision=8088
Zac Medico [Fri, 12 Oct 2007 07:01:59 +0000 (07:01 -0000)]
Raise a PackageNotFound exception instead of a ValueError
in order to avoid ambiguity if an unexpected ValueError
occurs. (trunk r8043)
svn path=/main/branches/2.1.2/; revision=8072
Zac Medico [Fri, 12 Oct 2007 06:59:16 +0000 (06:59 -0000)]
Remove ambiguous "you should edit this file" warning.
(trunk r8040)
svn path=/main/branches/2.1.2/; revision=8071
Zac Medico [Fri, 12 Oct 2007 06:58:10 +0000 (06:58 -0000)]
Bug #195370 - Prevent bogus upgrade display when a
new-style virtual is first installed and it replaces
an old-style virtual. (trunk r8039)
svn path=/main/branches/2.1.2/; revision=8070
Zac Medico [Fri, 12 Oct 2007 06:26:39 +0000 (06:26 -0000)]
Make portdbapi.aux_get() cache more often. (trunk r8011)
svn path=/main/branches/2.1.2/; revision=8069
Zac Medico [Fri, 12 Oct 2007 06:25:26 +0000 (06:25 -0000)]
Properly exclude old-style virtuals from the
portdbapi.cp_list() cache. (trunk r8010)
svn path=/main/branches/2.1.2/; revision=8068
Zac Medico [Fri, 12 Oct 2007 06:23:04 +0000 (06:23 -0000)]
Remove a redundant os.access() call in portdbapi.aux_get()
and handle the potential OSError instead. (trunk r8009)
svn path=/main/branches/2.1.2/; revision=8067
Zac Medico [Fri, 12 Oct 2007 06:19:17 +0000 (06:19 -0000)]
Optimize away a match_from_list() call inside
portdbapi.xmatch("match-all") when given atom has no
operator or version. Also, make cp_list() use the
xmatch("match-all") cache when possible. (trunk r8008)
svn path=/main/branches/2.1.2/; revision=8066
Zac Medico [Fri, 12 Oct 2007 06:14:04 +0000 (06:14 -0000)]
Move the "commit" mode manifest generation earlier in order
to avoid digest verification issues when FEATURES="strict"
is enabled. (trunk r7994:7996)
svn path=/main/branches/2.1.2/; revision=8065
Zac Medico [Fri, 12 Oct 2007 06:09:14 +0000 (06:09 -0000)]
add --debug option and display a message about skipping
non-files so we dont get confusing loops where portage
claims there are things to update but etc-update claims
there are not (trunk r7994)
svn path=/main/branches/2.1.2/; revision=8064
Zac Medico [Fri, 12 Oct 2007 06:04:05 +0000 (06:04 -0000)]
add standard --help/--version options (trunk r7993)
svn path=/main/branches/2.1.2/; revision=8063
Zac Medico [Fri, 12 Oct 2007 06:02:31 +0000 (06:02 -0000)]
unify diff_command handling (trunk r7992)
svn path=/main/branches/2.1.2/; revision=8062
Zac Medico [Fri, 12 Oct 2007 05:56:36 +0000 (05:56 -0000)]
add support for .lzma / .tar.lzma to unpack
(trunk r7991)
svn path=/main/branches/2.1.2/; revision=8061
Zac Medico [Fri, 12 Oct 2007 05:53:05 +0000 (05:53 -0000)]
add QA check for .pyc/.pyo files in /usr/share
(trunk r7990)
svn path=/main/branches/2.1.2/; revision=8060
Zac Medico [Fri, 12 Oct 2007 05:51:13 +0000 (05:51 -0000)]
Handle Exceptions in mod_mail_summary.finalize() and
check if the server actually supports TLS, bug #183808
(trunk r7984 and r8058)
svn path=/main/branches/2.1.2/; revision=8059
Zac Medico [Fri, 12 Oct 2007 05:35:25 +0000 (05:35 -0000)]
let dohtml handle weird filenames, patch by TGL
(bug #171272) (trunk r7983)
svn path=/main/branches/2.1.2/; revision=8057
Zac Medico [Fri, 12 Oct 2007 05:32:21 +0000 (05:32 -0000)]
Add @localhost to default PORTAGE_ELOG_MAILFROM to
account for mail servers that don't accept mails
without a domainname (trunk r7982)
svn path=/main/branches/2.1.2/; revision=8056
Zac Medico [Fri, 5 Oct 2007 23:11:22 +0000 (23:11 -0000)]
Strip the - prefix from EAPI in getmaskingstatus()
if necessary. (trunk r7975)
svn path=/main/branches/2.1.2/; revision=7976
Zac Medico [Fri, 5 Oct 2007 21:39:20 +0000 (21:39 -0000)]
Shorten the reference to IUSE defaults since it's
now documented in ebuild(5). (trunk r7967)
svn path=/main/branches/2.1.2/; revision=7973
Zac Medico [Fri, 5 Oct 2007 21:38:21 +0000 (21:38 -0000)]
Document IUSE defaults. (trunk r7966)
svn path=/main/branches/2.1.2/; revision=7972
Zac Medico [Fri, 5 Oct 2007 21:36:24 +0000 (21:36 -0000)]
Document SLOT dependencies. (trunk r7962)
svn path=/main/branches/2.1.2/; revision=7971
Zac Medico [Fri, 5 Oct 2007 21:34:27 +0000 (21:34 -0000)]
Generalize the first paragraph of the MASKED PACKAGES section
and document binary package CHOST masking. (trunk r7958)
svn path=/main/branches/2.1.2/; revision=7970
Zac Medico [Fri, 5 Oct 2007 21:33:04 +0000 (21:33 -0000)]
Documnet EAPI in the MASKED PACKAGES section. (trunk r7951)
svn path=/main/branches/2.1.2/; revision=7969
Zac Medico [Fri, 5 Oct 2007 21:32:00 +0000 (21:32 -0000)]
Document the EAPI variable. (trunk r7948:7950)
svn path=/main/branches/2.1.2/; revision=7968
Zac Medico [Fri, 5 Oct 2007 04:20:56 +0000 (04:20 -0000)]
Bug #194764 - All the match* functions can raise
a ValueError if cpv_expand() receives an ambiguous
atom. Therefore, move the ValueError handling code
out of match() and use it to handle all such errors
when appropriate. (trunk r7944)
svn path=/main/branches/2.1.2/; revision=7945
Zac Medico [Fri, 5 Oct 2007 04:00:20 +0000 (04:00 -0000)]
Make the EbuildQuote check ignore lines beginning
with local or export builtins since unquoted
assignments are okay there. (trunk r7942)
svn path=/main/branches/2.1.2/; revision=7943
Zac Medico [Fri, 5 Oct 2007 03:33:12 +0000 (03:33 -0000)]
Eliminate confusing false positive error messages
for SRC_URI.syntax and digestentry.unused that are
reported when the SRC_URI for one or more ebuilds
can't be parsed for some reason. There's no point
in producing a false error here since the root
cause will produce a valid error elsewhere, such
as "SRC_URI.syntax" or "ebuild.sytax".
(trunk r7905)
svn path=/main/branches/2.1.2/; revision=7941
Zac Medico [Fri, 5 Oct 2007 03:24:17 +0000 (03:24 -0000)]
Handle UnsupportedAPIException when running the ebuild(1)
command. (trunk r7918)
svn path=/main/branches/2.1.2/; revision=7940
Zac Medico [Fri, 5 Oct 2007 03:20:50 +0000 (03:20 -0000)]
Include the package name in all exceptions raised from
portdbapi.getfetchlist() so that a redundant and
sometimes inaccurate message doesn't have to be shown
when the error is caught in digestgen(). (trunk r7917)
svn path=/main/branches/2.1.2/; revision=7939
Zac Medico [Fri, 5 Oct 2007 03:17:02 +0000 (03:17 -0000)]
Make portdbapi.getfetchlist() bail out if the EAPI
is unsupported. This makes it impossible for an
unsupported EAPI to result in invalid Manifest
generation. (trunk r7916)
svn path=/main/branches/2.1.2/; revision=7938
Zac Medico [Fri, 5 Oct 2007 03:13:52 +0000 (03:13 -0000)]
Fix logic for the message that's show when
--force is disabled. (trunk r7915)
svn path=/main/branches/2.1.2/; revision=7937
Zac Medico [Fri, 5 Oct 2007 03:12:39 +0000 (03:12 -0000)]
Make repoman bail out if it is unable to properly
access ebuild metadata for some reason. In this
case it's impossible to generate a Manifest and
therefore the --force option has to be disabled.
(trunk r7914)
svn path=/main/branches/2.1.2/; revision=7936
Zac Medico [Fri, 5 Oct 2007 03:05:50 +0000 (03:05 -0000)]
Add EAPI masking support for binary packages. (trunk r7913)
svn path=/main/branches/2.1.2/; revision=7935
Zac Medico [Fri, 5 Oct 2007 02:54:19 +0000 (02:54 -0000)]
Fix UnsupportedAPIException.__str__() to strip the leading negative
sign (-) from the EAPI, to prevent confusion. (trunk r7912)
svn path=/main/branches/2.1.2/; revision=7934
Zac Medico [Fri, 5 Oct 2007 02:50:59 +0000 (02:50 -0000)]
When the metadata cache contains a negative EAPI, it means
that the cache entry was generated by a version of portage
that did not support the eapi. When the user upgrades to a
version that now supports the previously unsupported EAPI,
those cache entries need to be regenerated. Therefore,
when a cache entry has a negative EAPI, check if the EAPI
would be supported and trigger a regen if appropriate.
(trunk r7910 and r7919)
svn path=/main/branches/2.1.2/; revision=7933
Zac Medico [Fri, 5 Oct 2007 02:46:25 +0000 (02:46 -0000)]
Bump EAPI from 0 to 1 and fix eapi_is_supported() so that
it works properly with both 0 and 1. (trunk r7909)
svn path=/main/branches/2.1.2/; revision=7932
Zac Medico [Fri, 5 Oct 2007 02:42:24 +0000 (02:42 -0000)]
no need to use "function" when defining a function (trunk r7908)
svn path=/main/branches/2.1.2/; revision=7931
Zac Medico [Fri, 5 Oct 2007 02:40:50 +0000 (02:40 -0000)]
this isnt part of gentoolkit anymore (trunk r7907)
svn path=/main/branches/2.1.2/; revision=7930
Zac Medico [Fri, 5 Oct 2007 02:40:07 +0000 (02:40 -0000)]
Update the docs for the "ebuild.syntax" error to
indicate that a digest verification failure can
trigger it. (trunk r7905)
svn path=/main/branches/2.1.2/; revision=7929
Zac Medico [Fri, 5 Oct 2007 02:32:25 +0000 (02:32 -0000)]
Port the EbuildQuote check from trunk. (trunk r7904)
svn path=/main/branches/2.1.2/; revision=7928
Zac Medico [Fri, 5 Oct 2007 02:05:15 +0000 (02:05 -0000)]
Bug #194398 - Do not log "exiting successfully" in emerge.log
unless the status really is successful. Otherwise, log
"exiting unsuccessfully". Thanks to David Watzke. (trunk r7900)
svn path=/main/branches/2.1.2/; revision=7927
Zac Medico [Fri, 5 Oct 2007 01:59:15 +0000 (01:59 -0000)]
Bug #142508 - Clear the screen each time before calling
the "diff" command so that any remnants of the previous
config are now shown with the current one. (trunk r7893)
svn path=/main/branches/2.1.2/; revision=7926
Zac Medico [Fri, 5 Oct 2007 01:54:54 +0000 (01:54 -0000)]
Reimplement portdbapi.visible() so that is works without
using self.xmatch(). This should be 100% compatible with
the previous implementation and have comparable
performance. By eliminating the xmatch() dependency, the
code becomes more generically usable, like for
visibility filtering of binary packages. It seems that
it will be necessary to move this code outside of the
dbapi since visiblity filtering is really a resolver
level function and to solve things like bug #88613 will
require a more flexible approach. (trunk r7892)
svn path=/main/branches/2.1.2/; revision=7925
Zac Medico [Fri, 5 Oct 2007 01:46:52 +0000 (01:46 -0000)]
Document interaction between config.setinst() and
old-style virtuals preferences. (trunk r7891)
svn path=/main/branches/2.1.2/; revision=7924
Zac Medico [Fri, 5 Oct 2007 01:44:47 +0000 (01:44 -0000)]
Remove redundant trailing slashes from ${D}. (trunk r7890)
svn path=/main/branches/2.1.2/; revision=7923
Zac Medico [Fri, 5 Oct 2007 01:42:57 +0000 (01:42 -0000)]
Initialize PORTAGE_TMPDIR before using it. (trunk r7887)
svn path=/main/branches/2.1.2/; revision=7922
Zac Medico [Fri, 5 Oct 2007 01:41:08 +0000 (01:41 -0000)]
Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)
svn path=/main/branches/2.1.2/; revision=7921
Zac Medico [Fri, 5 Oct 2007 01:37:04 +0000 (01:37 -0000)]
Bug #194095 - Validate dispatch-conf input in order to
prevent spurious input characters from being interpreted
as user input (which can be quite confusing and gives
an "out of control" feeling). (trunk r7877)
svn path=/main/branches/2.1.2/; revision=7920
Zac Medico [Wed, 3 Oct 2007 16:19:14 +0000 (16:19 -0000)]
Bug #179380 - Make the default src_compile() support ECONF_SOURCE
if EAPI > 0. (trunk r6567)
svn path=/main/branches/2.1.2/; revision=7906
Zac Medico [Fri, 28 Sep 2007 21:52:51 +0000 (21:52 -0000)]
Bug #193548 - When scanning for config updates and an error
occurs, send find's stdout to /dev/null so that only an
error message is shown. (trunk r7875)
svn path=/main/branches/2.1.2/; revision=7876
Zac Medico [Fri, 28 Sep 2007 20:16:48 +0000 (20:16 -0000)]
When scanning for config updates, treat a symlink to an existing
directory as if it's just a normal directory. (trunk r7873)
svn path=/main/branches/2.1.2/; revision=7874
Zac Medico [Fri, 28 Sep 2007 18:13:58 +0000 (18:13 -0000)]
Bug #193548 - When emerge spawns find to search for config updates,
show the find output if there is an error. (trunk r7871)
svn path=/main/branches/2.1.2/; revision=7872
Zac Medico [Fri, 28 Sep 2007 17:09:24 +0000 (17:09 -0000)]
Bug #194081 - Add EBUSY to the list of ignored errnos for unlink
and rmdir calls during unmerge. (trunk r7869)
svn path=/main/branches/2.1.2/; revision=7870
Zac Medico [Fri, 28 Sep 2007 06:41:36 +0000 (06:41 -0000)]
Bug #192706 - Do not print a summary at the end of --depclean if
there is nothing to clean and --quiet is enabled. (trunk r7838)
svn path=/main/branches/2.1.2/; revision=7868