summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an 'IUSE defaults' section.Zac Medico2008-08-191-0/+8
* Remove reference to use.default. Thanks to ulm for reporting.Zac Medico2008-08-191-4/+0
* The following error is known to occur with Linux kernel versionsZac Medico2008-08-181-1/+19
* Update for @everything -> @installed rename. Thanks to Arfrever.Zac Medico2008-08-181-1/+1
* * Truncate status display output when necessary to avoid line overflow andZac Medico2008-08-181-3/+24
* Don't assume that the "world" set is an instance of WorldSet, allowing theZac Medico2008-08-181-13/+33
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* Document /var/lib/portage/world_sets.Zac Medico2008-08-171-0/+10
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-153-0/+26
* For consistency, make get_open_fds() return a plain iterator in any case,Zac Medico2008-08-151-2/+2
* Use a list comprehension instead of strange map() usage which yields oddZac Medico2008-08-151-1/+2
* For py3k compatibility, replace map() call with a normal for loop. Thanks toZac Medico2008-08-151-1/+2
* Pass atom instances into action_depclean() instead of the plain strings.Zac Medico2008-08-151-2/+4
* Validate atoms from command line args before calling action_depclean().Zac Medico2008-08-151-0/+28
* In order to avoid an unhandled InvalidAtom exception, validate atoms fromZac Medico2008-08-151-0/+14
* * Replace vartree.dep_match() call with normal dbapi.match() call.Zac Medico2008-08-151-3/+1
* When a build fails, generate a status message showing which packageZac Medico2008-08-141-18/+46
* Convert exceptions from parse_metadata_use() into "metadata.bad" errorsZac Medico2008-08-141-9/+15
* * Fix parse_metadata_use() to raise ParseError instead of the ExpatErrorZac Medico2008-08-141-1/+17
* The fpformat module is deprecated and will be removed in py3k.Zac Medico2008-08-141-2/+1
* Make Scheduler._choose_pkg() parallelize more aggressively in cases whenZac Medico2008-08-141-5/+19
* Fix quoting for iteration over PROFILE_PATHS.Zac Medico2008-08-121-1/+1
* Create a single EAPI section to contain all of the EAPI subsections andv2.2_rc8Zac Medico2008-08-126-60/+63
* Bug #234478 - Fix config._getMissingLicenses() to only access USE whenZac Medico2008-08-121-2/+8
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-122-1/+11
* Fix ebuild(1) so that src_configure is only called for EAPIs for which itZac Medico2008-08-111-0/+6
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-112-2/+7
* In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS intoZac Medico2008-08-111-5/+4
* Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7Zac Medico2008-08-101-1/+1
* For pkg_config and pkg_info, add respective "config" and "info" values toZac Medico2008-08-101-1/+1
* When testing userpriv write access in $DISTDIR, redirect the 'permissionZac Medico2008-08-101-1/+1
* Remove unnecessary dict.keys() call.Zac Medico2008-08-101-1/+1
* Move the default EAPI definition where it will work in any case it mightZac Medico2008-08-101-4/+4
* Remove most references to Package.metadata_keys and replace them withZac Medico2008-08-101-20/+18
* Add sample code for the new src_configure and src_compile phase functions.Zac Medico2008-08-101-0/+13
* Document the differences between EAPIs 0 and 1.Zac Medico2008-08-102-0/+67
* Add new sections for EAPI 0 and 1 (currently empty).Zac Medico2008-08-104-0/+10
* Fix typo.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-102-7/+8
* Remove pointless `cd` calls in dyn_configure() and dyn_compile().Zac Medico2008-08-101-6/+4
* Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi...Zac Medico2008-08-101-3/+1
* Make the scheduler's job delay ramp up faster by increasing the factorZac Medico2008-08-101-2/+3
* Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured.Zac Medico2008-08-091-6/+3
* Add write_contents() and tar_contents() functions to __all__.Zac Medico2008-08-091-1/+2
* * Use shlex.split() for splitting COLLISION_IGNORE.Zac Medico2008-08-091-1/+5
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-0912-12/+12
* Bug #234157 - Remove BUILD_PREFIX from the docs since it's not a user configZac Medico2008-08-091-5/+0
* Don't use "dir" for a variable name since it's also a builtin.Zac Medico2008-08-091-4/+4
* Add a reference to the default sets.conf location. Thanks to dberkholz forZac Medico2008-08-091-1/+5
* Make eapi*_src_install die since they're not supported.Zac Medico2008-08-091-3/+3