2010-01-29 |
Zac Medico | Don't ignore CVS/Entries.IO_error when not in commit... v2.2_rc62 |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | Remove code for svn.IO_error and bzr.IO_error categorie... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | Enable EAPI 3 and deprecate EAPI 3_pre2. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | Show the path of the lockfile when chown fails. Thanks... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | In portage.spawn(), apply group write permission to... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | Bug #300378 - Don't export FILESDIR to the 'depend... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zac Medico | Move the DOM unlink call to a finally block. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Zac Medico | Fix AttributeError from has_versions for atoms with... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Zac Medico | Fix typo in docstring. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Zac Medico | Add an Atom.evaluate_conditionals() method and use... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Zac Medico | Add support for evaluation of conditional USE atoms... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Zac Medico | Add a warning for built_with_use. Thanks to Petteri... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Zac Medico | Bug #302005 - Remove broken test code. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Zac Medico | Bug #301926 - Handle ValueError in parseManifest2(... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Zac Medico | Fix Manifest commit logic for cvs and svn. Thanks to... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zac Medico | Invert some vcs conditionals that are specific to cvs... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zac Medico | Support mercurial. Thanks to Rafael Martins <rafael... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zac Medico | Don't bail out if postinst fails. Thanks to Brain Harri... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zac Medico | Remove ibiblio.org from the default GENTOO_MIRRORS... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Fabian Groffen | Make sure repoman knows about all files in the director... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Zac Medico | Bug #300744 - Inside xpak(), exclude CONTENTS for quick... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Zac Medico | Use encoded byte strings with python-2.x, since the... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Zac Medico | Fix output handling to avoid potential UnicodeEncodeError. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zac Medico | Fix unicode quote handling to work with python3. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zac Medico | Avoid portage import in order to avoid a potential... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Arfrever Frehtes... | Avoid potential UnicodeDecodeError with Python 3. Repor... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zac Medico | Bug #300388 - Fix terminal handling code to so term... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zac Medico | Tweak TERM usage in xtermTitleReset() to match that... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Fabian Groffen | only return status for the current directory (or the... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Fabian Groffen | Add Bazaar (bzr) support for repoman, test-driven by... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Zac Medico | Fix blocker example output to appear as emerge actually... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Zac Medico | Skip global updates for help, version, and info actions. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Zac Medico | Bug #269225 - Warn about virtuals with non-empty HOMEPA... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Zac Medico | Add a TODO comment for improved handling of /lib/modules. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Zac Medico | Fix it so an empty directory given to doins -r does... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zac Medico | In python-2.x, convert PortageException.value attribute... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zac Medico | Handle AttributeError inside atomic_ofstream.__del__... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zac Medico | Rearrange _selinux ImportError handling so the workarou... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Revert r15161 so 12.2.5 is greater than 12.2b once... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | More cases. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Add some more cases for versions with letter suffixes. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Add test cases for cvs versions. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Fix vercmp so 1b > 1 and add corresponding tests. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Revert vercmp() behavior so 12.2b > 12.2.5 which was... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Add test cases for implicit .0 at end of version. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Bug #298310 - Make sure the _selinux attribute is corre... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Bug #299248 - Fix doins return code handling to make... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Zac Medico | Document doins -r option. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Zac Medico | Use get_term_size() to adjust to current terminal width... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Zac Medico | Add some tests related to bug #287848. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Bug #297364 - Only set EAPI conditional PATH once after... v2.2_rc61 |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Remove stray echo. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | In save_ebuild_env(), preserve all ebuild phases in... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Remove obsolete backing up of ROOTPATH via PORTAGE_ROOT... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Arfrever Frehtes... | Bug #297933: Filter BASHOPTS variable for compatibility... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | If the TERM environment variable is unset then just... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | Bug #297541 - Make $(no-as-needed) trigger upstream... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | Add missing stat import. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | When integer mtime is desired, use stat_obj[stat.ST_MTI... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | When integer mtime is desired, use stat_obj[stat.ST_MTI... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Zac Medico | Remove some old debug code that should not have been... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Zac Medico | Fix the assert alias to avoid 'value to great for base... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Zac Medico | Revert previous commit because it's no comptible (doesn... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Zac Medico | Fix the assert alias to 'value to great for base' messa... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Use portage.writemsg for lazy portage.util import. v2.2_rc60 |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Convert bytes to unicode for exception messages. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Bug #286497 - Make setexec() warn/nonfatal in permissiv... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Arfrever Frehtes... | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zac Medico | Bug #296710 - Add equery to QA_INTERCEPTORS since it... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zac Medico | Warn if /proc is not mounted. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zac Medico | Bug #296870 - Allow locale related LANG and LC_* variab... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Combine 2 shift calls into one. v2.2_rc59 |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Bug #296554 - Add decompression support to ecompress... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Make prefix varialbes ED, EPREFIX, and EROOT readonly... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Inside depgraph._validate_blockers(), do not consider... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Bug #296641 - Avoid UnicodeEncodeError with python2... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | In movefile mtime preservation code, simply round down... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Remove redundant EPREFIX, EROOT, and ROOT assingments... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Remove unused STARTDIR variable. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Unset prefix vars for depend phase (even if EAPI is... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Unset prefix vars for depend phase when EAPI is unknown. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | * Fix type in econf --host argument. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | In movefile mtime rounding code, generate nanosecond... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Arfrever Frehtes... | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Remove redundant EPREFIX setting since it's already... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Zac Medico | Update for EAPI 3_pre2. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add more EAPI 3 conditionals for prefix variables. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add EAPI 3 conditionals for prefix variables. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Just use integer mtime if no fractional seconds are... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Tweak movefile() timestamp preservation code to maximiz... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add missing line from previous commit. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | In movefile() timestamp preservation code, use another... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add EAPI to the whitelist to ensure it's always availab... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Enable xz unpack for EAPI 3_pre2. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Add support for EAPI 3_pre2. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | In config.environ(), only export ED, EPREFIX, and EROOT... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Don't filter/interfere with prefix variables unless... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zac Medico | Filter prefix variables ED, EPREFIX, and EROOT inside |
commit | commitdiff | tree | snapshot |
next |