summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-042-3/+8
* Fix NameError from r13880. Thanks to Arfrever for reporting.Zac Medico2009-08-031-1/+1
* Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.Zac Medico2009-08-031-4/+5
* Bug #278729 - Inside dep_zapdeps(), ignore USE dependencies since we don'tZac Medico2009-08-031-1/+6
* Bug #278729 - Add an Atom.without_use attribute which is identical to theZac Medico2009-08-032-16/+11
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-034-26/+1
* Only treat non-negative integers as valid in insert_optional_args().Zac Medico2009-08-011-2/+1
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-013-13/+77
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-013-3/+14
* In the _check_build_log(), exclude output from dev-libs/yaz-3.0.47 whichZac Medico2009-07-311-1/+6
* In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with eachZac Medico2009-07-301-0/+2
* Bug #276264 - Advise manual removal of the metadata/cache/ direcory when usingZac Medico2009-07-301-2/+3
* Add a python-based setsid script for use with USERLAND=BSD.Zac Medico2009-07-302-2/+15
* Fix breakage in owners() handling of abs paths.Zac Medico2009-07-301-1/+1
* Move the setsid code (from bug #278895) as early as possible.Zac Medico2009-07-301-18/+17
* Updating find_updated_config_files function descriptionMounir Lamouri2009-07-301-4/+4
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-302-10/+7
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-302-59/+78
* Inside die(), only send the signal for subshell die support when we areZac Medico2009-07-301-1/+1
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-303-1/+14
* Fix depgraph._show_missed_update() to keep each $ROOT separate.Zac Medico2009-07-291-4/+8
* Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep().Zac Medico2009-07-291-4/+3
* Remove redundant loop inside depgraph._show_missed_update_slot_conflicts().Zac Medico2009-07-281-12/+12
* When backtracking due to an unsatisfied dependency, show a normal unsatisfiedZac Medico2009-07-281-3/+49
* Fix --onlydeps breakage. Thanks to Arfrever for reporting.Zac Medico2009-07-251-1/+1
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-222-1/+13
* Add comment in calc_depclean() about topological sort optimization thatZac Medico2009-07-211-1/+2
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-205-12/+17
* FEATURES=unmerge-logsZac Medico2009-07-203-1/+15
* Remove empty log files inside dblink.unmerge(). Thanks to Diego PettenòZac Medico2009-07-201-0/+12
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-202-8/+9
* Use a lazy reference to sys.stdout, in case the API consumer hasZac Medico2009-07-201-3/+8
* Make portage.listdir() and dbapi.cp_list() return unicode.Zac Medico2009-07-203-1/+8
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* In grablines(), specify encoding=sys.getdefaultencoding() in the codecs.open()Zac Medico2009-07-201-2/+3
* Use codecs.open for unicode support in FileLoader.load().Zac Medico2009-07-201-1/+2
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3
* Use readlines() to optimize performance. Thanks to Marat RadchenkoZac Medico2009-07-192-2/+1
* For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make argumentsZac Medico2009-07-171-0/+2
* For unsatisfied USE dependencies, do not backtrack if only USE have to changeZac Medico2009-07-161-4/+16
* align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/SparcFabian Groffen2009-07-161-1/+1
* add hppa64 to the 64bit list as pointed out by Michael HaubenwallnerMike Frysinger2009-07-161-1/+1
* fix up spacing, remove commented out code, fix copyright (sort of see-if-I-ca...Fabian Groffen2009-07-131-48/+48
* Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks toZac Medico2009-07-121-19/+29
* Allow search and depgraph to avoid spinner by using spinner=NoneMounir Lamouri2009-07-122-11/+19
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-127-29/+37
* Improve description of QA_DT_HASH.Arfrever Frehtes Taifersar Arahesis2009-07-121-0/+3
* In depgraph._show_missed_update(), don't show installed packages since weZac Medico2009-07-121-0/+4
* Move the backtracking code from action_build() to a new backtrack_depgraph()Zac Medico2009-07-122-38/+46