portage.git
15 years agoFix repoman conditionals inside _expand_new_virtuals() to use v2.2_rc22
Zac Medico [Wed, 14 Jan 2009 06:00:31 +0000 (06:00 -0000)]
Fix repoman conditionals inside _expand_new_virtuals() to use
config.local_config instead of checking for portdbapi type.

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

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

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

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

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

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

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

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

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

15 years agoInside digestgen(), don't unnecessarily call fetch() in cases when the there
Zac Medico [Wed, 14 Jan 2009 00:20:33 +0000 (00:20 -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.

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

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

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

15 years agoBug #254860 - Add another missing str -> atom conversion inside
Zac Medico [Tue, 13 Jan 2009 22:21:08 +0000 (22:21 -0000)]
Bug #254860 - Add another missing  str -> atom conversion inside
_expand_new_virtuals().

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

15 years agoUse a new 'usersync' feature to control dropping of privileges for --sync,
Zac Medico [Tue, 13 Jan 2009 21:27:30 +0000 (21:27 -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.

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

15 years agoBug #254860 - Inside _expand_new_virtuals(), generate instances of Atom
Zac Medico [Tue, 13 Jan 2009 21:02:30 +0000 (21:02 -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.

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

15 years agoSimplify depgraph._select_pkg_from_graph() by using match_pkgs().
Zac Medico [Tue, 13 Jan 2009 04:43:40 +0000 (04:43 -0000)]
Simplify depgraph._select_pkg_from_graph() by using match_pkgs().

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

15 years agoWhen selecting greedy package inside depgraph._greedy_slots(), make sure v2.2_rc21
Zac Medico [Mon, 12 Jan 2009 17:48:37 +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.

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

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

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

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

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

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

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

15 years agoFix comment about the greedy slots code.
Zac Medico [Mon, 12 Jan 2009 05:11:24 +0000 (05:11 -0000)]
Fix comment about the greedy slots code.

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

15 years agoBug #241808 - When loading options for --resume, discard the --color option
Zac Medico [Sun, 11 Jan 2009 23:31:56 +0000 (23:31 -0000)]
Bug #241808 - When loading options for --resume, discard the --color option
so it doesn't override the current setting.

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

15 years agoMake the greedy slot atom code from bug #150361 look ahead for conflicts
Zac Medico [Sun, 11 Jan 2009 22:36:06 +0000 (22:36 -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.

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

15 years agoFix a TypeError which occurs in pretend commit mode when vcs is None. Thanks
Zac Medico [Sun, 11 Jan 2009 19:42:13 +0000 (19:42 -0000)]
Fix a TypeError which occurs in pretend commit mode when vcs is None. Thanks
to Fabian Groffen <grobian@g.o> for reporting.

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

15 years agoIf necessary, use /proc/loadavg to emulate os.getloadavg().
Zac Medico [Sun, 11 Jan 2009 05:07:27 +0000 (05:07 -0000)]
If necessary, use /proc/loadavg to emulate os.getloadavg().

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

15 years agoWhen displaying parents of unsolved blockers, prefer parents that are not
Zac Medico [Sat, 10 Jan 2009 23:01:22 +0000 (23:01 -0000)]
When displaying parents of unsolved blockers, prefer parents that are not
directly involved in a conflict.

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

15 years agoWhen displaying parents of unsolved blockers, reduce noise by pruning packages
Zac Medico [Sat, 10 Jan 2009 22:26:11 +0000 (22:26 -0000)]
When displaying parents of unsolved blockers, reduce noise by pruning packages
that are only pulled in by other conflict packages.

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

15 years agoEnable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.
Zac Medico [Sat, 10 Jan 2009 22:00:49 +0000 (22:00 -0000)]
Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.

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

15 years agoBug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.error
Zac Medico [Sat, 10 Jan 2009 19:52:44 +0000 (19:52 -0000)]
Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.error
from ftplib connection attempt.

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

15 years agoInside action_sync(), check for the git binary when necessary and bail out
Zac Medico [Sat, 10 Jan 2009 19:26:30 +0000 (19: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.

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

15 years agoAdd a "quiet" parameter to the EOutput constructor, and also flush
Zac Medico [Sat, 10 Jan 2009 19:13:57 +0000 (19:13 -0000)]
Add a "quiet" parameter to the EOutput constructor, and also flush
stderr/stdout stream in the constructor.

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

15 years agoUse ebegin/eend to indicate when waiting for a lock and when it's acquired.
Zac Medico [Sat, 10 Jan 2009 19:07:58 +0000 (19:07 -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.

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

15 years agoInside config._getKeywords(), ignore -* in KEYWORDS, to prevent it from
Zac Medico [Sat, 10 Jan 2009 10:43:36 +0000 (10:43 -0000)]
Inside config._getKeywords(), ignore -* in KEYWORDS, to prevent it from
causing preceeding values to be discarded.

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

15 years agoAdd a new 'metadata.warning' category and a check which detects local USE
Zac Medico [Sat, 10 Jan 2009 10:14:17 +0000 (10:14 -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.

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

15 years agoFix broken code inside config._getKeywords().
Zac Medico [Sat, 10 Jan 2009 09:11:08 +0000 (09:11 -0000)]
Fix broken code inside config._getKeywords().

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

15 years agoEnable package.keywords as-directory in profiles.
Zac Medico [Sat, 10 Jan 2009 08:56:38 +0000 (08:56 -0000)]
Enable package.keywords as-directory in profiles.

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

15 years agoBug #55321 - Add support for package.keywords in profiles. In profiles,
Zac Medico [Sat, 10 Jan 2009 08:40:35 +0000 (08:40 -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.

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

15 years ago* Enable the recursive option in profile package.use parsing.
Zac Medico [Sat, 10 Jan 2009 07:24:46 +0000 (07:24 -0000)]
* Enable the recursive option in profile package.use parsing.
* Enable package.umask in all the same locations as package.mask.

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

15 years agoWhen there are unresolved blockers, display the conflicting packages along
Zac Medico [Sat, 10 Jan 2009 06:24:52 +0000 (06:24 -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.

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

15 years agoRevert r12405 since it will be more convenient to use a separate graph to
Zac Medico [Sat, 10 Jan 2009 04:03:19 +0000 (04:03 -0000)]
Revert r12405 since it will be more convenient to use a separate graph to
store blocked package edges.

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

15 years agoRemove unused myblocker_parents variable inside depgraph._serialize_tasks().
Zac Medico [Sat, 10 Jan 2009 01:01:04 +0000 (01:01 -0000)]
Remove unused myblocker_parents variable inside depgraph._serialize_tasks().

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

15 years agoAdd Blocker -> Blocked Package edges to depgraph._unsolvable_blockers since
Zac Medico [Sat, 10 Jan 2009 00:57:41 +0000 (00:57 -0000)]
Add Blocker -> Blocked Package edges to depgraph._unsolvable_blockers since
these edges will be useful for implementing an enhanced blocker display.

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

15 years agoDon't assume that the package metadata contains a "repository" key.
Zac Medico [Fri, 9 Jan 2009 22:51:08 +0000 (22:51 -0000)]
Don't assume that the package metadata contains a "repository" key.

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

15 years agoWhen merging a package from an overlay, append 'from $repository' to the
Zac Medico [Fri, 9 Jan 2009 22:25:50 +0000 (22:25 -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.

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

15 years agoMake die() to show a message indicating the repository that an ebuild came
Zac Medico [Fri, 9 Jan 2009 11:19:07 +0000 (11:19 -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.

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

15 years agoBug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. Thanks
Zac Medico [Fri, 9 Jan 2009 02:18:42 +0000 (02:18 -0000)]
Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. Thanks
to Vsevolod Kozlov <sevakda@gmail.com> for the initial patch.

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

15 years agoAdd some blank lines around the messages that suggest --without-mask and
Zac Medico [Thu, 8 Jan 2009 23:56:57 +0000 (23:56 -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.

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

15 years agoBug #253745 - Remove collision-protect from the sample FEATURES list since
Zac Medico [Thu, 8 Jan 2009 22:37:35 +0000 (22:37 -0000)]
Bug #253745 - Remove collision-protect from the sample FEATURES list since
protect-owned is enabled by default now.

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

15 years agoBug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.
Zac Medico [Thu, 8 Jan 2009 22:05:19 +0000 (22:05 -0000)]
Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.

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

15 years agoBug #253745 - Note that you need to ensure that neither protect-owned nor
Zac Medico [Thu, 8 Jan 2009 20:42:55 +0000 (20:42 -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.

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

15 years agoBug #250469 - Fix unpack() so that deb2targz is called in a way such that
Zac Medico [Wed, 7 Jan 2009 23:49:08 +0000 (23:49 -0000)]
Bug #250469 - Fix unpack() so that deb2targz is called in a way such that
$DISTDIR write access is not required.

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

15 years agoBug #254114 - Fix ValueError triggered by missing COUNTER. Also, fix broken
Zac Medico [Wed, 7 Jan 2009 22:37:06 +0000 (22:37 -0000)]
Bug #254114 - Fix ValueError triggered by missing COUNTER. Also, fix broken
mtime check inside FakeVartree._sync().

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

15 years agoFor completeness, ensure that any INODE_* are unset before beginning.
Zac Medico [Wed, 7 Jan 2009 01:30:06 +0000 (01:30 -0000)]
For completeness, ensure that any INODE_* are unset before beginning.

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

15 years agoFix quoting for variable assignment with eval, from previous commit.
Zac Medico [Wed, 7 Jan 2009 00:57:47 +0000 (00:57 -0000)]
Fix quoting for variable assignment with eval, from previous commit.

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

15 years agoBug #252354 - Ensure that hardlinked files are not processed multiple times
Zac Medico [Wed, 7 Jan 2009 00:41:33 +0000 (00:41 -0000)]
Bug #252354 - Ensure that hardlinked files are not processed multiple times
when necessary.

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

15 years agoWhen the set configuration is incomplete, notify the user that this usually
Zac Medico [Tue, 6 Jan 2009 21:14:33 +0000 (21:14 -0000)]
When the set configuration is incomplete, notify the user that this usually
means  /usr/share/portage/config/sets.conf is missing or corrupt.

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

15 years agoFix _setitem() to write the same format that's currently distributed in the
Zac Medico [Tue, 6 Jan 2009 01:01:35 +0000 (01:01 -0000)]
Fix _setitem() to write the same format that's currently distributed in the
rsync tree.

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

15 years agoRemove print statement from previous commit.
Zac Medico [Mon, 5 Jan 2009 22:01:44 +0000 (22:01 -0000)]
Remove print statement from previous commit.

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

15 years agoDo not hardlink files unless they are in the same
Zac Medico [Mon, 5 Jan 2009 22:00:39 +0000 (22:00 -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.

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

15 years agoWhen dropping privileges inside action_sync(), set the umask to preserve
Zac Medico [Sun, 4 Jan 2009 03:15:49 +0000 (03:15 -0000)]
When dropping privileges inside action_sync(), set the umask to preserve
the group write bit if appropriate.

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

15 years agoBug #253467 - Don't allow alien $A values to leak into the ebuild environment.
Zac Medico [Sun, 4 Jan 2009 02:52:17 +0000 (02:52 -0000)]
Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.

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

15 years agoInside action_sync(), when running as root, detect if $PORTDIR has non-root
Zac Medico [Sun, 4 Jan 2009 01:09:37 +0000 (01:09 -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.

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

15 years agoFix the 'Unrecognized configure options' check for compatibility with
Zac Medico [Sat, 3 Jan 2009 20:14:49 +0000 (20:14 -0000)]
Fix the 'Unrecognized configure options' check for compatibility with
output produced by Autoconf 2.63. Thanks to Arfrever Frehtes Taifersar
Arahesis for reporting.

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

15 years agoBug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
Zac Medico [Sat, 3 Jan 2009 01:17:24 +0000 (01:17 -0000)]
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
merge.

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

15 years ago- tell the user where we unpacked the source
Ned Ludd [Fri, 2 Jan 2009 22:43:46 +0000 (22:43 -0000)]
- tell the user where we unpacked the source

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

15 years agoexport STRIP_MASK automatically
Mike Frysinger [Thu, 1 Jan 2009 11:09:35 +0000 (11:09 -0000)]
export STRIP_MASK automatically

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

15 years agodont force people to match leading $D in STRIP_MASK
Mike Frysinger [Thu, 1 Jan 2009 11:07:21 +0000 (11:07 -0000)]
dont force people to match leading $D in STRIP_MASK

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

15 years agoBug #253210 - Fix logic inside EbuildBuild._buildpkg_exit() to avoid
Zac Medico [Wed, 31 Dec 2008 07:38:56 +0000 (07:38 -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.

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

15 years agoBug #252985 - Add a note about the new default behavior for `emerge world`
Zac Medico [Tue, 30 Dec 2008 20:39:33 +0000 (20:39 -0000)]
Bug #252985 - Add a note about the new default behavior for `emerge world`
and `emerge system` commands.

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

15 years agoBug #252995 - When post_emerge() returns early because the vdb state has
Zac Medico [Tue, 30 Dec 2008 07:42:05 +0000 (07:42 -0000)]
Bug #252995 - When post_emerge() returns early because the vdb state has
not changed, still display new notifications.

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

15 years agoHandle tree conflicts in svn status output, new in subversion 1.6. Thanks to
Zac Medico [Mon, 29 Dec 2008 23:01:50 +0000 (23:01 -0000)]
Handle tree conflicts in svn status output, new in subversion 1.6. Thanks to
Arfrever Frehtes Taifersar Arahesis for reporting.

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

15 years agoSpecify that metadata variable values should only contain ASCII as per GLEP 31.
Zac Medico [Mon, 29 Dec 2008 22:51:42 +0000 (22:51 -0000)]
Specify that metadata variable values should only contain ASCII as per GLEP 31.

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

15 years agoFix 'TypeError: not all arguments converted during string formatting'
Zac Medico [Mon, 29 Dec 2008 21:23:27 +0000 (21:23 -0000)]
Fix 'TypeError: not all arguments converted during string formatting'
triggered by repoman -v. Thanks to Javier Villavicencio <the_paya@g.o>
for reporting.

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

15 years agoBug #253002 - Add a new variable.invalidchar check for metadata variables that
Zac Medico [Mon, 29 Dec 2008 19:39:46 +0000 (19:39 -0000)]
Bug #253002 - Add a new variable.invalidchar check for metadata variables that
contain characters that are not part of the ASCII character set.

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

15 years agoInside _showwarning(), import sys since otherwise it's None for some reason.
Zac Medico [Mon, 29 Dec 2008 03:05:07 +0000 (03:05 -0000)]
Inside _showwarning(), import sys since otherwise it's None for some reason.

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

15 years agoBug #252840 - Fix TypeError which is triggered by a broken override of
Zac Medico [Mon, 29 Dec 2008 02:44:38 +0000 (02:44 -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().

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

15 years agoAdd notes about FEATURES=protect-owned and move the note about
Zac Medico [Sun, 28 Dec 2008 22:29:51 +0000 (22:29 -0000)]
Add notes about FEATURES=protect-owned and move the note about
--complete-graph to NEWS.

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

15 years agoWrap lines to 80 columns and remove extra blank lines.
Zac Medico [Sun, 28 Dec 2008 22:01:09 +0000 (22:01 -0000)]
Wrap lines to 80 columns and remove extra blank lines.

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

15 years agoInside git_sync_timestamps(), use git-diff-index for the same reason that
Zac Medico [Sun, 28 Dec 2008 20:37:04 +0000 (20:37 -0000)]
Inside git_sync_timestamps(), use git-diff-index for the same reason that
repoman now uses it since bug #252727.

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

15 years agoBug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
Zac Medico [Sun, 28 Dec 2008 20:29:22 +0000 (20:29 -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.

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

15 years agoRevert r12348 since it's not really needed and the previous version is more v2.2_rc20
Zac Medico [Sat, 27 Dec 2008 00:36:42 +0000 (00:36 -0000)]
Revert r12348 since it's not really needed and the previous version is more
efficient.

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

15 years agoBug #252562 - Show --onlydeps in short --help output.
Zac Medico [Fri, 26 Dec 2008 21:25:30 +0000 (21:25 -0000)]
Bug #252562 - Show --onlydeps in short --help output.

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

15 years agoBail out earlier if the file name argument doesn't end with '.ebuild'. Thanks
Zac Medico [Fri, 26 Dec 2008 21:14:35 +0000 (21:14 -0000)]
Bail out earlier if the file name argument doesn't end with '.ebuild'. Thanks
to Diego 'Flameeyes' Pettenò for reporting.

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

15 years agoFix loop logic some more for bug #252572.
Zac Medico [Fri, 26 Dec 2008 20:49:57 +0000 (20:49 -0000)]
Fix loop logic some more for bug #252572.

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

15 years agoBug #252572 - Fix a loop condition inside depgraph._serialize_tasks() which
Zac Medico [Fri, 26 Dec 2008 20:34:18 +0000 (20:34 -0000)]
Bug #252572 - Fix a loop condition inside depgraph._serialize_tasks() which
can cause an infinite loop that's triggered by unresolvable blockers.

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

15 years agoscan archives of objects for exec stacks
Mike Frysinger [Thu, 25 Dec 2008 11:10:19 +0000 (11:10 -0000)]
scan archives of objects for exec stacks

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

15 years agoFix typo. v2.2_rc19
Zac Medico [Thu, 25 Dec 2008 05:36:24 +0000 (05:36 -0000)]
Fix typo.

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

15 years agoRefactor EbuildMetadataPhase._output_handler() and _set_returncode().
Zac Medico [Thu, 25 Dec 2008 05:22:05 +0000 (05:22 -0000)]
Refactor EbuildMetadataPhase._output_handler() and _set_returncode().

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

15 years agoUse long() instead of float() when parsing Package.mtime from the metadata.
Zac Medico [Thu, 25 Dec 2008 04:52:59 +0000 (04:52 -0000)]
Use long() instead of float() when parsing Package.mtime from the metadata.

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

15 years agoMake vardbapi._aux_get() return _mtime_ as a long (never as a float).
Zac Medico [Thu, 25 Dec 2008 04:50:49 +0000 (04:50 -0000)]
Make vardbapi._aux_get() return _mtime_ as a long (never as a float).

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

15 years agoInside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI is
Zac Medico [Thu, 25 Dec 2008 04:46:23 +0000 (04:46 -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.

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

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

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

15 years agoDon't add any more that one "-" symbol to the front of an unsupported EAPI.
Zac Medico [Thu, 25 Dec 2008 02:53:13 +0000 (02:53 -0000)]
Don't add any more that one "-" symbol to the front of an unsupported EAPI.

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

15 years agoInside mirror_cache(), handle unsupported EAPI like portdbapi does.
Zac Medico [Thu, 25 Dec 2008 02:29:45 +0000 (02:29 -0000)]
Inside mirror_cache(), handle unsupported EAPI like portdbapi does.

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

15 years agoAdd support for synchronizing ebuild and eclass timestamps with the metadata
Zac Medico [Thu, 25 Dec 2008 00:31:45 +0000 (00:31 -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.

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

15 years agoMake BinpkgFetcher use longs instead of floats when synchronizing timestamps,
Zac Medico [Wed, 24 Dec 2008 22:49:37 +0000 (22:49 -0000)]
Make BinpkgFetcher use longs instead of floats when synchronizing timestamps,
since it's better not to rely on float comparison here.

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

15 years agoBug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binary
Zac Medico [Wed, 24 Dec 2008 20:31:15 +0000 (20:31 -0000)]
Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binary
is not installed.

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

15 years agoDon't use 'local' builtin outside of a function.
Zac Medico [Wed, 24 Dec 2008 20:01:44 +0000 (20:01 -0000)]
Don't use 'local' builtin outside of a function.

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

15 years agoDocument QA_STRICT_PRESTRIPPED.
Zac Medico [Wed, 24 Dec 2008 19:58:28 +0000 (19:58 -0000)]
Document QA_STRICT_PRESTRIPPED.

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

15 years agoFix typo.
Zac Medico [Wed, 24 Dec 2008 19:44:52 +0000 (19:44 -0000)]
Fix typo.

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

15 years agoReplace QA_DT_HASH with QA_PRESTRIPPED where appropriate. Thanks to Arfrever
Zac Medico [Wed, 24 Dec 2008 19:31:59 +0000 (19:31 -0000)]
Replace QA_DT_HASH with QA_PRESTRIPPED where appropriate. Thanks to Arfrever
for reporting. Also, remove array support since bash arrays don't export
anyway.

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

15 years agoBug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings about
Zac Medico [Wed, 24 Dec 2008 03:43:44 +0000 (03:43 -0000)]
Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings about
pre-stripped files.

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

15 years agoFix PATH comparison in binarytree.inject() some more.
Zac Medico [Wed, 24 Dec 2008 01:42:38 +0000 (01:42 -0000)]
Fix PATH comparison in binarytree.inject() some more.

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

15 years agoFix broken PATH comparisons when eliminating duplicate entries inside
Zac Medico [Wed, 24 Dec 2008 01:15:01 +0000 (01:15 -0000)]
Fix broken PATH comparisons when eliminating duplicate entries inside
binarytree.inject().

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

15 years agoBug #252304 - Restore the -V/--version option.
Zac Medico [Wed, 24 Dec 2008 00:06:09 +0000 (00:06 -0000)]
Bug #252304 - Restore the -V/--version option.

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