portage.git
2007-01-17 Zac MedicoMake dep_check() work correctly with --usepkgonly....
2007-01-16 Zac Medicomake sure we rename links and not just what they point...
2007-01-16 Zac MedicoPrevent packages that are installed but masked from...
2007-01-16 Mike Frysingermake sure we rename links and not just what they point...
2007-01-16 Mike Frysingermake it executable
2007-01-16 Zac MedicoUse the portable -o option for tar. Thanks to Timothy...
2007-01-16 Zac MedicoAllow --usepkgonly/--getbinpkgonly to work with install...
2007-01-16 Zac MedicoFor consistency, respect the use_binaries flag inside...
2007-01-16 Alec Warnerswitch news timestamp and unread/read storage to '...
2007-01-16 Alec WarnerIf repo/profiles/news doesn't exist, return 0 updates
2007-01-16 Alec Warnerfix a few typos in tests
2007-01-16 Alec WarnerVarious glep 42 fixes, fix up the portageq calls to...
2007-01-16 Zac MedicoReplace mktemp with mkstemp since the former is depreca...
2007-01-16 Zac MedicoFix broken commitmessagefile handling.
2007-01-16 Zac MedicoFor consistency, just use os.environ.
2007-01-16 Zac MedicoMake repoman commit removals together with the other...
2007-01-16 Alec Warnerdirty dirty lies
2007-01-16 Mike Frysingermake.conf is not a manual so only list common FEATURES...
2007-01-16 Mike Frysingerdocument FEATURES=sesandbox #161985
2007-01-16 Alec Warnerferringb pointed out this portroot parameter, ended...
2007-01-16 Zac MedicoEnable repoman to commit a Manifest alone instead of...
2007-01-16 Alec Warnerfix minor syntax issues with locking
2007-01-16 Alec Warnermerge didn't bring in portage_news, no idea why
2007-01-16 Alec Warnermerge glep42 into trunk
2007-01-16 Alec WarnerClean up imports in portage_locks.py
2007-01-15 Mike Frysingerelevate the importance of 64bit clean code on 64bit...
2007-01-15 Zac MedicoMake invalid deps non-fatal for some phases.
2007-01-15 Zac MedicoClean up variables when finished.
2007-01-15 Zac MedicoFor bug #162275, make doebuild validate *DEPEND and...
2007-01-15 Alec Warnerexithandler is not a portageq func, so ignore it
2007-01-14 Zac MedicoFix alphabetical order. v2.1.2
2007-01-14 Zac MedicoDocument DOC_SYMLINKS_DIR.
2007-01-14 Zac MedicoDon't warn about /etc/make.profile not being a symlink...
2007-01-14 Zac MedicoDisable the test phase when USE=test is masked (for...
2007-01-14 Zac MedicoFor bug #69021, add news about FEATURES="test" implying...
2007-01-14 Zac MedicoFor bug #161975, document the fact that GENTOO_MIRRORS...
2007-01-14 Zac MedicoDocument PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path...
2007-01-14 Zac MedicoFix dohtml so that it continues to install files even...
2007-01-13 Zac MedicoFix reversed arguments.
2007-01-13 Zac MedicoFix 'TypeError: not all arguments converted during...
2007-01-13 Alec Warnerfix tabs with patch from Grobian and bug # 161911,...
2007-01-13 Mike Frysingermake sure people call addread/addwrite/adddeny/addpredi...
2007-01-13 Zac MedicoCatch InvalidData exceptions for bad atoms passed as...
2007-01-13 Zac MedicoFix a typo.
2007-01-13 Zac MedicoObey the silent parameter when parsing options.
2007-01-13 Zac MedicoDocument PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.
2007-01-13 Zac MedicoFor bug #144380, disable color at emerge startup and...
2007-01-13 Zac MedicoUse end_paragraph(1) instead of add_line_break() so...
2007-01-13 Zac MedicoSend the unmerge failure message to stderr.
2007-01-12 Zac MedicoSend the slot collision notice to stderr and only show...
2007-01-12 Alec Warnerremove the last of the string module from portage.py
2007-01-12 Alec WarnerAdd a few pretty basic comments on writing code, partic...
2007-01-12 Zac MedicoFix another typo.
2007-01-12 Zac MedicoFix more typos.
2007-01-12 Zac MedicoRevert accidentally modified joins.
2007-01-12 Zac MedicoFix a typo.
2007-01-12 Zac MedicoFix a typo.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Alec Warnerpurge string module from repoman
2007-01-12 Alec Warneranother annoy space bug
2007-01-12 Alec Warnerfix "" " " bug
2007-01-12 Alec Warnerpurge string module from emerge
2007-01-12 Zac MedicoFix typos from the previous commit.
2007-01-12 Zac MedicoUse startswith and endswith to simplify code.
2007-01-12 Alec WarnerMore String deprecation
2007-01-12 Alec Warnerset Id on tests
2007-01-12 Alec Warnermore string deprecation
2007-01-12 Alec WarnerBegin the deprecation of the string module
2007-01-12 Zac MedicoRemove a duplicate % character.
2007-01-12 Zac MedicoFix incremental virtuals code for the new stricter...
2007-01-12 Zac MedicoPrevent an InvalidData exception during global updates...
2007-01-12 Zac MedicoFor bug #88485, show the location of the build log...
2007-01-12 Zac MedicoReturn early from finddigest if findname2 found nothing.
2007-01-12 Alec WarnerFIx a bunch of random Except: statements in portage...
2007-01-12 Alec Warneros.cwd can return OSError (maybe IOError with wrong...
2007-01-12 Alec WarnerEOFError is also important according to Zac
2007-01-12 Alec Warnergetbinpkg.py fix except: open can be IOERror or OSError...
2007-01-12 Alec Warnercomment the excepts in a few places
2007-01-12 Alec WarnerFix broad except statement, should only be KeyError
2007-01-12 Alec Warnerportage_versions.py, more string.atoi -> int, fix anoth...
2007-01-12 Alec WarnerChange vercmp to use int() instead of string atoi,...
2007-01-12 Zac MedicoFor bug #147512, don't print a cryptic error message...
2007-01-12 Mike Frysingerdrop lazy bindings check once and for all ... the syste...
2007-01-12 Zac MedicoFix ebuild environment color.map support so that it...
2007-01-11 Zac MedicoAllow catpkgsplit to be less strict for atoms that...
2007-01-11 Mike Frysingeruse cached suffix value and if it is not valid, lets...
2007-01-11 Mike Frysingerdont compress files that are already compressed and...
2007-01-11 Zac MedicoUse a global to ensure that the valid_category regex...
2007-01-11 Alec WarnerSpanKY likes the latin categories
2007-01-11 Alec Warnerlearn to spell
2007-01-11 Alec WarnerHandle the exception in isvalidatom, change it to use...
2007-01-11 Alec WarnerFix comments for catpkgsplit
2007-01-11 Alec Warnercatch and validate new ValueError Exception
2007-01-11 Alec WarnerValid categories in catpkgsplit
2007-01-11 Alec Warnerprint the incorrect atom
2007-01-11 Alec Warneradd some invalid ops to getcpv to make sure it returns...
2007-01-11 Zac MedicoFor bug #50738, inform the user about the location...
2007-01-11 Alec Warnerisjustname tests
2007-01-11 Alec Warnerelaborate a bit on isjustname()
2007-01-11 Alec Warnergetslot tests
next