summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* For bug #143340, give an appropriate message when there is no read access to ↵Zac Medico2007-07-301-0/+6
| | | | | | a binary package. (branches/2.1.2 r6878) svn path=/main/branches/2.1.2.9/; revision=7467
* Make repoman exit with nonzero status whenever there are qa issues (already ↵Zac Medico2007-07-301-0/+4
| | | | | | does the same in commit mode). Thanks to Daniel Gryniewicz <dang@gentoo.org> in bug #182166. (branches/2.1.2 r6857) svn path=/main/branches/2.1.2.9/; revision=7466
* For bug #182021, use active voice when notifying the user that superuser ↵Zac Medico2007-07-301-2/+2
| | | | | | access is required. (branches/2.1.2 r6855) svn path=/main/branches/2.1.2.9/; revision=7465
* For bug #182157, never chmod 0 symlinks before unlinking them. ↵Zac Medico2007-07-301-1/+2
| | | | | | (branches/2.1.2 r6849) svn path=/main/branches/2.1.2.9/; revision=7464
* For bug #181953, prevent the circular_blocks code from selecting a node ↵Zac Medico2007-07-301-2/+10
| | | | | | that's already been selected by the normal node selection process. (branches/2.1.2 r6838) svn path=/main/branches/2.1.2.9/; revision=7463
* Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)Zac Medico2007-07-301-1/+1
| | | | svn path=/main/branches/2.1.2.9/; revision=7462
* Always return a dict from dblink.getcontents() since callers never expect to ↵Zac Medico2007-07-301-9/+17
| | | | | | get None. (branches/2.1.2 r6817) svn path=/main/branches/2.1.2.9/; revision=7461
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-07-302-32/+37
| | | | | | reporting. (branches/2.1.2 r6811) svn path=/main/branches/2.1.2.9/; revision=7460
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an ↵Zac Medico2007-07-302-4/+16
| | | | | | InvalidDependString exception, and make sure that all callers handle the exception properly. (branches/2.1.2 r6798) svn path=/main/branches/2.1.2.9/; revision=7459
* For bug #181551, support slot deps in package.keywords. (branches/2.1.2 r6791)Zac Medico2007-07-301-3/+5
| | | | svn path=/main/branches/2.1.2.9/; revision=7458
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
| | | | svn path=/main/branches/2.1.2.9/; revision=7457
* Skip bogus '$ECLASS inherited illegally' messages when installing from a ↵Zac Medico2007-07-301-1/+2
| | | | | | binary package. (branches/2.1.2 r6776) svn path=/main/branches/2.1.2.9/; revision=7456
* For bug #152828, run -ldconfig when != . (branches/2.1.2 r6771)Zac Medico2007-07-301-10/+20
| | | | svn path=/main/branches/2.1.2.9/; revision=7455
* For bug #139383, in xtermTitleReset() use os.system() instead of ↵Zac Medico2007-07-301-110/+27
| | | | | | commands.getoutput() since the latter puts too much restriction on what echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\" may contain. (branches/2.1.2 r6769, r6773, r6800, and r6847) svn path=/main/branches/2.1.2.9/; revision=7454
* For bug #181104, make econf give an appropriate error message when configure ↵Zac Medico2007-07-301-63/+38
| | | | | | is not executable. (branches/2.1.2 r6767) svn path=/main/branches/2.1.2.9/; revision=7453
* Make all the python code respect USE conditionals in RESTRICT. It's already ↵Zac Medico2007-07-302-17/+30
| | | | | | handled on the bash side since RESTRICT is assigned the value of PORTAGE_RESTRICT. (branches/2.1.2 r6763:6765) svn path=/main/branches/2.1.2.9/; revision=7452
* Return copies of the cached values from pkgsplit and catpkgsplit. ↵Zac Medico2007-07-300-0/+0
| | | | | | (branches/2.1.2 r6763) svn path=/main/branches/2.1.2.9/; revision=7451
* For bug #156536, update --resume docs to show that the resume history is ↵Zac Medico2007-07-302-103/+81
| | | | | | capable of storing two merge lists. (branches/2.1.2 r6762) svn path=/main/branches/2.1.2.9/; revision=7450
* For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND. ↵Zac Medico2007-07-301-3/+2
| | | | | | (branches/2.1.2 r6761) svn path=/main/branches/2.1.2.9/; revision=7449
* When dblink.treewalk() looks for an installed instance in the same slot, ↵Zac Medico2007-07-301-0/+8
| | | | | | make sure that it selects the one with the highest COUNTER in case there are multiple matches. (branches/2.1.2 r6758) svn path=/main/branches/2.1.2.9/; revision=7448
* Remove duplicate entries from special variables processed by env_update() ↵Zac Medico2007-07-301-2/+6
| | | | | | (bug #172194) (branches/2.1.2 r6757 and r6759) svn path=/main/branches/2.1.2.9/; revision=7447
* Use user-provided ${mv_opts} for -5 (bug #47442) (branches/2.1.2 r6756)Zac Medico2007-07-300-0/+0
| | | | svn path=/main/branches/2.1.2.9/; revision=7446
* Add ECONF_SOURCE to the econf docs. (branches/2.1.2 r6755)Zac Medico2007-07-301-25/+17
| | | | svn path=/main/branches/2.1.2.9/; revision=7445
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (branches/2.1.2 ↵Zac Medico2007-07-301-59/+24
| | | | | | r6754) svn path=/main/branches/2.1.2.9/; revision=7444
* For bug #82378, only set permissions on PORT_LOGDIR if it is created ↵Zac Medico2007-07-301-2/+4
| | | | | | automatically. (branches/2.1.2 r6744) svn path=/main/branches/2.1.2.9/; revision=7443
* Improve support for slot deps atoms given on the command line. ↵Zac Medico2007-07-301-2/+5
| | | | | | (branches/2.1.2 r6731) svn path=/main/branches/2.1.2.9/; revision=7442
* Don't complain when is missing unless manifest1 compatibility is enabled. ↵Zac Medico2007-07-301-112/+50
| | | | | | (branches/2.1.2 r6717) svn path=/main/branches/2.1.2.9/; revision=7441
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), ↵Zac Medico2007-07-301-2/+4
| | | | | | convert the KeyError to an InvalidDependString exception since callers already handle it. (branches/2.1.2 r6715) svn path=/main/branches/2.1.2.9/; revision=7440
* Don't repeatedly invoke the depend phase for ebuilds that are already known ↵Zac Medico2007-07-301-0/+4
| | | | | | to be broken. (branches/2.1.2 r6714) svn path=/main/branches/2.1.2.9/; revision=7439
* For bug #149397, raise an InvalidDependString exception if a USE has no ↵Zac Medico2007-07-301-0/+2
| | | | | | basename. (branches/2.1.2 r6713) svn path=/main/branches/2.1.2.9/; revision=7438
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) ↵Zac Medico2007-07-301-1235/+411
| | | | | | (branches/2.1.2 r6702) svn path=/main/branches/2.1.2.9/; revision=7437
* For bug #172886, catch GetoptError. (branches/2.1.2 r6701)Zac Medico2007-07-300-0/+0
| | | | svn path=/main/branches/2.1.2.9/; revision=7436
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ↵Zac Medico2007-07-301-1009/+585
| | | | | | back to the vdb. (branches/2.1.2 r6700) svn path=/main/branches/2.1.2.9/; revision=7435
* For bug #139670, update the dohtml docs to show all supported file ↵Zac Medico2007-07-301-2/+2
| | | | | | extensions. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (trunk r7432) svn path=/main/branches/2.1.2/; revision=7433
* For bug #137483, move the `emerge --help config` docs to the emerge man ↵Zac Medico2007-07-303-46/+40
| | | | | | page. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (trunk r7430) svn path=/main/branches/2.1.2/; revision=7431
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-293-4/+12
| | | | svn path=/main/branches/2.1.2/; revision=7429
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the ↵Zac Medico2007-07-291-2/+10
| | | | | | slave end of the pty is closed on FreeBSD. (trunk r7424) svn path=/main/branches/2.1.2/; revision=7425
* For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)Zac Medico2007-07-281-3/+10
| | | | svn path=/main/branches/2.1.2/; revision=7423
* When the fetch phase fails inside doebuild(), create an eerror log since the ↵v2.1.3Zac Medico2007-07-281-0/+13
| | | | | | mod_echo module might push the original message off of the top of the terminal and prevent the user from being able to see it. (trunk r7419) svn path=/main/branches/2.1.2/; revision=7420
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+14
| | | | | | | | - binary install via pkgmerge() fails before reaching the merge phase (pkg_setup dies) - doebuild() is called for the merge phase but it dies before reaching the merge phase (trunk r7417) svn path=/main/branches/2.1.2/; revision=7418
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from ↵Zac Medico2007-07-281-2/+2
| | | | | | make.conf. (trunk r7415) svn path=/main/branches/2.1.2/; revision=7416
* For bug #186639, note that /etc/portage/profile/ supports all of the same ↵Zac Medico2007-07-271-2/+3
| | | | | | file types that /etc/make.profile/ does, except parent. (trunk r7413) svn path=/main/branches/2.1.2/; revision=7414
* For bug #186639, add more clarification about the relationship between ↵Zac Medico2007-07-271-3/+5
| | | | | | /etc/make.profile/ and /etc/portage/profile/. (trunk r7411) svn path=/main/branches/2.1.2/; revision=7412
* For bug #186480, while we transition to repository lables, avoid ? spam in ↵Zac Medico2007-07-271-1/+5
| | | | | | the repository display by ignoring a missing repository label for an installed package. svn path=/main/branches/2.1.2/; revision=7409
* For bug #186826, always show --newuse flags that trigger reinstallation even ↵Zac Medico2007-07-271-16/+24
| | | | | | when not in --verbose mode. (trunk r7407) svn path=/main/branches/2.1.2/; revision=7408
* For --buildpkgonly, say "built" instead of "merged" in the "These are the ↵Zac Medico2007-07-271-0/+2
| | | | | | packages that would be <action>" message. (trunk r7405) svn path=/main/branches/2.1.2/; revision=7406
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7404
* For bug #186610, use `find <path>` to scan for config updates since `cd ↵Zac Medico2007-07-261-5/+5
| | | | | | <path>` could fail and cause the cwd to be scanned. (trunk r7402) svn path=/main/branches/2.1.2/; revision=7403
* When setting the size of the pty for logging, check if stdout isatty rather ↵Zac Medico2007-07-261-2/+1
| | | | | | than stdin. (trunk r7400) svn path=/main/branches/2.1.2/; revision=7401
* Merge the portage.spawn() implementation with pty logging from trunk:Zac Medico2007-07-252-31/+82
| | | | | | | | | - Sending output through the pty device makes logging compatible with sesandbox and the default selinux security policy (see bug #162404). - Having a pty device for stdout makes $PAGER behave nicely for things like check_license() from eutils.eclass. svn path=/main/branches/2.1.2/; revision=7395