summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-07-301-1/+8
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-07-302-4/+31
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, branches/2.1.2 r7005...Zac Medico2007-07-301-2/+6
* dont break when the binhost url doesn't end with a slash (bug #144440, branch...Zac Medico2007-07-301-51/+24
* change default diff_command for emacs (bug #147558, branches/2.1.2 r7001)Zac Medico2007-07-300-0/+0
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-07-301-0/+8
* Document RESTRICT=bindist and add a note about allowance for conditional synt...Zac Medico2007-07-301-0/+4
* Clean up the profile masking code. (branches/2.1.2 r6936)Zac Medico2007-07-301-9/+5
* cache the result of --suffix to reduce testing overhead as suggested by Mr_Bo...Zac Medico2007-07-300-0/+0
* Add support for RSYNC_EXTRA_OPTS to webrsync (branches/2.1.2 r6927)Zac Medico2007-07-301-2/+2
* Some minor fixes for manifest code (branches/2.1.2 r6923)Zac Medico2007-07-301-10/+4
* Display message about --buildpkgonly restriction in pretend mode as well (bra...Zac Medico2007-07-301-0/+5
* default --help should be usable, so make the extended output require --verbos...Zac Medico2007-07-301-7/+4
* fix grammar in error output (branches/2.1.2 r6905)Zac Medico2007-07-301-1/+1
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ...Zac Medico2007-07-301-8/+11
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-304-15/+28
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-07-301-6/+16
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-07-301-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-07-301-0/+6
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-07-301-0/+4
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-07-301-2/+2
* For bug #182157, never chmod 0 symlinks before unlinking them. (branches/2.1....Zac Medico2007-07-301-1/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-07-301-2/+10
* Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)Zac Medico2007-07-301-1/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-07-301-9/+17
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-07-302-32/+37
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-07-302-4/+16
* For bug #181551, support slot deps in package.keywords. (branches/2.1.2 r6791)Zac Medico2007-07-301-3/+5
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-07-301-1/+2
* For bug #152828, run -ldconfig when != . (branches/2.1.2 r6771)Zac Medico2007-07-301-10/+20
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-07-301-110/+27
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-07-301-63/+38
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-302-17/+30
* Return copies of the cached values from pkgsplit and catpkgsplit. (branches/2...Zac Medico2007-07-300-0/+0
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-07-302-103/+81
* For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND. (bran...Zac Medico2007-07-301-3/+2
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-07-301-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Zac Medico2007-07-301-2/+6
* Use user-provided ${mv_opts} for -5 (bug #47442) (branches/2.1.2 r6756)Zac Medico2007-07-300-0/+0
* Add ECONF_SOURCE to the econf docs. (branches/2.1.2 r6755)Zac Medico2007-07-301-25/+17
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (branches/2.1.2 ...Zac Medico2007-07-301-59/+24
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-07-301-2/+4
* Improve support for slot deps atoms given on the command line. (branches/2.1....Zac Medico2007-07-301-2/+5
* Don't complain when is missing unless manifest1 compatibility is enabled. (b...Zac Medico2007-07-301-112/+50
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-07-301-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-07-301-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-07-301-0/+2
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (branches/...Zac Medico2007-07-301-1235/+411