summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Create namespace for emergeMarius Mauch2007-02-081-3/+4
| | | | svn path=/main/trunk/; revision=5931
* die requires diefunc and dump_trace too; duh; also move extdebug into ↵Alec Warner2007-02-082-66/+31
| | | | | | isolated-functions.sh svn path=/main/trunk/; revision=5930
* Make the "lfull" output more succinct by omitting categories for which there ↵Zac Medico2007-02-081-2/+1
| | | | | | are no violations. svn path=/main/trunk/; revision=5928
* For bug #165783, handle a potential InvalidDependString exception in repoman ↵Zac Medico2007-02-071-14/+25
| | | | | | and report a SRC_URI.syntax failure. svn path=/main/trunk/; revision=5922
* Enable strict dep checking for repoman.Zac Medico2007-02-071-0/+1
| | | | svn path=/main/trunk/; revision=5918
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-072-2/+3
| | | | | | '.*.bak'. svn path=/main/trunk/; revision=5914
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is ↵Zac Medico2007-02-071-1/+2
| | | | | | enabled). svn path=/main/trunk/; revision=5912
* move die into isolated-functions.shAlec Warner2007-02-072-12/+45
| | | | svn path=/main/trunk/; revision=5910
* For bug #165783, handle an InvalidDependString exception triggered by an ↵Zac Medico2007-02-071-3/+9
| | | | | | invalid SRC_URI. svn path=/main/trunk/; revision=5908
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-072-0/+3
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. svn path=/main/trunk/; revision=5907
* For bug #165382, show a helpful message if an exception is raised from ↵Zac Medico2007-02-051-3/+16
| | | | | | cpv_expand(). svn path=/main/trunk/; revision=5897
* Fix another UnboundLocalError (branches/prefix r5893)Zac Medico2007-02-051-2/+2
| | | | svn path=/main/trunk/; revision=5895
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of ↵Zac Medico2007-02-051-24/+1
| | | | | | the incompatible ones that repoman currently uses. svn path=/main/trunk/; revision=5888
* Fix "UnboundLocalError: local variable 'portage' referenced before ↵Zac Medico2007-02-031-2/+2
| | | | | | assignment" caused by a local import hiding a global import. svn path=/main/trunk/; revision=5887
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
| | | | svn path=/main/trunk/; revision=5879
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
| | | | svn path=/main/trunk/; revision=5878
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
| | | | svn path=/main/trunk/; revision=5877
* Rename dir.bz2 since that's the most likely case now.Zac Medico2007-02-011-1/+1
| | | | svn path=/main/trunk/; revision=5865
* Fix --newuse so that it works correctly with --usepkg.Zac Medico2007-02-011-2/+1
| | | | svn path=/main/trunk/; revision=5859
* Load the most current variables from /etc/profile.env for post_emerge stuff.Zac Medico2007-02-011-0/+6
| | | | svn path=/main/trunk/; revision=5858
* try and fix $Rev$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5849
* try and fix $LastChangedRevision$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5848
* add some useful optionsMike Frysinger2007-01-311-29/+60
| | | | svn path=/main/trunk/; revision=5847
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | Thanks to solar for reporting. svn path=/main/trunk/; revision=5845
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
| | | | svn path=/main/trunk/; revision=5842
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. svn path=/main/trunk/; revision=5840
* Fix "UnboundLocalError: local variable 'portage' referenced before ↵Zac Medico2007-01-301-1/+0
| | | | | | assignment" caused by an unnecessary local import hiding a global import. svn path=/main/trunk/; revision=5838
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo().Zac Medico2007-01-301-0/+2
| | | | svn path=/main/trunk/; revision=5833
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean ↵Zac Medico2007-01-291-4/+5
| | | | | | operations since those are most likely unattended. Thanks to Dan <hydrogen@notyetimplemented.com> for the initial patch. svn path=/main/trunk/; revision=5827
* add support for transparently decompressing gz/Z/bz2 files since some ↵Mike Frysinger2007-01-281-10/+36
| | | | | | upstream packages will compress for us svn path=/main/trunk/; revision=5825
* Minor cleanup for the LIVEVCS.stable code.Zac Medico2007-01-281-4/+12
| | | | svn path=/main/trunk/; revision=5821
* Can't delete variable that doesn't exist anymore (bug #164280)Marius Mauch2007-01-281-1/+1
| | | | svn path=/main/trunk/; revision=5817
* use errno.EACCES as suggested by Brian HarringAlec Warner2007-01-281-2/+2
| | | | svn path=/main/trunk/; revision=5814
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
| | | | svn path=/main/trunk/; revision=5804
* Catch EACCESS when running env-update, orignal patch by ↵Marius Mauch2007-01-281-1/+8
| | | | | | <phajdan.jr@gmail.com> (bug #106061) svn path=/main/trunk/; revision=5803
* Remove a stray print statement. Thanks to Rick Warner in bug #125261.Zac Medico2007-01-281-1/+0
| | | | svn path=/main/trunk/; revision=5799
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵Zac Medico2007-01-271-1/+2
| | | | | | instead of ENOTEMPTY. svn path=/main/trunk/; revision=5798
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
| | | | svn path=/main/trunk/; revision=5796
* if requested argv cannot be matched to anything, exit with non-zero statusMike Frysinger2007-01-271-1/+6
| | | | svn path=/main/trunk/; revision=5791
* For consistency, do not imply --pretend with --changelog since that prevents ↵Zac Medico2007-01-271-5/+0
| | | | | | --changelog from being usable in EMERGE_DEFAULTS_OPTS. Thanks to Ryan Hill <dirtyepic@gentoo.org> in #151250. svn path=/main/trunk/; revision=5790
* Namespace sanitizing, step 5Marius Mauch2007-01-251-87/+88
| | | | svn path=/main/trunk/; revision=5785
* Namespace sanitizing, step 4Marius Mauch2007-01-258-58/+58
| | | | svn path=/main/trunk/; revision=5784
* demote KEYWORDS.missing to a warning to make KEYWORDS='' validMarius Mauch2007-01-241-0/+1
| | | | svn path=/main/trunk/; revision=5768
* Use XARGS for portable xargs handling when find doesn't find any files. ↵Zac Medico2007-01-201-1/+1
| | | | | | (branches/2.1.2 r5740) svn path=/main/trunk/; revision=5741
* For bug #161356, prevent an AttributeError if the exception has no ↵Zac Medico2007-01-201-1/+1
| | | | | | __module__ attribute. svn path=/main/trunk/; revision=5737
* Simplify rsync timestamp.chk handling and print the correct path for bug ↵Zac Medico2007-01-181-50/+43
| | | | | | #50738. Thanks to jeka for reporting on irc. svn path=/main/trunk/; revision=5716
* Syntax errorMarius Mauch2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5702
* fix apply_permissions import and use keyworded args in the call, as well as ↵Alec Warner2007-01-181-1/+1
| | | | | | PORTAGE_INST_UID instead of root, also fix some spacies in emerge, thanks for Zac for reporting svn path=/main/trunk/; revision=5699
* dump emerge's normpath in favor of portage_util's normalize_pathAlec Warner2007-01-181-13/+1
| | | | svn path=/main/trunk/; revision=5698
* arm supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5695