| Commit message (Expand) | Author | Age | Files | Lines |
* | Support EAPI >=4. | Arfrever Frehtes Taifersar Arahesis | 2011-07-23 | 1 | -2/+6 |
* | Backport changes in _python_check_python_abi_matching() in python.eclass to c... | Arfrever Frehtes Taifersar Arahesis | 2011-06-23 | 1 | -10/+55 |
* | Update copyright years. | Arfrever Frehtes Taifersar Arahesis | 2011-05-16 | 1 | -1/+1 |
* | Delete ChangeLog. | Arfrever Frehtes Taifersar Arahesis | 2011-05-16 | 2 | -113/+2 |
* | Reindent. | Arfrever Frehtes Taifersar Arahesis | 2011-05-16 | 1 | -455/+455 |
* | Support /etc/portage/env. | Arfrever Frehtes Taifersar Arahesis | 2011-05-11 | 1 | -5/+47 |
* | Use cave instead of paludis (bug #347897). | Arfrever Frehtes Taifersar Arahesis | 2011-03-22 | 1 | -6/+7 |
* | Improve error message for missing PVR (bug #303037). | Arfrever Frehtes Taifersar Arahesis | 2011-03-22 | 1 | -1/+1 |
* | x11-libs/vte installs Python module in site-packages directory. | Arfrever Frehtes Taifersar Arahesis | 2011-02-22 | 1 | -2/+2 |
* | Update PYTHON_ABIS check. | Arfrever Frehtes Taifersar Arahesis | 2011-01-01 | 1 | -5/+3 |
* | Fix a typo in python-updater man page (bug #347229). | Arfrever Frehtes Taifersar Arahesis | 2010-12-05 | 1 | -1/+1 |
* | Don't run PYTHON_ABIS check in EAPI >=4. | Arfrever Frehtes Taifersar Arahesis | 2010-11-28 | 1 | -2/+5 |
* | Update matching of Python ABIs. | Arfrever Frehtes Taifersar Arahesis | 2010-11-28 | 1 | -1/+18 |
* | app-office/gnumeric, app-office/dia and dev-libs/boost call python_need_rebui... | Arfrever Frehtes Taifersar Arahesis | 2010-11-28 | 1 | -1/+1 |
* | Don't check /usr/lib(32|64)?/debug/ (bug #308579). | Arfrever Frehtes Taifersar Arahesis | 2010-07-24 | 1 | -2/+2 |
* | Update documentation. | Arfrever Frehtes Taifersar Arahesis | 2010-01-29 | 1 | -16/+13 |
* | Delete eclass check, which causes many false positives, relies on deprecated ... | Arfrever Frehtes Taifersar Arahesis | 2010-01-29 | 2 | -24/+4 |
* | Properly handle packages not supporting installation for multiple Python vers... | Arfrever Frehtes Taifersar Arahesis | 2010-01-29 | 2 | -65/+147 |
* | Update ChangeLog. | Arfrever Frehtes Taifersar Arahesis | 2009-12-30 | 1 | -0/+15 |
* | Don't support undocumented short options. | Arfrever Frehtes Taifersar Arahesis | 2009-12-30 | 1 | -11/+11 |
* | Rename soname check to shared_linking. Add static_linking check. | Arfrever Frehtes Taifersar Arahesis | 2009-12-30 | 1 | -13/+53 |
* | Properly handle Python modules installable for multiple Python versions (bug ... | Arfrever Frehtes Taifersar Arahesis | 2009-12-30 | 1 | -131/+233 |
* | Use --keep-going option (bug #281692). | Arfrever Frehtes Taifersar Arahesis | 2009-12-08 | 1 | -1/+1 |
* | Fix handling of EMERGE_DEFAULT_OPTS (bug #283284). | Arfrever Frehtes Taifersar Arahesis | 2009-12-08 | 1 | -10/+12 |
* | Replace tabs with spaces. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 2 | -39/+37 |
* | Respect PACKAGE_MANAGER environment variable. Bug #272979. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 2 | -0/+13 |
* | Replace --ignore-versions option with --reinstall-identical-versions option. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 2 | -11/+13 |
* | Update python-updater.1. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 3 | -4/+8 |
* | Allow to pass additional options to package manager. Bug #239174. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 2 | -1/+11 |
* | Fix typo in get_portage_python() introduced in r170. Use [[ instead of [. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 1 | -5/+5 |
* | Filter out --getbinpkg, --getbinpkgonly, --usepkg and --usepkgonly options in... | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 2 | -0/+16 |
* | Improve get_portage_python(). | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 1 | -13/+6 |
* | Avoid problems when '/var/db/pkg' is a symlink. Bug #232313. | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 2 | -2/+6 |
* | Check the version of '/usr/bin/python' instead of 'python'. Patch by Jeroen R... | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 2 | -3/+6 |
* | Update list of Python versions. | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 2 | -2/+6 |
* | Update AUTHORS. | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 1 | -4/+6 |
* | Bug #249891 - Add support for just calling another binary with the identical ... | Robin Johnson | 2008-12-05 | 1 | -1/+11 |
* | Write ChangeLog. | Ali Polatel | 2008-10-27 | 1 | -0/+4 |
* | Add need_rebuild check. | Ali Polatel | 2008-10-27 | 2 | -4/+33 |
* | Tag version 0.6 | Ali Polatel | 2008-08-25 | 2 | -1/+3 |
* | Echo the PMS command before running, #232860. | Ali Polatel | 2008-08-25 | 2 | -1/+5 |
* | Fail | Ali Polatel | 2008-08-25 | 1 | -9/+10 |
* | Use != instead of -ne | Ali Polatel | 2008-08-25 | 1 | -10/+10 |
* | Tell the user to use -o switch when no previous python versions are found, #2... | Ali Polatel | 2008-08-25 | 2 | -3/+6 |
* | Make check manual print reason without --verbose, #232467. | Ali Polatel | 2008-08-25 | 2 | -1/+6 |
* | Fix typo, thanks to Joshua Doll | Ali Polatel | 2008-07-24 | 1 | -1/+1 |
* | typo | Ali Polatel | 2008-06-24 | 1 | -1/+1 |
* | Fixed Makefile. | Ali Polatel | 2008-06-24 | 1 | -1/+1 |
* | Typo | Ali Polatel | 2008-06-24 | 1 | -1/+1 |
* | List checks in help output, make indenting nicer. Cosmetics. | Ali Polatel | 2008-06-21 | 4 | -15/+37 |