portage.git
14 years agoBug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá <denilsonsa@gmail.com>.
Zac Medico [Mon, 26 Apr 2010 04:26:45 +0000 (21:26 -0700)]
Bug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá <denilsonsa@gmail.com>.

14 years agoQuote paths for 'call stack' display.
Michał Górny [Sat, 24 Apr 2010 08:57:43 +0000 (10:57 +0200)]
Quote paths for 'call stack' display.

Added missing quoting around the path passed to basename when printing
'Call stack' on die(). This should fix the issue where basename syntax
error was displayed instead of the source file name.

14 years agoMake metadata.xml <flag/> errors non-fatal to repoman.
Michał Górny [Sat, 17 Apr 2010 12:26:49 +0000 (12:26 +0000)]
Make metadata.xml <flag/> errors non-fatal to repoman.

Previously, <flag/>-related errors in metadata.xml caused repoman
to abort the checks without even reporting the full path to broken
metadata.xml file. Now they are accounted as 'metadata.bad' errors.

14 years agoQuote path for die snippet display.
Michał Górny [Sat, 17 Apr 2010 07:53:17 +0000 (07:53 +0000)]
Quote path for die snippet display.

Added missing quoting around the path passed to sed when displaying
ebuild snippet on die(). This should fix the issue where they weren't
displayed due to the occurence of special characters in the path.

14 years agoPass in missing vartree parameter to doebuild(). Thanks to Arfrever for
Zac Medico [Thu, 22 Apr 2010 23:01:35 +0000 (16:01 -0700)]
Pass in missing vartree parameter to doebuild(). Thanks to Arfrever for
reporting.

14 years agoAutomatically add PORTAGE_BIN_PATH to the front of PATH.
Zac Medico [Thu, 22 Apr 2010 19:36:23 +0000 (12:36 -0700)]
Automatically add PORTAGE_BIN_PATH to the front of PATH.

14 years agoSource isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
Zac Medico [Thu, 22 Apr 2010 17:54:45 +0000 (10:54 -0700)]
Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
<mmokrejs@fold.natur.cuni.cz> for reporting.

14 years agoBug #316311 - Prefer -i18n option of doman to filename language suffix
Zac Medico [Tue, 20 Apr 2010 08:02:25 +0000 (01:02 -0700)]
Bug #316311 - Prefer -i18n option of doman to filename language suffix
(EAPI 4). Thanks to Ulrich Müller <ulm@g.o> for this patch from bug #303919.

14 years agoFix typo in check for shared libraries lacking NEEDED entries.
Arfrever Frehtes Taifersar Arahesis [Thu, 15 Apr 2010 23:18:50 +0000 (01:18 +0200)]
Fix typo in check for shared libraries lacking NEEDED entries.

14 years agoRemove unused imports.
Zac Medico [Mon, 12 Apr 2010 06:20:07 +0000 (23:20 -0700)]
Remove unused imports.

14 years agoPass an ElementTree instance into parse_metadata_use() and
Zac Medico [Mon, 12 Apr 2010 00:58:18 +0000 (17:58 -0700)]
Pass an ElementTree instance into parse_metadata_use() and
check_metadata_herds().

14 years agoPort parse_metadata_use() code from minidom to ElementTree.
Zac Medico [Mon, 12 Apr 2010 00:45:33 +0000 (17:45 -0700)]
Port parse_metadata_use() code from minidom to ElementTree.

14 years agoAvoid XMLParser.doctype deprecation warnings with >=python-2.7.
Zac Medico [Mon, 12 Apr 2010 00:17:31 +0000 (17:17 -0700)]
Avoid XMLParser.doctype deprecation warnings with >=python-2.7.

14 years agoUse assertFalse insead of failIf since failIf is deprecated in python 3.2.
Zac Medico [Sun, 11 Apr 2010 23:16:01 +0000 (16:16 -0700)]
Use assertFalse insead of failIf since failIf is deprecated in python 3.2.

14 years agoMake cpv_getversion handle invalid cpv and add cpv_getversion to __all__.
Zac Medico [Sat, 10 Apr 2010 21:11:47 +0000 (14:11 -0700)]
Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__.

14 years agoImplement REPLACING_VERSIONS and REPLACED_BY_VERSION
Sebastian Luther [Fri, 9 Apr 2010 17:29:22 +0000 (19:29 +0200)]
Implement REPLACING_VERSIONS and REPLACED_BY_VERSION

14 years agoFix deprecated config.getvirtuals() usage that's triggered by
Zac Medico [Sat, 10 Apr 2010 18:45:41 +0000 (11:45 -0700)]
Fix deprecated config.getvirtuals() usage that's triggered by
gentoolkit-0.2.x.

14 years agoMake spawning of `id -G portage` happen lazily when userpriv_groups is first
Zac Medico [Sat, 10 Apr 2010 08:41:50 +0000 (01:41 -0700)]
Make spawning of `id -G portage` happen lazily when userpriv_groups is first
accessed.

14 years agoHandle IOError when trying to cache the Packages file from the binhost.
Zac Medico [Fri, 9 Apr 2010 19:57:27 +0000 (12:57 -0700)]
Handle IOError when trying to cache the Packages file from the binhost.

14 years agoWhen caching Packages file from binhost, ignore failure to write in cases
Zac Medico [Fri, 9 Apr 2010 19:28:09 +0000 (12:28 -0700)]
When caching Packages file from binhost, ignore failure to write in cases
when the cache directory is not writable.

14 years agoUse tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since we
Zac Medico [Wed, 7 Apr 2010 21:16:52 +0000 (14:16 -0700)]
Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since we
need evironment.bz2 to get unpacked here.

14 years agoIn _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary mode
Zac Medico [Wed, 7 Apr 2010 20:24:30 +0000 (13:24 -0700)]
In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary mode
for python3 compatibility.

14 years agoEliminate redundant code in Scheduler._run_pkg_pretend() and remove unused
Zac Medico [Wed, 7 Apr 2010 20:17:58 +0000 (13:17 -0700)]
Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unused
quiet_config variables.

14 years agoHandle pkg_pretend output properly
Sebastian Luther [Tue, 6 Apr 2010 16:16:08 +0000 (18:16 +0200)]
Handle pkg_pretend output properly

14 years agoMake ensure_dirs() behave correctly for DragonFly when EPERM is raised for
Zac Medico [Wed, 7 Apr 2010 03:54:11 +0000 (20:54 -0700)]
Make ensure_dirs() behave correctly for DragonFly when EPERM is raised for
makedir('/'). Thanks to Naohiro Aota <naota@elisp.net> for the initial patch.

14 years agoCleanup $T earlier to prevent old messages from being displayed - bug 279041
Sebastian Luther [Tue, 6 Apr 2010 16:58:06 +0000 (18:58 +0200)]
Cleanup $T earlier to prevent old messages from being displayed - bug 279041

14 years agoRemove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarus
Zac Medico [Tue, 6 Apr 2010 16:56:23 +0000 (09:56 -0700)]
Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarus
says he wants it to work via make.conf, requiring redesign.

14 years agoalso check quoting on the Prefix variables added in EAPI=3, thanks jlec for the sugge...
Fabian Groffen [Mon, 5 Apr 2010 17:40:39 +0000 (19:40 +0200)]
also check quoting on the Prefix variables added in EAPI=3, thanks jlec for the suggestion

14 years agoFor clarity, make egencache --help and man page refer to --config-root
Zac Medico [Sat, 3 Apr 2010 00:46:07 +0000 (17:46 -0700)]
For clarity, make egencache --help and man page refer to --config-root
parameter as PORTAGE_CONFIGROOT. Thanks to Brian Harring.

14 years agoMerge remote branch 'fews-portage-branch/pkg_pretend'
Zac Medico [Fri, 2 Apr 2010 20:14:14 +0000 (13:14 -0700)]
Merge remote branch 'fews-portage-branch/pkg_pretend'

14 years agoImplement emerge part of pkg_pretend
Sebastian Luther [Mon, 29 Mar 2010 20:52:17 +0000 (22:52 +0200)]
Implement emerge part of pkg_pretend

14 years agoAdd a test which calls bash -n on all scripts with bash shebang.
Zac Medico [Fri, 2 Apr 2010 17:49:27 +0000 (10:49 -0700)]
Add a test which calls bash -n on all scripts with bash shebang.

14 years agoHandle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.
Zac Medico [Fri, 2 Apr 2010 17:22:38 +0000 (10:22 -0700)]
Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.

14 years agoUpdate copyright header.
Zac Medico [Fri, 2 Apr 2010 16:23:42 +0000 (09:23 -0700)]
Update copyright header.

14 years agoMake RebuiltBinaries only select binary packages with non-empty BUILD_TIME.
Zac Medico [Fri, 2 Apr 2010 16:22:02 +0000 (09:22 -0700)]
Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.

14 years agoUpdate copyright header.
Zac Medico [Fri, 2 Apr 2010 05:09:15 +0000 (22:09 -0700)]
Update copyright header.

14 years agoUpdate copyright header.
Zac Medico [Fri, 2 Apr 2010 05:00:39 +0000 (22:00 -0700)]
Update copyright header.

14 years agoAllow running pkg_info on non-installed packages
Sebastian Luther [Tue, 30 Mar 2010 18:21:09 +0000 (20:21 +0200)]
Allow running pkg_info on non-installed packages

14 years agoAdd DEFINED_PHASES to the dbapi caches and _emerge.Package.metadata
Sebastian Luther [Tue, 30 Mar 2010 12:10:49 +0000 (14:10 +0200)]
Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadata

14 years agoMove all imports to top.
Zac Medico [Sun, 28 Mar 2010 10:19:32 +0000 (03:19 -0700)]
Move all imports to top.

14 years agoRemove unused variables/imports and extra whitespace.
Zac Medico [Sun, 28 Mar 2010 10:00:59 +0000 (03:00 -0700)]
Remove unused variables/imports and extra whitespace.

14 years agoAdd support for package sets to quickpkg
Sebastian Luther [Sun, 28 Mar 2010 08:57:15 +0000 (10:57 +0200)]
Add support for package sets to quickpkg

Split quickpkg_atom out of quickpkg_main to handle single atoms.
Create quickpkg_set to handle sets that calls quickpkg_atom.
Use a dict called 'infos' to return information about skipped config files, etc.
Move imports to global scope.
Update --help message and man page.

14 years agoAdd support for probing shebangs and compiling python scripts that don't
Zac Medico [Sun, 28 Mar 2010 01:49:52 +0000 (18:49 -0700)]
Add support for probing shebangs and compiling python scripts that don't
end with py.

14 years agoMake sure portage.VERSION is saved in the mtimedb as type str rather than
Zac Medico [Sat, 27 Mar 2010 22:13:02 +0000 (15:13 -0700)]
Make sure portage.VERSION is saved in the mtimedb as type str rather than
ObjectProxy.

14 years agoIgnore *.py[co]
Zac Medico [Sat, 27 Mar 2010 21:51:36 +0000 (14:51 -0700)]
Ignore *.py[co]

14 years agoImplement __unicode__ for python2.
Zac Medico [Sat, 27 Mar 2010 21:44:57 +0000 (14:44 -0700)]
Implement __unicode__ for python2.

14 years agoIf portage.VERSION == HEAD then use a proxy to lazily call git describe --tags
Zac Medico [Sat, 27 Mar 2010 21:35:11 +0000 (14:35 -0700)]
If portage.VERSION == HEAD then use a proxy to lazily call git describe --tags
if it's accessed.

14 years agoAdd PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist and
Zac Medico [Fri, 26 Mar 2010 22:58:34 +0000 (15:58 -0700)]
Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist and
filter them from the saved environment.

14 years agoProcess help and version actions asap. Thanks to Brian Harring.
Zac Medico [Fri, 26 Mar 2010 22:51:25 +0000 (15:51 -0700)]
Process help and version actions asap. Thanks to Brian Harring.

14 years agoUse PORTAGE_USERNAME when populating userpriv_groups.
Zac Medico [Fri, 26 Mar 2010 05:31:16 +0000 (22:31 -0700)]
Use PORTAGE_USERNAME when populating userpriv_groups.

14 years agoImplement PortageException.__unicode__ so the string formatin operator will
Zac Medico [Thu, 25 Mar 2010 11:07:38 +0000 (04:07 -0700)]
Implement PortageException.__unicode__ so the string formatin operator will
work correctly with unicode strings in python2.

14 years agoRemove unsed check_KV() function. Thanks to Brian Harring.
Zac Medico [Thu, 25 Mar 2010 11:02:11 +0000 (04:02 -0700)]
Remove unsed check_KV() function. Thanks to Brian Harring.

14 years agoRemove obsolete reference to nonexistent functions like newdepend in
Zac Medico [Thu, 25 Mar 2010 09:49:10 +0000 (02:49 -0700)]
Remove obsolete reference to nonexistent functions like newdepend in
save_ebuild_env. Thanks to Brian Harring.

14 years agoAdd back executable bits, accidentally removed in previous commit.
Zac Medico [Wed, 24 Mar 2010 07:19:11 +0000 (00:19 -0700)]
Add back executable bits, accidentally removed in previous commit.

14 years agoRemove all svn $Id keywords.
Zac Medico [Wed, 24 Mar 2010 07:13:00 +0000 (00:13 -0700)]
Remove all svn $Id keywords.

14 years agoDon't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico [Wed, 24 Mar 2010 07:03:51 +0000 (00:03 -0700)]
Don't use $Id or $Rev for version strings since that doesn't work with git.

14 years agoUse git (repo in current working directory) instead of svn.
Zac Medico [Wed, 24 Mar 2010 06:40:44 +0000 (23:40 -0700)]
Use git (repo in current working directory) instead of svn.

14 years agoAdd support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environment
Zac Medico [Wed, 24 Mar 2010 03:03:51 +0000 (20:03 -0700)]
Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environment
variables. Thanks to Alec Warner <antarus@g.o> for submitting the
initial PORTAGE_USERNAME patch from chromiumos-overlay.

14 years agoAdd check of herds in metadata.xml
Sebastian Pipping [Sat, 27 Feb 2010 02:37:45 +0000 (03:37 +0100)]
Add check of herds in metadata.xml

14 years agoPrepare further checks on metadata.xml
Sebastian Pipping [Fri, 26 Feb 2010 21:10:43 +0000 (22:10 +0100)]
Prepare further checks on metadata.xml

14 years agoinstall_qa_check: make sure init.d and conf.d files do not have syntax errors in...
Mike Frysinger [Tue, 23 Mar 2010 20:12:38 +0000 (20:12 -0000)]
install_qa_check: make sure init.d and conf.d files do not have syntax errors in them #310805

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

14 years agoShow masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther
Zac Medico [Sun, 21 Mar 2010 21:47:28 +0000 (21:47 -0000)]
Show masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther
(few) for this patch.

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

14 years agoBug #309149 - Unify look of eend used in bash & python code, additionally
Zac Medico [Sat, 20 Mar 2010 23:46:24 +0000 (23:46 -0000)]
Bug #309149 - Unify look of eend used in bash & python code, additionally
fixing few inconsistences in bash code. Thanks to Michał Górny
<gentoo@mgorny.alt.pl> for this patch.

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

14 years agoFix typo.
Zac Medico [Fri, 19 Mar 2010 03:52:17 +0000 (03:52 -0000)]
Fix typo.

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

14 years agoNote that use.local.desc is automatically generated, and refer to GLEP 56.
Zac Medico [Fri, 19 Mar 2010 03:06:03 +0000 (03:06 -0000)]
Note that use.local.desc is automatically generated, and refer to GLEP 56.

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

14 years agoBug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.
Zac Medico [Fri, 19 Mar 2010 00:41:21 +0000 (00:41 -0000)]
Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.

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

14 years agoBug #309907 - Fix update_config_files() to handle package.license.
Zac Medico [Wed, 17 Mar 2010 07:24:21 +0000 (07:24 -0000)]
Bug #309907 - Fix update_config_files() to handle package.license.

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

14 years agoBug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>
Zac Medico [Tue, 16 Mar 2010 06:17:57 +0000 (06:17 -0000)]
Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>
for wording suggestions.

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

14 years agoFix breakage from previous commit.
Zac Medico [Mon, 15 Mar 2010 01:53:41 +0000 (01:53 -0000)]
Fix breakage from previous commit.

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

14 years agoAdd a TODO note about adding a registration interface for eclasses to register
Zac Medico [Mon, 15 Mar 2010 00:25:57 +0000 (00:25 -0000)]
Add a TODO note about adding a registration interface for eclasses to register
phase hooks, in order to migrate away from global scope useq() calls.

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

14 years agoBug #299095 - Always use UTF-8 codec when opening ebuilds, to avoid
Zac Medico [Sun, 14 Mar 2010 23:44:14 +0000 (23:44 -0000)]
Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoid
UnicodeDecodeError with python3.

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

14 years agoRevert tar error handling changes from bug #309001 since we can't necessarily
Zac Medico [Sun, 14 Mar 2010 10:00:46 +0000 (10:00 -0000)]
Revert tar error handling changes from bug #309001 since we can't necessarily
trust tar exist status alone (reverts r15820 and r15821).

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

14 years agoUpdate SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions since
Zac Medico [Sat, 13 Mar 2010 21:55:24 +0000 (21:55 -0000)]
Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions since
this is signal hander now set automatically for subprocesses after the fork
in portage.process.spawn().

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

14 years agoBug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.
Zac Medico [Sat, 13 Mar 2010 06:47:36 +0000 (06:47 -0000)]
Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.

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

14 years agoAdd references to bug #309001 in comments about SIGPIPE handling.
Zac Medico [Sat, 13 Mar 2010 02:22:20 +0000 (02:22 -0000)]
Add references to bug #309001 in comments about SIGPIPE handling.

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

14 years agoBug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing of
Zac Medico [Sat, 13 Mar 2010 02:18:05 +0000 (02:18 -0000)]
Bug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing of
subprocesses by SIGPIPE (as emerge has for a long time). Thanks to Harald van
Dijk truedfx@g.o for this patch.

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

14 years agoSimplyfy the virtual.exists check, and avoid deprecation warning triggered
Zac Medico [Fri, 12 Mar 2010 20:52:58 +0000 (20:52 -0000)]
Simplyfy the virtual.exists check, and avoid deprecation warning triggered
by cpv_getkey called on an empty string.

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

14 years agoTrust tar exit status and ignore bzip2 exit status as in bug #309001.
Zac Medico [Thu, 11 Mar 2010 23:35:01 +0000 (23:35 -0000)]
Trust tar exit status and ignore bzip2 exit status as in bug #309001.

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

14 years agoBug #309001 - Only trust tar exit status (ignore decompressor exit status)
Zac Medico [Thu, 11 Mar 2010 23:27:54 +0000 (23:27 -0000)]
Bug #309001 - Only trust tar exit status (ignore decompressor exit status)
when unpacking tar files.

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

14 years agoOnly try to merge portage asap when the new version is different. v2.2_rc67
Zac Medico [Wed, 10 Mar 2010 00:29:24 +0000 (00:29 -0000)]
Only try to merge portage asap when the new version is different.

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

14 years agoOnly create implicit libc deps when the version changes.
Zac Medico [Tue, 9 Mar 2010 21:23:33 +0000 (21:23 -0000)]
Only create implicit libc deps when the version changes.

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

14 years agoDisable implicit libc deps for ROOT != "/" since it's probably not needed.
Zac Medico [Tue, 9 Mar 2010 21:09:34 +0000 (21:09 -0000)]
Disable implicit libc deps for ROOT != "/" since it's probably not needed.

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

14 years agoMerge libc asap for all roots instead of just ROOT="/".
Zac Medico [Tue, 9 Mar 2010 20:10:57 +0000 (20:10 -0000)]
Merge libc asap for all roots instead of just ROOT="/".

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

14 years agoAdd periods.
Zac Medico [Tue, 9 Mar 2010 19:48:12 +0000 (19:48 -0000)]
Add periods.

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

14 years agoUse ewarn output style to add some color.
Zac Medico [Tue, 9 Mar 2010 19:27:45 +0000 (19:27 -0000)]
Use ewarn output style to add some color.

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

14 years ago* Remove outdated profiles.desc sentence about "1 profile allowed per
Zac Medico [Tue, 9 Mar 2010 09:03:57 +0000 (09:03 -0000)]
* Remove outdated profiles.desc sentence about "1 profile allowed per
  stable/dev/KEYWORD". Thanks to Torsten Veller <tove@g.o> for reporting.

* Add 'exp' to valid profiles.desc status values, and update the example.

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

14 years agoImport 'email' and 'smtlib' locally since python ebuilds remove the 'email'
Zac Medico [Tue, 9 Mar 2010 08:07:36 +0000 (08:07 -0000)]
Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'
module when built with USE=build.

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

14 years agoAdd --debug output for the scheduler digraph.
Zac Medico [Tue, 9 Mar 2010 05:02:27 +0000 (05:02 -0000)]
Add --debug output for the scheduler digraph.

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

14 years agoIf _implicit_libc_deps() finds both a new-style virtual and an old-style
Zac Medico [Tue, 9 Mar 2010 04:55:37 +0000 (04:55 -0000)]
If _implicit_libc_deps() finds both a new-style virtual and an old-style
PROVIDE virtual, use the new-style virtual.

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

14 years agoAdd support for displaying profile listed in make.profile/parent when
Zac Medico [Tue, 9 Mar 2010 04:24:16 +0000 (04:24 -0000)]
Add support for displaying profile listed in make.profile/parent when
make.profile is not a symlink. The first parent with a path inside
$PORTDIR is displayed.

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

14 years agoFix typo in parenthesis from previous commit.
Zac Medico [Tue, 9 Mar 2010 03:56:39 +0000 (03:56 -0000)]
Fix typo in parenthesis from previous commit.

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

14 years agoBug #303567 - Create implicit dependencies on libc, in order to ensure that
Zac Medico [Tue, 9 Mar 2010 03:52:55 +0000 (03:52 -0000)]
Bug #303567 - Create implicit dependencies on libc, in order to ensure that
libc is installed as early as possible.

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

14 years agoWhen portage upgrades or downgrades itself, preload lazily referenced portage
Zac Medico [Tue, 9 Mar 2010 02:36:00 +0000 (02:36 -0000)]
When portage upgrades or downgrades itself, preload lazily referenced portage
submodules into memory so that imports won't fail later.

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

14 years agoMove --update from the actions to the options section.
Zac Medico [Mon, 8 Mar 2010 22:12:42 +0000 (22:12 -0000)]
Move --update from the actions to the options section.

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

14 years agoClean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.
Zac Medico [Mon, 8 Mar 2010 22:01:28 +0000 (22:01 -0000)]
Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.

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

14 years agoEscape hyphens.
Zac Medico [Mon, 8 Mar 2010 18:57:32 +0000 (18:57 -0000)]
Escape hyphens.

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

14 years agoAdd copyright header. v2.2_rc66
Zac Medico [Mon, 8 Mar 2010 09:40:31 +0000 (09:40 -0000)]
Add copyright header.

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

14 years agoDisable PORTAGE_SYNC_STALE warnings when --usepkgonly is enabled.
Zac Medico [Mon, 8 Mar 2010 09:10:35 +0000 (09:10 -0000)]
Disable PORTAGE_SYNC_STALE warnings when --usepkgonly is enabled.

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

14 years agoExclude PORTAGE_SYNC_STALE from the ebuild environment.
Zac Medico [Mon, 8 Mar 2010 09:04:56 +0000 (09:04 -0000)]
Exclude PORTAGE_SYNC_STALE from the ebuild environment.

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

14 years agoBug #307409 - Force --verbose mode when displaying circular deps.
Zac Medico [Mon, 8 Mar 2010 08:53:03 +0000 (08:53 -0000)]
Bug #307409 - Force --verbose mode when displaying circular deps.

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