summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* superh supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5694
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5689
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
| | | | svn path=/main/trunk/; revision=5678
* make it executableMike Frysinger2007-01-161-0/+0
| | | | svn path=/main/trunk/; revision=5677
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-161-12/+5
| | | | | | <drizzt@gentoo.org> for the patch. svn path=/main/trunk/; revision=5676
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-161-1/+2
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite ↵Alec Warner2007-01-162-9/+23
| | | | | | the news checking code to check news for all repos with a name. svn path=/main/trunk/; revision=5670
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5669
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
| | | | svn path=/main/trunk/; revision=5668
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
| | | | svn path=/main/trunk/; revision=5667
* Make repoman commit removals together with the other changes (instead of ↵Zac Medico2007-01-161-3/+8
| | | | | | with the final Manifest commit). svn path=/main/trunk/; revision=5666
* Enable repoman to commit a Manifest alone instead of bailing out with ↵Zac Medico2007-01-161-7/+7
| | | | | | "Didn't find any changed files". svn path=/main/trunk/; revision=5661
* merge glep42 into trunkAlec Warner2007-01-162-0/+62
| | | | svn path=/main/trunk/; revision=5658
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
| | | | svn path=/main/trunk/; revision=5656
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
| | | | svn path=/main/trunk/; revision=5652
* Disable the test phase when USE=test is masked (for consistency with the fix ↵Zac Medico2007-01-141-0/+3
| | | | | | for bug #69021). svn path=/main/trunk/; revision=5646
* Fix dohtml so that it continues to install files even after some fail. ↵Zac Medico2007-01-141-1/+2
| | | | | | Thanks to brad walker <bradmwalker@cableone.net> in bug #149745. svn path=/main/trunk/; revision=5642
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
| | | | svn path=/main/trunk/; revision=5632
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
| | | | svn path=/main/trunk/; revision=5629
* Fix a typo.Zac Medico2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5628
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5627
* For bug #144380, disable color at emerge startup and then enable it only ↵Zac Medico2007-01-131-14/+7
| | | | | | when it's absolutely sure that color should be enabled (after EMERGE_DEFAULT_OPTS has been parsed). svn path=/main/trunk/; revision=5625
* Use end_paragraph(1) instead of add_line_break() so that there is really a ↵Zac Medico2007-01-131-1/+1
| | | | | | blank line. svn path=/main/trunk/; revision=5624
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
| | | | svn path=/main/trunk/; revision=5623
* Send the slot collision notice to stderr and only show minimal output in ↵Zac Medico2007-01-121-12/+19
| | | | | | --quiet mode. svn path=/main/trunk/; revision=5621