Zac Medico [Fri, 28 Mar 2008 11:41:36 +0000 (11:41 -0000)]
Bug #212080 - Don't list files as being merged when they are ignored due
to confmem. (trunk r9426)
svn path=/main/branches/2.1.2/; revision=9545
Zac Medico [Fri, 28 Mar 2008 11:38:34 +0000 (11:38 -0000)]
Bug #212152 - Check available space in DISTDIR before trying to
fetch/copy a file. (trunk r9425, r9502, and 9504:9506)
svn path=/main/branches/2.1.2/; revision=9544
Zac Medico [Fri, 28 Mar 2008 11:32:06 +0000 (11:32 -0000)]
Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. Thanks
to igli for suggesting. (trunk r9418)
svn path=/main/branches/2.1.2/; revision=9543
Zac Medico [Fri, 28 Mar 2008 11:30:25 +0000 (11:30 -0000)]
Bug #200385 - Stack use flags from package.*use* files for multiple
matching atoms. (trunk r9408 and r9409:9415)
svn path=/main/branches/2.1.2/; revision=9542
Zac Medico [Fri, 28 Mar 2008 11:16:33 +0000 (11:16 -0000)]
separate different messages with newlines in post-emerge output
(trunk r9394)
svn path=/main/branches/2.1.2/; revision=9541
Zac Medico [Fri, 28 Mar 2008 11:11:12 +0000 (11:11 -0000)]
Bug #211554 - Replace references to config["USE"] with references to
config["PORTAGE_USE"] (which is filtered for intersection with IUSE)
so that dependency calculations at installation time are consistent
with those at depclean time. (trunk r9391:9393)
svn path=/main/branches/2.1.2/; revision=9540
Zac Medico [Fri, 28 Mar 2008 10:21:22 +0000 (10:21 -0000)]
Merge emerge-webrsync from trunk for bugs #210945 and #130039.
svn path=/main/branches/2.1.2/; revision=9539
Zac Medico [Fri, 28 Mar 2008 09:46:43 +0000 (09:46 -0000)]
Revert portdbapi category auto-detection code since it's not really needed
and can cause problems if we need to add new non-category directories in
the future. We only really need the category auto-detection for bindbapi and
vardbapi anyway. (trunk r9368)
svn path=/main/branches/2.1.2/; revision=9536
Zac Medico [Fri, 28 Mar 2008 09:43:03 +0000 (09:43 -0000)]
Add support for file paths as arguments to emerge. If an argument starts
with / and it's not recognized as a tbz2 or ebuild then we try to find
and owner in the vdb and generate a slot atom from it. Thanks to solar
for the suggestion. (trunk r9367)
svn path=/main/branches/2.1.2/; revision=9535
Zac Medico [Fri, 28 Mar 2008 09:32:04 +0000 (09:32 -0000)]
Optimize dblink.isowner() to use fewer stat calls by doing a basename
comparison to try and eliminate the file before resorting to inode
comparison. This speeds up the `portageq owners` command as well as
the search that is done when collision-protect finds a collision.
(trunk r9363)
svn path=/main/branches/2.1.2/; revision=9534
Zac Medico [Fri, 28 Mar 2008 09:30:19 +0000 (09:30 -0000)]
Bug #210667 - In the circular dependency display, drop PDEPEND (aka
MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362)
svn path=/main/branches/2.1.2/; revision=9533
Zac Medico [Fri, 28 Mar 2008 09:24:10 +0000 (09:24 -0000)]
Make stack_dicts() treat an empty variable assignment just like a non-empty
assignment. This allows the profile to set and empty variable in make.defaults
and have it override a non-empty value as one would expect. (trunk r9361)
svn path=/main/branches/2.1.2/; revision=9532
Zac Medico [Fri, 28 Mar 2008 09:21:51 +0000 (09:21 -0000)]
Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() state
variables in case the user is running the install phase multiple times
consecutively via the ebuild command. (trunk r9357)
svn path=/main/branches/2.1.2/; revision=9531
Zac Medico [Fri, 28 Mar 2008 09:12:49 +0000 (09:12 -0000)]
Bug #201045 - Use a topological sort to create an unmerge order such that
each package is unmerged before it's dependencies. This is necessary to
avoid breaking things that may need to run during pkg_prerm or pkg_postrm
phases. (trunk r9337:9341, 9343, 9344:9347, 9350, 9385, and 9483)
svn path=/main/branches/2.1.2/; revision=9530
Zac Medico [Fri, 28 Mar 2008 08:44:36 +0000 (08:44 -0000)]
Remove IUSE.invalid from qawarnings since there's no reason for
it not to be fatal. Thanks to Betelgeuse. (trunk r9344)
svn path=/main/branches/2.1.2/; revision=9529
Zac Medico [Thu, 27 Mar 2008 04:50:32 +0000 (04:50 -0000)]
Bug #212882
- For compatibility with ENOENT exceptions raised from
fstat calls with CIFS, wrap fstat calls with an appropriate exception
handler. (trunk r9474)
- Fix lockfile() to handle errno.EACCES raised from the fcntl
call since the spec says that it's equivalent to EAGAIN and it appears that
CIFS returns EACCES in this case. (trunk r9458)
svn path=/main/branches/2.1.2/; revision=9518
Zac Medico [Thu, 27 Mar 2008 04:41:17 +0000 (04:41 -0000)]
Make --noreplace take precedence over --newuse, as suggested by wolf31o2.
(trunk r9512:9514)
svn path=/main/branches/2.1.2/; revision=9517
Zac Medico [Thu, 27 Mar 2008 04:35:36 +0000 (04:35 -0000)]
revert previous commit since it had portage_locks stuff mixed in
svn path=/main/branches/2.1.2/; revision=9516
Zac Medico [Thu, 27 Mar 2008 04:33:23 +0000 (04:33 -0000)]
Make --noreplace take precedence over --newuse, as suggested by wolf31o2.
(trunk r9512:9514)
svn path=/main/branches/2.1.2/; revision=9515
Zac Medico [Fri, 14 Mar 2008 18:20:49 +0000 (18:20 -0000)]
Sync the fixes for bug #211949 from trunk.
svn path=/main/branches/2.1.2/; revision=9465
Zac Medico [Fri, 14 Mar 2008 17:31:55 +0000 (17:31 -0000)]
When showing an unsatisfied dep, never include installed packages. (trunk r9360)
svn path=/main/branches/2.1.2/; revision=9464
Zac Medico [Tue, 4 Mar 2008 04:51:54 +0000 (04:51 -0000)]
Bug #211949 - Fix the regex so that it won't match the = character (equals
sign). (trunk r9429)
svn path=/main/branches/2.1.2/; revision=9430
Zac Medico [Mon, 3 Mar 2008 19:24:05 +0000 (19:24 -0000)]
Bug #210372 - Fix FEATURES=suidctl so that it really works again.
(trunk r9423)
svn path=/main/branches/2.1.2/; revision=9424
Zac Medico [Mon, 3 Mar 2008 10:25:40 +0000 (10:25 -0000)]
Bug #211949 - Tweak the regex so that a leading whitespace character
cannot match the required non-alphanumeric group. (trunk r9421)
svn path=/main/branches/2.1.2/; revision=9422
Zac Medico [Mon, 3 Mar 2008 10:17:04 +0000 (10:17 -0000)]
Fix the regex for bug #211949 so that it correctly matches variable
names that contain more than one non-alphanumeric character. (trunk r9419)
svn path=/main/branches/2.1.2/; revision=9420
Zac Medico [Sun, 2 Mar 2008 23:28:12 +0000 (23:28 -0000)]
Bug #211949 - As suggested by vapier, tighten the variable filter to also
exclude variable names that begin with a digit or that contain any
non-alphanumeric characters that are not be supported by bash. (trunk r9416)
svn path=/main/branches/2.1.2/; revision=9417
Zac Medico [Sat, 1 Mar 2008 08:31:39 +0000 (08:31 -0000)]
Bug #211949 - Make filter_readonly_variables() remove any variables
with names containing a hyphen since bash does not allow them.
(trunk r9402)
svn path=/main/branches/2.1.2/; revision=9403
Zac Medico [Sat, 1 Mar 2008 00:10:37 +0000 (00:10 -0000)]
Make 'import portage' statements more tolerant to broken source statements
in make.conf since exceptions thrown during 'import portage' statements
can practically render the api unusable for api consumers. Thanks to lxnay
for the suggestion. (trunk r9400)
svn path=/main/branches/2.1.2/; revision=9401
Zac Medico [Wed, 27 Feb 2008 16:02:34 +0000 (16:02 -0000)]
Bug #211294 - Make repoman ignore profiles labeled with anything other
than "stable" or "dev" in profiles.desc so that we can extend it with
new labels such as "exp". (trunk r9389)
svn path=/main/branches/2.1.2/; revision=9390
Zac Medico [Mon, 25 Feb 2008 23:57:54 +0000 (23:57 -0000)]
Bug #211365 - Use catpkgsplit() instead of pkgsplit() on the cpv in the
dblink constructor since otherwise weird categories containing numbers
can make pkgsplit() return None (likely related to version regex handling).
svn path=/main/branches/2.1.2/; revision=9383
Zac Medico [Fri, 22 Feb 2008 06:48:03 +0000 (06:48 -0000)]
Bug #211067 - Make the "portdir_overlay" and "mydir" variables contain
paths that are consistent wrt eachother regardless of any path
irregularities that can be induced by symlinks. Consistency is achieved
by regenerating one of the paths to ensure that both paths have the exact
same mapping between inodes and paths. This consistency ensures that the
path manipulations used to calculate "repolevel" will work as intended.
(trunk r9365)
svn path=/main/branches/2.1.2/; revision=9366
Zac Medico [Tue, 19 Feb 2008 05:39:40 +0000 (05:39 -0000)]
Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.
(trunk r9355)
svn path=/main/branches/2.1.2/; revision=9356
Zac Medico [Tue, 12 Feb 2008 04:15:51 +0000 (04:15 -0000)]
Bug #209768 - Fix --search "Size of files:" handling so that it properly
shows the "Unknown (missing digest)" message instead of a traceback.
(trunk r9333)
svn path=/main/branches/2.1.2/; revision=9334
Zac Medico [Sun, 10 Feb 2008 23:39:16 +0000 (23:39 -0000)]
Bug #209538 - Disable annoying "masked by keyword" warnings for installed
packages. We can assume that if the user accepted the keywords at merge
time then they never want to be bothered again. (trunk r9330)
svn path=/main/branches/2.1.2/; revision=9331
Zac Medico [Sun, 10 Feb 2008 03:16:42 +0000 (03:16 -0000)]
Fix CHOST masking logic wrt installed packages so that it's consistent
between visible() and get_masking_status(). (trunk r9324)
svn path=/main/branches/2.1.2/; revision=9325
Zac Medico [Sun, 10 Feb 2008 02:57:18 +0000 (02:57 -0000)]
Pass the myparent parameter into _show_unsatisfied_dep() when
available.
svn path=/main/branches/2.1.2/; revision=9323
Zac Medico [Sun, 10 Feb 2008 01:53:56 +0000 (01:53 -0000)]
Fix the exitcode logic for bug #209144 so that when the server is
out of date it's not interpreted like an actual rsync exitcode
(to avoid a misleading exitcode interpretation message). (trunk r9320)
Bug #209144 - For emerge --sync, show an informative error and don't
return 1 when PORTAGE_RSYNC_RETRIES is exceeded. (trunk r9321)
svn path=/main/branches/2.1.2/; revision=9322
Zac Medico [Sun, 10 Feb 2008 00:39:38 +0000 (00:39 -0000)]
Fix get_mask_info() to properly pass the "installed" attribute into
the Package constructor. (trunk r9318)
svn path=/main/branches/2.1.2/; revision=9319
Zac Medico [Sat, 9 Feb 2008 22:18:52 +0000 (22:18 -0000)]
Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is used
as the default expression if none other is given. (trunk r9313)
svn path=/main/branches/2.1.2/; revision=9314
Zac Medico [Sat, 9 Feb 2008 09:45:26 +0000 (09:45 -0000)]
Fix a changed variable name.
svn path=/main/branches/2.1.2/; revision=9306
Zac Medico [Sat, 9 Feb 2008 09:19:44 +0000 (09:19 -0000)]
For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
of egrep since apparently it's compatible in this case. Thanks to
igli for this. (trunk r9279)
svn path=/main/branches/2.1.2/; revision=9305
Zac Medico [Sat, 9 Feb 2008 09:18:52 +0000 (09:18 -0000)]
Make qa_source and qa_call save the return value and return it. Thanks
to igli for suggesting. (trunk r9278)
svn path=/main/branches/2.1.2/; revision=9304
Zac Medico [Sat, 9 Feb 2008 09:15:38 +0000 (09:15 -0000)]
Use local time for elog summaries (trunk r9273)
svn path=/main/branches/2.1.2/; revision=9303
Zac Medico [Sat, 9 Feb 2008 06:26:39 +0000 (06:26 -0000)]
Bug #208708 - Show informative warning messages for installed
packages that are masked. (trunk r9301)
svn path=/main/branches/2.1.2/; revision=9302
Zac Medico [Fri, 8 Feb 2008 11:43:56 +0000 (11:43 -0000)]
Fix some broken variable references found by pyflakes.
svn path=/main/branches/2.1.2/; revision=9298
Zac Medico [Fri, 8 Feb 2008 11:15:30 +0000 (11:15 -0000)]
Fix old broken binary package visibility filtering code inside
depgraph.select_files() and xcreate().
svn path=/main/branches/2.1.2/; revision=9297
Zac Medico [Fri, 8 Feb 2008 10:19:19 +0000 (10:19 -0000)]
Bug #208708 - Fix masked package display some more:
- Warn if all matching ebuilds are masked or the installed
package itself is masked.
- Do not warn if there are simply no matching ebuilds since
that would be annoying in some cases.
(trunk r9293)
svn path=/main/branches/2.1.2/; revision=9296
Zac Medico [Fri, 8 Feb 2008 10:04:59 +0000 (10:04 -0000)]
Fix depgraph.select_files() so that arguments are expanded
against the vardb when expansion against the binary repo
fails in --usepkgonly mode.
svn path=/main/branches/2.1.2/; revision=9295
Zac Medico [Fri, 8 Feb 2008 08:48:51 +0000 (08:48 -0000)]
Don't show unmasked packages (currently installed packages) in
the masking display. (trunk r9292)
svn path=/main/branches/2.1.2/; revision=9294
Zac Medico [Fri, 8 Feb 2008 04:42:48 +0000 (04:42 -0000)]
Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)
svn path=/main/branches/2.1.2/; revision=9291
Zac Medico [Fri, 8 Feb 2008 00:33:33 +0000 (00:33 -0000)]
Bug #208743 - Clarify dosed docs to indicate that sed is performed
in place of a file in ${D}. (trunk r9287)
svn path=/main/branches/2.1.2/; revision=9288
Zac Medico [Fri, 8 Feb 2008 00:20:50 +0000 (00:20 -0000)]
Bug #208782 - Consistently use double quotes rather than mixining in single
quotes. (trunk r9285)
svn path=/main/branches/2.1.2/; revision=9286
Zac Medico [Fri, 8 Feb 2008 00:14:04 +0000 (00:14 -0000)]
Bug #209144 - For emerge --sync, don't return 0 when the server
is out of date. (trunk r9283)
svn path=/main/branches/2.1.2/; revision=9284
Zac Medico [Thu, 7 Feb 2008 23:40:30 +0000 (23:40 -0000)]
Bug #155993 - Update environment.bz2 after postinst in case
installation phases need to pass some variables to
uninstallation phases. (trunk r9281)
svn path=/main/branches/2.1.2/; revision=9282
Zac Medico [Fri, 1 Feb 2008 04:38:29 +0000 (04:38 -0000)]
portage-2.1.4.1 (trunk r9264)
svn path=/main/branches/2.1.2/; revision=9265
Zac Medico [Fri, 1 Feb 2008 03:14:41 +0000 (03:14 -0000)]
Remove the manifest1 digest file removal code since it's no longer
needed. (trunk r9262)
svn path=/main/branches/2.1.2/; revision=9263
Zac Medico [Fri, 1 Feb 2008 02:55:55 +0000 (02:55 -0000)]
Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it's
no longer needed. (trunk r9260)
svn path=/main/branches/2.1.2/; revision=9261
Zac Medico [Fri, 1 Feb 2008 00:06:38 +0000 (00:06 -0000)]
Make the manifest1_compat constructor parameter default to False
to prevent potential interference from stale old digest files in
overlays. (trunk r9258)
svn path=/main/branches/2.1.2/; revision=9259
Zac Medico [Thu, 31 Jan 2008 23:48:20 +0000 (23:48 -0000)]
Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. Thanks
to Ed Catmur <ed@catmur.co.uk> for this patch. (trunk r9256)
svn path=/main/branches/2.1.2/; revision=9257
Zac Medico [Thu, 31 Jan 2008 20:32:39 +0000 (20:32 -0000)]
Disable manifest1_compat for ebuild --force digest. (trunk r9254)
svn path=/main/branches/2.1.2/; revision=9255
Zac Medico [Thu, 31 Jan 2008 20:10:20 +0000 (20:10 -0000)]
Unconditionally disable manifest1 compatibility since it's been dropped
from the main tree and nobody needs it anymore. (trunk r9252)
svn path=/main/branches/2.1.2/; revision=9253
Zac Medico [Thu, 31 Jan 2008 10:08:52 +0000 (10:08 -0000)]
fix typo
svn path=/main/branches/2.1.2/; revision=9251
Zac Medico [Thu, 31 Jan 2008 09:32:13 +0000 (09:32 -0000)]
Make the autotools.eclass functions exempt from the autotools
QA Notice. (trunk r9249)
svn path=/main/branches/2.1.2/; revision=9250
Zac Medico [Thu, 31 Jan 2008 08:26:40 +0000 (08:26 -0000)]
Add 'local' to the list of non_category_dirs since it's commonly
used for layman overlays. (trunk r9241)
svn path=/main/branches/2.1.2/; revision=9248
Zac Medico [Thu, 31 Jan 2008 08:20:22 +0000 (08:20 -0000)]
- Remove ebuild.autotools repoman check since it produces lots
of false positives (bug #207104) and its hard to parse bash
- Use QA_INTERCEPTORS in ebuild.sh to implement a runtime
'QA Notice' when autotools is called directly
trunk r9235
svn path=/main/branches/2.1.2/; revision=9247
Zac Medico [Thu, 31 Jan 2008 08:07:51 +0000 (08:07 -0000)]
Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220)
svn path=/main/branches/2.1.2/; revision=9246
Zac Medico [Thu, 31 Jan 2008 08:06:18 +0000 (08:06 -0000)]
Replace the current diefunc() and die alias with a single die() function.
The previous arguments to diefunc() weren't used anyway. The result is
that the die message looks better because it doesn't show the alias and
all of it's arguments which are totally irrelevant. (trunk r9215:9217)
svn path=/main/branches/2.1.2/; revision=9245
Zac Medico [Thu, 31 Jan 2008 07:55:17 +0000 (07:55 -0000)]
Add a note that PORTDIR is a repository of software and that users
should not add random directories in it. (trunk r9209)
svn path=/main/branches/2.1.2/; revision=9243
Zac Medico [Thu, 31 Jan 2008 06:18:40 +0000 (06:18 -0000)]
Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)
svn path=/main/branches/2.1.2/; revision=9240
Zac Medico [Thu, 31 Jan 2008 05:52:54 +0000 (05:52 -0000)]
Bug #138159 - add support for --version (trunk r9200)
svn path=/main/branches/2.1.2/; revision=9239
Zac Medico [Thu, 31 Jan 2008 04:06:07 +0000 (04:06 -0000)]
Bug #205966 - Don't show binhost password when displaying the uri. Thanks
to Mike "Fuzzy" Partin <fuzzyoni@gmail.com>.
svn path=/main/branches/2.1.2/; revision=9237
Zac Medico [Wed, 30 Jan 2008 20:03:44 +0000 (20:03 -0000)]
Pass db_keys in to the FakeVartree constructor (merged from trunk). This
solves an issue with EAPI missing from the key list which triggers invalid
EAPI messages for masked packages in cases where there is an installed
version and all ebuilds are masked.
svn path=/main/branches/2.1.2/; revision=9234
Zac Medico [Sat, 12 Jan 2008 02:55:18 +0000 (02:55 -0000)]
Add some notes about enhancements related to binary package support
that's now in 2.1.4. (trunk r9197)
svn path=/main/branches/2.1.2/; revision=9198
Zac Medico [Sat, 12 Jan 2008 01:47:04 +0000 (01:47 -0000)]
In preprocess_ebuild_env(), move a filter_readonly_variables call
out of a subshell since FreeBSD and prefix users have reported
apparent corruption of the PATH environment variable that triggers
calls to the wrong version of sed (one that does not support the
-r option). (trunk r9193:9195)
svn path=/main/branches/2.1.2/; revision=9196
Zac Medico [Sat, 12 Jan 2008 00:19:19 +0000 (00:19 -0000)]
Replace hardcoded value with max_desc_len. (trunk r9192)
svn path=/main/branches/2.1.2/; revision=9193
Zac Medico [Fri, 11 Jan 2008 23:44:10 +0000 (23:44 -0000)]
Bug #203887 - Make repoman recognize RESTRICT="installsources".
(trunk r9190)
svn path=/main/branches/2.1.2/; revision=9191
Zac Medico [Fri, 11 Jan 2008 23:10:38 +0000 (23:10 -0000)]
Bug #205318 - Handle errno.ENOTDIR thrown from the lstat call
inside dblink._security_check(). (trunk r9188)
svn path=/main/branches/2.1.2/; revision=9189
Zac Medico [Fri, 11 Jan 2008 22:25:02 +0000 (22:25 -0000)]
Adjust the max DESCRIPTION.toolong length to 100 characters so that
it's not too small and only about 3% of packages will trigger it.
(trunk r9186)
svn path=/main/branches/2.1.2/; revision=9187
Zac Medico [Fri, 11 Jan 2008 11:59:32 +0000 (11:59 -0000)]
Fix a typo. (trunk r9184)
svn path=/main/branches/2.1.2/; revision=9185
Zac Medico [Fri, 11 Jan 2008 11:51:28 +0000 (11:51 -0000)]
Add a new "ebuild.autotools" check for when ebuilds call
autotools directly instead of using autotools.eclass.
Thanks to Betelgeuse for the initial patch.
(trunk r9179)
svn path=/main/branches/2.1.2/; revision=9183
Zac Medico [Fri, 11 Jan 2008 11:41:55 +0000 (11:41 -0000)]
* Make pkgcmp() pass the ebuild revision directly into vercmp() since
there is code there to handle it already. This eliminates some
redundant revision comparison code. Thanks to peper for the patch.
* Add some vercmp() test cases for comparison of ebuild revisions.
(trunk r9178)
svn path=/main/branches/2.1.2/; revision=9182
Zac Medico [Fri, 11 Jan 2008 11:37:09 +0000 (11:37 -0000)]
Add a DESCRIPTION.toolong warning for when the DESCRIPTION line is
over 80 characters long. Thanks to Betelgeuse for the patch.
(trunk r9177)
svn path=/main/branches/2.1.2/; revision=9181
Zac Medico [Fri, 11 Jan 2008 09:40:49 +0000 (09:40 -0000)]
Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
encouraging users to report 'poor programming practices' QA issues
upstream and show them the $HOMEPAGE for convenience. (trunk r9176)
svn path=/main/branches/2.1.2/; revision=9180
Zac Medico [Fri, 11 Jan 2008 05:49:57 +0000 (05:49 -0000)]
Bug #203887 - Implement RESTRICT=installsources for binaries that are
not compatible with debugedit. (trunk r9167)
svn path=/main/branches/2.1.2/; revision=9175
Zac Medico [Fri, 11 Jan 2008 05:49:02 +0000 (05:49 -0000)]
Bug #203316 - Fix isvalidatom() to properly detect invalid operators
used together with slot atoms. Thanks to Arfrever Frehtes Taifersar
Arahesis <Arfrever.FTA@GMail.Com> for the patch. (trunk r9166)
svn path=/main/branches/2.1.2/; revision=9174
Zac Medico [Fri, 11 Jan 2008 05:47:25 +0000 (05:47 -0000)]
Make sure that portdb.findname() returns the correct ebuild.
(trunk r9164:9165)
svn path=/main/branches/2.1.2/; revision=9173
Zac Medico [Fri, 11 Jan 2008 05:44:54 +0000 (05:44 -0000)]
Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.
This allows the rsync program to choose the preferred --delete algorithm,
or the user can choose one via PORTAGE_RSYNC_EXTRA_OPTS. (trunk r9163)
svn path=/main/branches/2.1.2/; revision=9172
Zac Medico [Fri, 11 Jan 2008 05:40:55 +0000 (05:40 -0000)]
Bug#204668 - Fix WORKDIR quoting in econf() when updating
config.guess and config.sub. (trunk r9162)
svn path=/main/branches/2.1.2/; revision=9171
Zac Medico [Fri, 11 Jan 2008 05:39:08 +0000 (05:39 -0000)]
After loading the environment, make sure the color variables
are in sync with the current NOCOLOR setting. (trunk r9158)
svn path=/main/branches/2.1.2/; revision=9170
Zac Medico [Fri, 11 Jan 2008 05:37:37 +0000 (05:37 -0000)]
When spawing the "depend" phase, use file descriptors from sys.std*
streams. (trunk r9157)
svn path=/main/branches/2.1.2/; revision=9169
Zac Medico [Fri, 11 Jan 2008 05:33:52 +0000 (05:33 -0000)]
per bug 204468, remove old check from repoman (all ebuilds in
gentoo-x86 are migrated). (trunk r9144)
svn path=/main/branches/2.1.2/; revision=9168
Zac Medico [Thu, 10 Jan 2008 23:07:06 +0000 (23:07 -0000)]
Bug #162542 - When dropping privileges for FEATURES=userpriv,
automatically detect permission problems with CCACHE_DIR and
recursively adjust permissions only when necessary.
(trunk r9160)
svn path=/main/branches/2.1.2/; revision=9161
Zac Medico [Mon, 7 Jan 2008 22:19:15 +0000 (22:19 -0000)]
Bug #204753 - Add "distfiles" and "packages" to the list of
non-category directories. (trunk r9155)
svn path=/main/branches/2.1.2/; revision=9156
Zac Medico [Sun, 6 Jan 2008 20:25:17 +0000 (20:25 -0000)]
Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)
svn path=/main/branches/2.1.2/; revision=9152
Zac Medico [Sat, 5 Jan 2008 22:01:57 +0000 (22:01 -0000)]
Make filter_readonly_variables() filter PATH in any case since
we never want to save of reload it. (trunk r9147)
svn path=/main/branches/2.1.2/; revision=9148
Zac Medico [Sat, 5 Jan 2008 21:34:13 +0000 (21:34 -0000)]
Filter PATH along with FEATURES when loading environment.bz2.
(trunk r9145)
svn path=/main/branches/2.1.2/; revision=9146
Zac Medico [Fri, 4 Jan 2008 20:49:29 +0000 (20:49 -0000)]
Send eerror and ewarn messages to stderr. This is important in
case somebody calls portageq inside a global scope command
substitution. The output needs to go to stderr so that the
die message from the subshell is visible. (trunk r9140)
svn path=/main/branches/2.1.2/; revision=9141
Zac Medico [Thu, 3 Jan 2008 15:39:30 +0000 (15:39 -0000)]
Recognize export statements when filtering the environment. This
is needed for compatibility with environment.bz2 files generated
by paludis. (trunk r9137)
svn path=/main/branches/2.1.2/; revision=9138
Zac Medico [Wed, 2 Jan 2008 15:02:23 +0000 (15:02 -0000)]
Bug #204020 - Make grabfile() properly raise PermissionDenied when
appropriate instead of silently ignoring permission errors.
(trunk r9135)
svn path=/main/branches/2.1.2/; revision=9136
Zac Medico [Mon, 31 Dec 2007 19:18:57 +0000 (19:18 -0000)]
Bug #203919 - Define missing base_url variable to fix NameError
when using PORTAGE_BINHOST.
svn path=/main/branches/2.1.2/; revision=9130