portage.git
15 years agoMake listdir(ignorecvs=True) ignore .git directories. Thanks to Christian
Zac Medico [Wed, 11 Mar 2009 03:21:20 +0000 (03:21 -0000)]
Make listdir(ignorecvs=True) ignore .git directories. Thanks to Christian
Ruppert for the suggestion. (trunk r12545)

svn path=/main/branches/2.1.6/; revision=12831

15 years agoFix interaction between ignorelist and ignorecvs parameters inside cacheddir().
Zac Medico [Wed, 11 Mar 2009 03:21:01 +0000 (03:21 -0000)]
Fix interaction between ignorelist and ignorecvs parameters inside cacheddir().
Thanks to Christian Ruppert for reporting. (trunk r12544)

svn path=/main/branches/2.1.6/; revision=12830

15 years agoBug #199408 - Always enable the skip_masked and skip_unsatisfied for the
Zac Medico [Wed, 11 Mar 2009 03:20:18 +0000 (03:20 -0000)]
Bug #199408 - Always enable the skip_masked and skip_unsatisfied for the
resume_depgraph() function. This will cause emerge --resume to automatically
drop masked packages (without the need to specify --skipfirst). (trunk r12543)

svn path=/main/branches/2.1.6/; revision=12829

15 years agoIn depgraph.loadResumeCommand(), account for unsatisfied dependencies of
Zac Medico [Wed, 11 Mar 2009 03:19:54 +0000 (03:19 -0000)]
In depgraph.loadResumeCommand(), account for unsatisfied dependencies of
installed packages if they are in the subgraph of dependencies of a package
which is scheduled to be installed. (trunk r12542)

svn path=/main/branches/2.1.6/; revision=12828

15 years agoInside depgraph.loadResumeCommand(), ignore unsatisified dependencies that
Zac Medico [Wed, 11 Mar 2009 03:18:49 +0000 (03:18 -0000)]
Inside depgraph.loadResumeCommand(), ignore unsatisified dependencies that
are pulled in by installed packages. This is needed in order to avoid having
--keep-going bail out needlessly when one of a group of circularly dependent
packages fails to install after one or more of the group have already been
installed. TODO: Add sanity checks to make sure that it's really safe to
ignore all the deps that can be ignored by this code. (trunk r12541)

svn path=/main/branches/2.1.6/; revision=12827

15 years agoWhen in --keep-going mode, don't suppress the list of failed packages display
Zac Medico [Wed, 11 Mar 2009 03:17:50 +0000 (03:17 -0000)]
When in --keep-going mode, don't suppress the list of failed packages display
at the end when there is only one failure, since the failure may have occurred
much earlier and the related output may not be visible any longer.
(trunk r12540)

svn path=/main/branches/2.1.6/; revision=12826

15 years agoFix svn:keywords again.
Zac Medico [Fri, 20 Feb 2009 03:01:56 +0000 (03:01 -0000)]
Fix svn:keywords again.

svn path=/main/branches/2.1.6/; revision=12660

15 years agoAdd back Rev to svn:keywords (accidentally removed when setting Id). Thanks
Zac Medico [Thu, 19 Feb 2009 22:52:30 +0000 (22:52 -0000)]
Add back Rev to svn:keywords (accidentally removed when setting Id). Thanks
to ABCD for reporting.

svn path=/main/branches/2.1.6/; revision=12657

15 years agoSet svn:keywords Id on all files.
Zac Medico [Wed, 18 Feb 2009 22:52:56 +0000 (22:52 -0000)]
Set svn:keywords Id on all files.

svn path=/main/branches/2.1.6/; revision=12627

15 years agoBug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPEND v2.1.6.7
Zac Medico [Sun, 18 Jan 2009 23:43:54 +0000 (23:43 -0000)]
Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPEND
is set and RDEPEND is unset in the ebuild, since this triggers implicit
RDEPEND=$DEPEND assignment. (trunk r12529)

svn path=/main/branches/2.1.6/; revision=12537

15 years agoFix false positive in the 'unused local USE-description' warning. Thanks to
Zac Medico [Sun, 18 Jan 2009 23:43:41 +0000 (23:43 -0000)]
Fix false positive in the 'unused local USE-description' warning. Thanks to
Alexis Ballier <aballier@g.o> for reporting. (trunk r12524)

svn path=/main/branches/2.1.6/; revision=12536

15 years agoIdentify which package has unused local USE descriptions, in case more than
Zac Medico [Sun, 18 Jan 2009 23:43:13 +0000 (23:43 -0000)]
Identify which package has unused local USE descriptions, in case more than
one package is being scanned. Thanks to Thomas Sachau <tommy@g.o> for reporting.
(trunk r12523)

svn path=/main/branches/2.1.6/; revision=12535

15 years agoRevert chown behavior change from the previous commit, so that chown will
Zac Medico [Sun, 18 Jan 2009 23:43:01 +0000 (23:43 -0000)]
Revert chown behavior change from the previous commit, so that chown will
not be called on a pre-existing file. (trunk r12522)

svn path=/main/branches/2.1.6/; revision=12534

15 years agoBug #255101 - Fix 'Permission denied' error handling in
Zac Medico [Sun, 18 Jan 2009 23:42:53 +0000 (23:42 -0000)]
Bug #255101 - Fix 'Permission denied' error handling in
NewsManager.getUnreadItems(). If there's no permission to lock the unread
file, skip the lock and try to read the file anyway. (trunk r12521)

svn path=/main/branches/2.1.6/; revision=12533

15 years agoCall depgraph._set_args() inside _load_favorites(), to eliminate duplicate
Zac Medico [Sun, 18 Jan 2009 23:42:31 +0000 (23:42 -0000)]
Call depgraph._set_args() inside _load_favorites(), to eliminate duplicate
code. (trunk r12520)

svn path=/main/branches/2.1.6/; revision=12532

15 years agoDrop the kernel version from the commit message for all platforms. Thanks to
Zac Medico [Sun, 18 Jan 2009 23:42:14 +0000 (23:42 -0000)]
Drop the kernel version from the commit message for all platforms. Thanks to
Fabian Groffen <grobian@g.o> for the suggestion. (trunk r12519)

svn path=/main/branches/2.1.6/; revision=12531

15 years agoDon't show the running Linux kernel version in the commit message, since it
Zac Medico [Sun, 18 Jan 2009 23:42:03 +0000 (23:42 -0000)]
Don't show the running Linux kernel version in the commit message, since it
might leak information that would be useful to attackers. Thanks to Ned Ludd
<solar@g.o> for the suggestion. (trunk r12518)

svn path=/main/branches/2.1.6/; revision=12530

15 years agoFix repoman conditionals inside _expand_new_virtuals() to use v2.1.6.6
Zac Medico [Wed, 14 Jan 2009 07:48:49 +0000 (07:48 -0000)]
Fix repoman conditionals inside _expand_new_virtuals() to use
config.local_config instead of checking for portdbapi type. (trunk r12514)

svn path=/main/branches/2.1.6/; revision=12515

15 years agoAdd some more variables to config._env_blacklist to ensure that they never
Zac Medico [Wed, 14 Jan 2009 03:59:53 +0000 (03:59 -0000)]
Add some more variables to config._env_blacklist to ensure that they never
leak in from the calling environment. (trunk r12503)

svn path=/main/branches/2.1.6/; revision=12513

15 years agoMake sure spawn() always initializes opt_name because later code assumes that it is.
Zac Medico [Wed, 14 Jan 2009 03:59:43 +0000 (03:59 -0000)]
Make sure spawn() always initializes opt_name because later code assumes that it is.
(trunk r12502)

svn path=/main/branches/2.1.6/; revision=12512

15 years agoIn spawn(), put the full cpv in opt_name, instead of just $PF. Thanks to
Zac Medico [Wed, 14 Jan 2009 03:59:31 +0000 (03:59 -0000)]
In spawn(), put the full cpv in opt_name, instead of just $PF. Thanks to
Diego Pettenò <flameeyes@g.o> for the suggestion. (trunk r12501)

svn path=/main/branches/2.1.6/; revision=12511

15 years agoBug #254825 - Add a note about the need to use `ebuild --force <ebuild file>
Zac Medico [Wed, 14 Jan 2009 03:58:33 +0000 (03:58 -0000)]
Bug #254825 - Add a note about the need to use `ebuild --force <ebuild file>
manifest` to update distfiles digests. (trunk r12500)

svn path=/main/branches/2.1.6/; revision=12510

15 years agoInside digestgen(), don't unnecessarily call fetch() in cases when the there
Zac Medico [Wed, 14 Jan 2009 03:58:08 +0000 (03:58 -0000)]
Inside digestgen(), don't unnecessarily call fetch() in cases when the there
are no hashes for comparison and the file already exists in $DISTDIR.
(trunk r12499)

svn path=/main/branches/2.1.6/; revision=12509

15 years agoBug #254825 - Improve messages that are displayed when manifest generation
Zac Medico [Wed, 14 Jan 2009 03:57:56 +0000 (03:57 -0000)]
Bug #254825 - Improve messages that are displayed when manifest generation
bails out due to a changed distfile digest. (trunk r12498)

svn path=/main/branches/2.1.6/; revision=12508

15 years agoBug #254860 - Add another missing str -> atom conversion inside
Zac Medico [Wed, 14 Jan 2009 03:57:29 +0000 (03:57 -0000)]
Bug #254860 - Add another missing  str -> atom conversion inside
_expand_new_virtuals(). (trunk r12497)

svn path=/main/branches/2.1.6/; revision=12507

15 years agoUse a new 'usersync' feature to control dropping of privileges for --sync,
Zac Medico [Wed, 14 Jan 2009 03:56:53 +0000 (03:56 -0000)]
Use a new 'usersync' feature to control dropping of privileges for --sync,
since it's fairly common for people to have inconsistent permissions between
$PORTDIR and contained files/directories. (trunk r12496)

svn path=/main/branches/2.1.6/; revision=12506

15 years agoBug #254860 - Inside _expand_new_virtuals(), generate instances of Atom
Zac Medico [Wed, 14 Jan 2009 03:56:38 +0000 (03:56 -0000)]
Bug #254860 - Inside _expand_new_virtuals(), generate instances of Atom
instead of plain strings, so calling code can assume that only Atom instances
will be returned when strict mode is enabled. (trunk r12495)

svn path=/main/branches/2.1.6/; revision=12505

15 years agoSimplify depgraph._select_pkg_from_graph() by using match_pkgs(). (trunk r12494)
Zac Medico [Wed, 14 Jan 2009 03:56:21 +0000 (03:56 -0000)]
Simplify depgraph._select_pkg_from_graph() by using match_pkgs(). (trunk r12494)

svn path=/main/branches/2.1.6/; revision=12504

15 years agoWhen selecting greedy package inside depgraph._greedy_slots(), make sure v2.1.6.5
Zac Medico [Mon, 12 Jan 2009 17:48:50 +0000 (17:48 -0000)]
When selecting greedy package inside depgraph._greedy_slots(), make sure
the selected packages have the same cp as the highest selected version.
(trunk r12490)

svn path=/main/branches/2.1.6/; revision=12491

15 years agoMention the blocker_lookahead parameter in the depgraph._greedy_slots()
Zac Medico [Mon, 12 Jan 2009 17:37:07 +0000 (17:37 -0000)]
Mention the blocker_lookahead parameter in the depgraph._greedy_slots()
docstring. (trunk r12488)

svn path=/main/branches/2.1.6/; revision=12489

15 years agoWhen checking for conflicts between packages inside depgraph._greedy_slots(),
Zac Medico [Mon, 12 Jan 2009 16:51:36 +0000 (16:51 -0000)]
When checking for conflicts between packages inside depgraph._greedy_slots(),
never double-check any of the pairs. (trunk r12486)

svn path=/main/branches/2.1.6/; revision=12487

15 years agoInvalidate some more caches inside depgraph._set_args(). (trunk r12484)
Zac Medico [Mon, 12 Jan 2009 09:51:27 +0000 (09:51 -0000)]
Invalidate some more caches inside depgraph._set_args(). (trunk r12484)

svn path=/main/branches/2.1.6/; revision=12485

15 years agoReplace @world with plain 'world'.
Zac Medico [Mon, 12 Jan 2009 08:32:05 +0000 (08:32 -0000)]
Replace @world with plain 'world'.

svn path=/main/branches/2.1.6/; revision=12483

15 years agoBug #241808 - When loading options for --resume, discard the --color option
Zac Medico [Mon, 12 Jan 2009 08:29:23 +0000 (08:29 -0000)]
Bug #241808 - When loading options for --resume, discard the --color option
so it doesn't override the current setting. (trunk r12428)

svn path=/main/branches/2.1.6/; revision=12482

15 years agoFix comment about the greedy slots code. (trunk r12429)
Zac Medico [Mon, 12 Jan 2009 08:29:02 +0000 (08:29 -0000)]
Fix comment about the greedy slots code. (trunk r12429)

svn path=/main/branches/2.1.6/; revision=12481

15 years agoMake the greedy slot atom code from bug #150361 look ahead for conflicts
Zac Medico [Mon, 12 Jan 2009 08:28:45 +0000 (08:28 -0000)]
Make the greedy slot atom code from bug #150361 look ahead for conflicts
between the packages that will be pulled in. If a conflict is discovered,
drop the greedy slot atom for the older slot. This solves a problem reported
by kde4 users when running `emerge -u <atom>` for a package that has the
kdeprefix flag disabled. In this case, the newer slot blocks the older slot.
In order to allow the older slot to be automatically uninstalled, the atom
for the older slot needs to be excluded from the graph. Thanks to Maciej
Mrozowski for testing this patch. (trunk r12427)

svn path=/main/branches/2.1.6/; revision=12480

15 years agoFix a TypeError which occurs in pretend commit mode when vcs is None. Thanks
Zac Medico [Mon, 12 Jan 2009 08:28:23 +0000 (08:28 -0000)]
Fix a TypeError which occurs in pretend commit mode when vcs is None. Thanks
to Fabian Groffen <grobian@g.o> for reporting. (trunk r12426)

svn path=/main/branches/2.1.6/; revision=12479

15 years agoIf necessary, use /proc/loadavg to emulate os.getloadavg(). (trunk r12422)
Zac Medico [Mon, 12 Jan 2009 08:28:04 +0000 (08:28 -0000)]
If necessary, use /proc/loadavg to emulate os.getloadavg(). (trunk r12422)

svn path=/main/branches/2.1.6/; revision=12478

15 years agoWhen displaying parents of unsolved blockers, prefer parents that are not
Zac Medico [Mon, 12 Jan 2009 08:27:48 +0000 (08:27 -0000)]
When displaying parents of unsolved blockers, prefer parents that are not
directly involved in a conflict. (trunk r12421)

svn path=/main/branches/2.1.6/; revision=12477

15 years agoWhen displaying parents of unsolved blockers, reduce noise by pruning packages
Zac Medico [Mon, 12 Jan 2009 08:27:18 +0000 (08:27 -0000)]
When displaying parents of unsolved blockers, reduce noise by pruning packages
that are only pulled in by other conflict packages. (trunk r12420)

svn path=/main/branches/2.1.6/; revision=12476

15 years agoEnable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.
Zac Medico [Mon, 12 Jan 2009 08:26:45 +0000 (08:26 -0000)]
Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.
(trunk r12419)

svn path=/main/branches/2.1.6/; revision=12475

15 years agoBug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.error
Zac Medico [Mon, 12 Jan 2009 08:26:29 +0000 (08:26 -0000)]
Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.error
from ftplib connection attempt. (trunk r12418)

svn path=/main/branches/2.1.6/; revision=12474

15 years agoInside action_sync(), check for the git binary when necessary and bail out
Zac Medico [Mon, 12 Jan 2009 08:26:20 +0000 (08:26 -0000)]
Inside action_sync(), check for the git binary when necessary and bail out
with a helpful message if it doesn't exist. Thanks to Caleb Cushing
<xenoterracide@gmail.com> for the initial patch. (trunk r12417)

svn path=/main/branches/2.1.6/; revision=12473

15 years agoAdd a "quiet" parameter to the EOutput constructor, and also flush
Zac Medico [Mon, 12 Jan 2009 08:26:07 +0000 (08:26 -0000)]
Add a "quiet" parameter to the EOutput constructor, and also flush
stderr/stdout stream in the constructor. (trunk r12416)

svn path=/main/branches/2.1.6/; revision=12472

15 years agoUse ebegin/eend to indicate when waiting for a lock and when it's acquired.
Zac Medico [Mon, 12 Jan 2009 08:25:56 +0000 (08:25 -0000)]
Use ebegin/eend to indicate when waiting for a lock and when it's acquired.
Thanks to Petteri Räty <belegeuse@g.o> for the suggestion. (trunk r12415)

svn path=/main/branches/2.1.6/; revision=12471

15 years agoInside config._getKeywords(), ignore -* in KEYWORDS, to prevent it from
Zac Medico [Mon, 12 Jan 2009 08:25:35 +0000 (08:25 -0000)]
Inside config._getKeywords(), ignore -* in KEYWORDS, to prevent it from
causing preceeding values to be discarded. (trunk r12414)

svn path=/main/branches/2.1.6/; revision=12470

15 years agoAdd a new 'metadata.warning' category and a check which detects local USE
Zac Medico [Mon, 12 Jan 2009 08:24:58 +0000 (08:24 -0000)]
Add a new 'metadata.warning' category and a check which detects local USE
descriptions that are not used in any ebuilds. Thanks to Markus Meier
<maekke@g.o> for the initial patch. (trunk r12413)

svn path=/main/branches/2.1.6/; revision=12469

15 years agoBug #55321 - Add support for package.keywords in profiles. In profiles,
Zac Medico [Mon, 12 Jan 2009 08:24:29 +0000 (08:24 -0000)]
Bug #55321 - Add support for package.keywords in profiles. In profiles,
package.keywords modifies effective KEYWORDS values for a given ebuild. This
behavior is notably different from /etc/portage/package.keywords, which
instead modifies effective ACCEPT_KEYWORDS. (trunk r12409:12412)

svn path=/main/branches/2.1.6/; revision=12468

15 years ago* Enable the recursive option in profile package.use parsing.
Zac Medico [Mon, 12 Jan 2009 08:22:20 +0000 (08:22 -0000)]
* Enable the recursive option in profile package.use parsing.
* Enable package.umask in all the same locations as package.mask. (trunk r12409)

svn path=/main/branches/2.1.6/; revision=12467

15 years agoWhen there are unresolved blockers, display the conflicting packages along
Zac Medico [Mon, 12 Jan 2009 08:21:52 +0000 (08:21 -0000)]
When there are unresolved blockers, display the conflicting packages along
with the packages that pulled them in (similar to the slot conflict display).
This is helpful for troubleshooting cases in which blockers don't solve
automatically and the reasons are not apparent from the normal merge list
display. (trunk r12408)

svn path=/main/branches/2.1.6/; revision=12466

15 years agoRemove unused myblocker_parents variable inside depgraph._serialize_tasks().
Zac Medico [Mon, 12 Jan 2009 08:21:24 +0000 (08:21 -0000)]
Remove unused myblocker_parents variable inside depgraph._serialize_tasks().
(trunk r12406)

svn path=/main/branches/2.1.6/; revision=12465

15 years agoDon't assume that the package metadata contains a "repository" key.
Zac Medico [Mon, 12 Jan 2009 08:21:06 +0000 (08:21 -0000)]
Don't assume that the package metadata contains a "repository" key.
(trunk r12404)

svn path=/main/branches/2.1.6/; revision=12464

15 years agoWhen merging a package from an overlay, append 'from $repository' to the
Zac Medico [Mon, 12 Jan 2009 08:20:47 +0000 (08:20 -0000)]
When merging a package from an overlay, append 'from $repository' to the
'>>> Emerging' message (where $repository is the repo_name of the source
repository). Thanks to Jeroen Roovers <jer@g.o> for the suggestion.
(trunk r12403)

svn path=/main/branches/2.1.6/; revision=12463

15 years agoMake die() to show a message indicating the repository that an ebuild came
Zac Medico [Mon, 12 Jan 2009 08:20:30 +0000 (08:20 -0000)]
Make die() to show a message indicating the repository that an ebuild came
from, and do it during any phase for both ebuilds and binary packages. Now
PORTAGE_REPO_NAME is initialized inside config.setcpv() for both ebuilds
and binary packages, so it's always available inside ebuild.sh. (trunk r12402)

svn path=/main/branches/2.1.6/; revision=12462

15 years agoBug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. Thanks
Zac Medico [Mon, 12 Jan 2009 08:20:03 +0000 (08:20 -0000)]
Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. Thanks
to Vsevolod Kozlov <sevakda@gmail.com> for the initial patch. (trunk r12401)

svn path=/main/branches/2.1.6/; revision=12461

15 years agoAdd some blank lines around the messages that suggest --without-mask and
Zac Medico [Mon, 12 Jan 2009 08:19:48 +0000 (08:19 -0000)]
Add some blank lines around the messages that suggest --without-mask and
--include-dev. Thanks to Ryan Hill <dirtyepic@g.o> for the suggestion.
(trunk r12400)

svn path=/main/branches/2.1.6/; revision=12460

15 years agoBug #253745 - Remove collision-protect from the sample FEATURES list since
Zac Medico [Mon, 12 Jan 2009 08:19:37 +0000 (08:19 -0000)]
Bug #253745 - Remove collision-protect from the sample FEATURES list since
protect-owned is enabled by default now. (trunk r12399)

svn path=/main/branches/2.1.6/; revision=12459

15 years agoBug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.
Zac Medico [Mon, 12 Jan 2009 08:19:22 +0000 (08:19 -0000)]
Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.
(trunk r12398)

svn path=/main/branches/2.1.6/; revision=12458

15 years agoBug #253745 - Note that you need to ensure that neither protect-owned nor
Zac Medico [Mon, 12 Jan 2009 08:19:04 +0000 (08:19 -0000)]
Bug #253745 - Note that you need to ensure that neither protect-owned nor
collision-protect are enabled if you want to disable collision protection
completely. (trunk r12397)

svn path=/main/branches/2.1.6/; revision=12457

15 years agoBug #250469 - Fix unpack() so that deb2targz is called in a way such that
Zac Medico [Mon, 12 Jan 2009 08:18:36 +0000 (08:18 -0000)]
Bug #250469 - Fix unpack() so that deb2targz is called in a way such that
$DISTDIR write access is not required. (trunk r12389)

svn path=/main/branches/2.1.6/; revision=12456

15 years agoBug #254114 - Fix ValueError triggered by missing COUNTER. Also, fix broken
Zac Medico [Mon, 12 Jan 2009 08:18:19 +0000 (08:18 -0000)]
Bug #254114 - Fix ValueError triggered by missing COUNTER. Also, fix broken
mtime check inside FakeVartree._sync(). (trunk r12388)

svn path=/main/branches/2.1.6/; revision=12455

15 years agoBug #252354 - Ensure that hardlinked files are not processed multiple times
Zac Medico [Mon, 12 Jan 2009 08:17:50 +0000 (08:17 -0000)]
Bug #252354 - Ensure that hardlinked files are not processed multiple times
when necessary. (trunk r12384:12387)

svn path=/main/branches/2.1.6/; revision=12454

15 years agoFix _setitem() to write the same format that's currently distributed in the
Zac Medico [Mon, 12 Jan 2009 08:15:03 +0000 (08:15 -0000)]
Fix _setitem() to write the same format that's currently distributed in the
rsync tree. (trunk r12383)

svn path=/main/branches/2.1.6/; revision=12453

15 years agoRemove print statement from previous commit. (trunk r12382)
Zac Medico [Mon, 12 Jan 2009 08:14:44 +0000 (08:14 -0000)]
Remove print statement from previous commit. (trunk r12382)

svn path=/main/branches/2.1.6/; revision=12452

15 years agoDo not hardlink files unless they are in the same
Zac Medico [Mon, 12 Jan 2009 08:14:24 +0000 (08:14 -0000)]
Do not hardlink files unless they are in the same
directory, since otherwise tar may not be able to
extract a tarball of the resulting hardlinks due to
'Invalid cross-device link' errors (depends on layout of
mount points). Also, don't hardlink zero-byte files since
it doesn't save any space. Thanks to Daniel Robbins for
reporting these issues which were noticed by funtoo users
when attempting to extract stage tarballs. (trunk r12381)

svn path=/main/branches/2.1.6/; revision=12451

15 years agoWhen dropping privileges inside action_sync(), set the umask to preserve
Zac Medico [Mon, 12 Jan 2009 08:14:04 +0000 (08:14 -0000)]
When dropping privileges inside action_sync(), set the umask to preserve
the group write bit if appropriate. (trunk r12380)

svn path=/main/branches/2.1.6/; revision=12450

15 years agoBug #253467 - Don't allow alien $A values to leak into the ebuild environment.
Zac Medico [Mon, 12 Jan 2009 08:13:47 +0000 (08:13 -0000)]
Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.
(trunk r12379)

svn path=/main/branches/2.1.6/; revision=12449

15 years agoInside action_sync(), when running as root, detect if $PORTDIR has non-root
Zac Medico [Mon, 12 Jan 2009 08:13:24 +0000 (08:13 -0000)]
Inside action_sync(), when running as root, detect if $PORTDIR has non-root
uid/gid bits and drop privileges to match the existing bits if appropriate.
(trunk r12378)

svn path=/main/branches/2.1.6/; revision=12448

15 years agoFix the 'Unrecognized configure options' check for compatibility with
Zac Medico [Mon, 12 Jan 2009 08:13:04 +0000 (08:13 -0000)]
Fix the 'Unrecognized configure options' check for compatibility with
output produced by Autoconf 2.63. Thanks to Arfrever Frehtes Taifersar
Arahesis for reporting. (trunk r12377)

svn path=/main/branches/2.1.6/; revision=12447

15 years agoBug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
Zac Medico [Mon, 12 Jan 2009 08:12:42 +0000 (08:12 -0000)]
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
merge. (trunk r12376)

svn path=/main/branches/2.1.6/; revision=12446

15 years ago (trunk r12375)
Zac Medico [Mon, 12 Jan 2009 08:12:27 +0000 (08:12 -0000)]
 (trunk r12375)

svn path=/main/branches/2.1.6/; revision=12445

15 years ago (trunk r12374)
Zac Medico [Mon, 12 Jan 2009 08:12:08 +0000 (08:12 -0000)]
 (trunk r12374)

svn path=/main/branches/2.1.6/; revision=12444

15 years ago (trunk r12373)
Zac Medico [Mon, 12 Jan 2009 08:11:53 +0000 (08:11 -0000)]
 (trunk r12373)

svn path=/main/branches/2.1.6/; revision=12443

15 years agoBug #253210 - Fix logic inside EbuildBuild._buildpkg_exit() to avoid
Zac Medico [Mon, 12 Jan 2009 08:11:17 +0000 (08:11 -0000)]
Bug #253210 - Fix logic inside EbuildBuild._buildpkg_exit() to avoid
triggering an AssertionError when the package phase has failed. This
bug usually isn't noticeable since the package phase usually succeeds.
(trunk r12371)

svn path=/main/branches/2.1.6/; revision=12442

15 years agoBug #252985 - Add a note about the new default behavior for `emerge world`
Zac Medico [Mon, 12 Jan 2009 08:10:46 +0000 (08:10 -0000)]
Bug #252985 - Add a note about the new default behavior for `emerge world`
and `emerge system` commands. (trunk r12370)

svn path=/main/branches/2.1.6/; revision=12441

15 years agoBug #252995 - When post_emerge() returns early because the vdb state has
Zac Medico [Mon, 12 Jan 2009 08:10:15 +0000 (08:10 -0000)]
Bug #252995 - When post_emerge() returns early because the vdb state has
not changed, still display new notifications. (trunk r12369)

svn path=/main/branches/2.1.6/; revision=12440

15 years agoHandle tree conflicts in svn status output, new in subversion 1.6. Thanks to
Zac Medico [Mon, 12 Jan 2009 08:09:20 +0000 (08:09 -0000)]
Handle tree conflicts in svn status output, new in subversion 1.6. Thanks to
Arfrever Frehtes Taifersar Arahesis for reporting. (trunk r12368)

svn path=/main/branches/2.1.6/; revision=12439

15 years agoSpecify that metadata variable values should only contain ASCII as per GLEP 31.
Zac Medico [Mon, 12 Jan 2009 08:09:01 +0000 (08:09 -0000)]
Specify that metadata variable values should only contain ASCII as per GLEP 31.
(trunk r12367)

svn path=/main/branches/2.1.6/; revision=12438

15 years agoFix 'TypeError: not all arguments converted during string formatting'
Zac Medico [Mon, 12 Jan 2009 08:08:46 +0000 (08:08 -0000)]
Fix 'TypeError: not all arguments converted during string formatting'
triggered by repoman -v. Thanks to Javier Villavicencio <the_paya@g.o>
for reporting. (trunk r12366)

svn path=/main/branches/2.1.6/; revision=12437

15 years agoBug #253002 - Add a new variable.invalidchar check for metadata variables that
Zac Medico [Mon, 12 Jan 2009 08:08:28 +0000 (08:08 -0000)]
Bug #253002 - Add a new variable.invalidchar check for metadata variables that
contain characters that are not part of the ASCII character set. (trunk r12365)

svn path=/main/branches/2.1.6/; revision=12436

15 years agoInside _showwarning(), import sys since otherwise it's None for some reason.
Zac Medico [Mon, 12 Jan 2009 08:06:27 +0000 (08:06 -0000)]
Inside _showwarning(), import sys since otherwise it's None for some reason.
(trunk r12364)

svn path=/main/branches/2.1.6/; revision=12435

15 years agoBug #252840 - Fix TypeError which is triggered by a broken override of
Zac Medico [Mon, 12 Jan 2009 08:06:04 +0000 (08:06 -0000)]
Bug #252840 - Fix TypeError which is triggered by a broken override of
varnings.formatwarning(). Override warnings.showwarning() instead since
the api docs say it may be overriden while they do not say this about
formatwarning(). (trunk r12363)

svn path=/main/branches/2.1.6/; revision=12434

15 years agoAdd notes about FEATURES=protect-owned and move the note about
Zac Medico [Mon, 12 Jan 2009 08:05:45 +0000 (08:05 -0000)]
Add notes about FEATURES=protect-owned and move the note about
--complete-graph to NEWS. (trunk r12362)

svn path=/main/branches/2.1.6/; revision=12433

15 years agoWrap lines to 80 columns and remove extra blank lines. (trunk r12361)
Zac Medico [Mon, 12 Jan 2009 08:05:11 +0000 (08:05 -0000)]
Wrap lines to 80 columns and remove extra blank lines. (trunk r12361)

svn path=/main/branches/2.1.6/; revision=12432

15 years agoInside git_sync_timestamps(), use git-diff-index for the same reason that
Zac Medico [Mon, 12 Jan 2009 08:01:45 +0000 (08:01 -0000)]
Inside git_sync_timestamps(), use git-diff-index for the same reason that
repoman now uses it since bug #252727. (trunk r12360)

svn path=/main/branches/2.1.6/; revision=12431

15 years agoBug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
Zac Medico [Mon, 12 Jan 2009 08:01:04 +0000 (08:01 -0000)]
Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
of `git ls-files -m --with-tree=HEAD` since the latter doesn't behave
like we want for files that have been added to the index. Also, use `git
diff-index` instead of `git diff` since the latter is considered a high-level
"porcelain" command which means that it's interface may not be reliable.
(trunk r12359)

svn path=/main/branches/2.1.6/; revision=12430

15 years agoRemove references to @system and @world in depclean error message. Thanks
Zac Medico [Wed, 31 Dec 2008 20:14:11 +0000 (20:14 -0000)]
Remove references to @system and @world in depclean error message. Thanks
to cardoe for reporting.

svn path=/main/branches/2.1.6/; revision=12372

16 years agoBug #252562 - Show --onlydeps in short --help output. (trunk r12351) v2.1.6.4
Zac Medico [Sat, 27 Dec 2008 18:28:02 +0000 (18:28 -0000)]
Bug #252562 - Show --onlydeps in short --help output. (trunk r12351)

svn path=/main/branches/2.1.6/; revision=12356

16 years agoBail out earlier if the file name argument doesn't end with '.ebuild'. Thanks
Zac Medico [Sat, 27 Dec 2008 18:27:52 +0000 (18:27 -0000)]
Bail out earlier if the file name argument doesn't end with '.ebuild'. Thanks
to Diego 'Flameeyes' Pettenò for reporting. (trunk r12350)

svn path=/main/branches/2.1.6/; revision=12355

16 years agoFix loop logic some more for bug #252572. (trunk r12349)
Zac Medico [Sat, 27 Dec 2008 18:27:19 +0000 (18:27 -0000)]
Fix loop logic some more for bug #252572. (trunk r12349)

svn path=/main/branches/2.1.6/; revision=12354

16 years ago (trunk r12345)
Zac Medico [Sat, 27 Dec 2008 18:26:49 +0000 (18:26 -0000)]
 (trunk r12345)

svn path=/main/branches/2.1.6/; revision=12353

16 years agoFix typo. (trunk r12341) v2.1.6.3
Zac Medico [Thu, 25 Dec 2008 05:36:36 +0000 (05:36 -0000)]
Fix typo. (trunk r12341)

svn path=/main/branches/2.1.6/; revision=12342

16 years agoRefactor EbuildMetadataPhase._output_handler() and _set_returncode().
Zac Medico [Thu, 25 Dec 2008 05:30:18 +0000 (05:30 -0000)]
Refactor EbuildMetadataPhase._output_handler() and _set_returncode().
(trunk r12339)

svn path=/main/branches/2.1.6/; revision=12340

16 years agoUse long() instead of float() when parsing Package.mtime from the metadata.
Zac Medico [Thu, 25 Dec 2008 05:05:53 +0000 (05:05 -0000)]
Use long() instead of float() when parsing Package.mtime from the metadata.
(trunk r12332)

svn path=/main/branches/2.1.6/; revision=12338

16 years agoMake vardbapi._aux_get() return _mtime_ as a long (never as a float).
Zac Medico [Thu, 25 Dec 2008 05:05:25 +0000 (05:05 -0000)]
Make vardbapi._aux_get() return _mtime_ as a long (never as a float).
(trunk r12331)

svn path=/main/branches/2.1.6/; revision=12337

16 years agoInside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI is
Zac Medico [Thu, 25 Dec 2008 05:05:14 +0000 (05:05 -0000)]
Inside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI is
unsupported since the eclass timestamps might be needed in order to decide
that the cache entry should be regenerated. Also, make sure that all metadata
returned from portdbapi.aux_get() is returned as empty strings when the
EAPI is unsupported. (trunk r12330)

svn path=/main/branches/2.1.6/; revision=12336

16 years agoHandle potential KeyErrors that may be raised from get_eclass_data(), and
Zac Medico [Thu, 25 Dec 2008 05:04:53 +0000 (05:04 -0000)]
Handle potential KeyErrors that may be raised from get_eclass_data(), and
remove unnecessary print statements inside get_eclass_data(). (trunk r12329)

svn path=/main/branches/2.1.6/; revision=12335

16 years agoDon't add any more that one "-" symbol to the front of an unsupported EAPI.
Zac Medico [Thu, 25 Dec 2008 05:04:37 +0000 (05:04 -0000)]
Don't add any more that one "-" symbol to the front of an unsupported EAPI.
(trunk r12328)

svn path=/main/branches/2.1.6/; revision=12334

16 years agoInside mirror_cache(), handle unsupported EAPI like portdbapi does.
Zac Medico [Thu, 25 Dec 2008 05:04:15 +0000 (05:04 -0000)]
Inside mirror_cache(), handle unsupported EAPI like portdbapi does.
(trunk r12327)

svn path=/main/branches/2.1.6/; revision=12333

16 years agoAdd support for synchronizing ebuild and eclass timestamps with the metadata
Zac Medico [Thu, 25 Dec 2008 01:28:34 +0000 (01:28 -0000)]
Add support for synchronizing ebuild and eclass timestamps with the metadata
cache timestamps which emerge --sync operates on a git repository. This is
necessary since git doesn't preserve timestamps. It is assumed that the
timestamps should be synchronized if the relevant ebuilds and eclasses are
unmodified relative to the HEAD commit (as reported by git-ls-files). This
feature was requested by Daniel Robbins, so that it's possible for the funtoo
git repository to distribute pre-generated metadata. (trunk r12303)

svn path=/main/branches/2.1.6/; revision=12326