summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be em...Zac Medico2007-01-301-2/+4
* Fix "UnboundLocalError: local variable 'portage' referenced before assignment...Zac Medico2007-01-301-1/+0
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo().Zac Medico2007-01-301-0/+2
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat...Zac Medico2007-01-291-4/+5
* add support for transparently decompressing gz/Z/bz2 files since some upstrea...Mike Frysinger2007-01-281-10/+36
* Minor cleanup for the LIVEVCS.stable code.Zac Medico2007-01-281-4/+12
* Can't delete variable that doesn't exist anymore (bug #164280)Marius Mauch2007-01-281-1/+1
* use errno.EACCES as suggested by Brian HarringAlec Warner2007-01-281-2/+2
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
* Catch EACCESS when running env-update, orignal patch by <phajdan.jr@gmail.com...Marius Mauch2007-01-281-1/+8
* Remove a stray print statement. Thanks to Rick Warner in bug #125261.Zac Medico2007-01-281-1/+0
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...Zac Medico2007-01-271-1/+2
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
* if requested argv cannot be matched to anything, exit with non-zero statusMike Frysinger2007-01-271-1/+6
* For consistency, do not imply --pretend with --changelog since that prevents ...Zac Medico2007-01-271-5/+0
* Namespace sanitizing, step 5Marius Mauch2007-01-251-87/+88
* Namespace sanitizing, step 4Marius Mauch2007-01-258-58/+58
* demote KEYWORDS.missing to a warning to make KEYWORDS='' validMarius Mauch2007-01-241-0/+1
* Use XARGS for portable xargs handling when find doesn't find any files. (bran...Zac Medico2007-01-201-1/+1
* For bug #161356, prevent an AttributeError if the exception has no __module__...Zac Medico2007-01-201-1/+1
* Simplify rsync timestamp.chk handling and print the correct path for bug #507...Zac Medico2007-01-181-50/+43
* Syntax errorMarius Mauch2007-01-181-1/+1
* fix apply_permissions import and use keyworded args in the call, as well as P...Alec Warner2007-01-181-1/+1
* dump emerge's normpath in favor of portage_util's normalize_pathAlec Warner2007-01-181-13/+1
* arm supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
* superh supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
* make it executableMike Frysinger2007-01-161-0/+0
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-161-12/+5
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-161-1/+2
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-162-9/+23
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
* Make repoman commit removals together with the other changes (instead of with...Zac Medico2007-01-161-3/+8
* Enable repoman to commit a Manifest alone instead of bailing out with "Didn't...Zac Medico2007-01-161-7/+7
* merge glep42 into trunkAlec Warner2007-01-162-0/+62
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* Fix dohtml so that it continues to install files even after some fail. Thank...Zac Medico2007-01-141-1/+2
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Fix a typo.Zac Medico2007-01-131-1/+1
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19