Add a --color < y | n > option so that color output can be forced. This is
[portage.git] / bin /
2009-10-09 Zac MedicoAdd a --color < y | n > option so that color output...
2009-10-09 Zac MedicoAdd back Arfrever's emerge --info change because it...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info' instead of 'emerg...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info =$CATEGORY/$PF'.
2009-10-09 Zac MedicoBug #270933 - Make the "If you need support ..." messag...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
2009-10-07 Arfrever Frehtes... Bug #274870: Add file.size.fatal check in repoman.
2009-10-06 Zac MedicoFix collision in variable name 'x'.
2009-10-06 Zac MedicoAdd a 'digest.missing' check, for cases like mythtv...
2009-10-03 Fabian Groffen- do not calculate source with of isolated-functions...
2009-10-03 Fabian Groffenonly calculate spacing width for that part of the stack...
2009-10-01 Zac MedicoRemove libtool from RDEPEND.suspect list, since libltdl...
2009-09-30 Zac MedicoAdd --tolerant option (already in use on master rsync...
2009-09-27 Arfrever Frehtes... Fix TypeError in clear_screen() in dispatch-conf which...
2009-09-25 Arfrever Frehtes... Fix formatting of sizes with Python 3.
2009-09-25 Arfrever Frehtes... Use imp.reload() instead of reload() for compatibility...
2009-09-25 Arfrever Frehtes... Use list comprehensions instead of filter() or map...
2009-09-24 Zac MedicoAvoid unicode errors in python 3. Thanks to Arfrever...
2009-09-23 Arfrever Frehtes... Fix "TypeError: object of type 'filter' has no len()".
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-09-22 Zac MedicoReplace doct.keys() usage with __iter__(), since it...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Support both Python 2 and 3 in portage._unicode_encode...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-12 Zac MedicoUse isjustname() where appropriate.
2009-09-08 Zac MedicoFix false positives in gcc QA with debug mode some...
2009-09-08 Zac MedicoFix code from previous commit so it's guaranteed to...
2009-09-08 Zac MedicoIn debug mode, avoid showing gcc QA search strings...
2009-09-05 Fabian Groffenadd note that this file does not seem to deal with...
2009-09-05 Fabian GroffenFix usage of VDB_PATH
2009-09-01 Arfrever Frehtes... Add dev-util/gperf to list of suspected run-time depend...
2009-08-29 Arfrever Frehtes... Many packages use setuptools at run-time, so remove...
2009-08-24 Fabian Groffenmake sure we can deal with arches like x86-fbsd, like...
2009-08-23 Zac MedicoAdd a LIVEVCS.unmasked category for ebuilds that have...
2009-08-21 Arfrever Frehtes... Avoid potential empty lines in warnings about missing...
2009-08-21 Arfrever Frehtes... Rename QA_NEEDED to QA_DT_NEEDED.
2009-08-21 Arfrever Frehtes... Add support for QA_SONAME variable (bug #281964). Add...
2009-08-21 Arfrever Frehtes... Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH...
2009-08-19 Zac MedicoUse _encodings['repo.content'] for decoding profiles...
2009-08-17 Arfrever Frehtes... Add 'return False' which was missing from the previous...
2009-08-17 Arfrever Frehtes... Print a warning when nonexistent files have been passed...
2009-08-15 Zac MedicoUse elog in _eapi0_pkg_nofetch().
2009-08-15 Zac MedicoRemove ACCEPT_PROPERTIES filtering since it's filtered...
2009-08-11 Mounir LamouriAdd ACCEPT_PROPERTIES variable which has default value...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-10 Zac MedicoThis is an unused commandline interface to xpak.xpak().
2009-08-10 Zac MedicoAdd portage ImportError sys.path insertion.
2009-08-10 Zac MedicoThis is an uneeded script for parsing ldd output.
2009-08-10 Zac MedicoThis definitely obsolete.
2009-08-10 Zac MedicoThis is an obsolete shell script for applying package...
2009-08-10 Zac MedicoThis script is obsolete since manifest 2.
2009-08-10 Zac MedicoThis old script does checksums on installed files....
2009-08-10 Zac MedicoThis is a commandline interface to pkgsplit() that...
2009-08-10 Zac MedicoThis is an old emerge profiling script that probably...
2009-08-10 Zac MedicoAdd portage ImportError sys.path insertion.
2009-08-09 Zac MedicoFix typo in comment. Thanks to Arfrever.
2009-08-09 Zac MedicoBug #280690 - Fix incorrect idendification of start...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-08 Zac MedicoMove global portage import to the top and add writemsg and
2009-08-08 Zac MedicoSimplify command introspection inside usage().
2009-08-06 Zac MedicoAdd a new portage.util.shlex_split() function to wrap...
2009-08-06 Zac MedicoFilter PORTAGE_NONFATAL from the environment where...
2009-08-06 Arfrever Frehtes... Implement nonfatal().
2009-08-06 Zac MedicoBug #277537 - Synchronize order of PATH elements with...
2009-08-06 Zac MedicoBug #277544 - Add missing -c switch in bzip2 arguments...
2009-08-04 Zac MedicoDecode arguments to unicode if necessary (needed at...
2009-08-04 Zac MedicoBug #280320 - Fix broken _emerge.main ImportError handler..
2009-08-04 Zac MedicoBug #280259 - Fix emaint to call binarytree._load_pkgin...
2009-08-04 Zac MedicoAdd a PDEPEND.suspect category. v2.2_rc34 v2.2_rc35
2009-08-03 Zac MedicoMake the USE=test RDEPEND check (bug #236786) also...
2009-08-03 Zac MedicoRemove the code from bug #278895 since we're going...
2009-07-30 Zac MedicoAdd a python-based setsid script for use with USERLAND...
2009-07-30 Zac MedicoFix breakage in owners() handling of abs paths.
2009-07-30 Zac MedicoMove the setsid code (from bug #278895) as early as...
2009-07-30 Zac MedicoInside die(), only send the signal for subshell die...
2009-07-30 Zac MedicoBug #278895 - Make ebuild.sh clean up orphaned processe...
2009-07-22 Zac MedicoBug #270040 - Make repoman parse the categories file...
2009-07-20 Zac MedicoAlways pass encodings='utf_8' to codecs.open(), since...
2009-07-17 Zac MedicoFor consistency with emake, add ${MAKEOPTS} ${EXTRA_EMA...
2009-07-16 Fabian Groffenalign with Prefix, also warn on sparcv9 hosts -- 64...
2009-07-16 Mike Frysingeradd hppa64 to the 64bit list as pointed out by Michael...
2009-07-06 Zac MedicoBug #273640 - Add --disable-dependency-tracking to...
2009-07-06 Zac MedicoBug #273622 - Add pkg_pretend support for the ebuild...
2009-07-06 Zac MedicoBug #273631 - Add default src_install implementation...
2009-07-03 Arfrever Frehtes... Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and...
2009-06-28 Zac MedicoUse Package.invalid to generate *.syntax repoman errors...
2009-06-28 Zac MedicoBug #236786 - Warn about 'test?' USE conditionals in...
2009-06-28 Mike Frysingermake sure etc-update sorts updates in the order (1...
2009-06-26 Zac MedicoFix PROVIDE code since the Package class automatically...
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-06-24 Zac MedicoAdd support to `portageq owners` for querying paths...
2009-06-23 Zac MedicoFix imports for _emerge submodules.
next