summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Increment version to 0.14HEADpython-updater-0.14masterMike Gilbert2015-12-101-1/+1
|
* All python-updater to function when python2 or python3 is not a symlinkMike Gilbert2015-12-101-8/+2
|
* Update version.python-updater-0.13Mike Gilbert2014-04-071-1/+1
|
* Update sed search pathNaohiro Aota2014-04-071-1/+1
|
* Source /etc/init.d/functions.sh as a fallback.Mike Gilbert2014-03-161-1/+8
|
* Bump to version 0.12.python-updater-0.12Mike Gilbert2014-03-161-1/+1
|
* Source /lib/gentoo/functions.sh, bug 504130.Mike Gilbert2014-03-161-2/+2
|
* Add an install target to the MakefileMike Gilbert2014-03-162-7/+20
|
* Incorporate prefix support.Mike Gilbert2014-03-161-30/+47
|
* Add a check for dev-python/python-exec rev-deps.Michał Górny2014-03-122-0/+28
|
* Makefile updates.Mike Gilbert2013-03-241-2/+2
|
* Increment version.Mike Gilbert2013-03-241-1/+1
|
* Skip any packages which have "python_targets_" in IUSEMike Gilbert2013-02-221-0/+11
| | | | | We don't need to check such packages ourselves; emerge --newuse should cover it.
* Fix handling of sed.Arfrever Frehtes Taifersar Arahesis2012-03-031-1/+4
|
* Improve handling of mtime.Arfrever Frehtes Taifersar Arahesis2012-02-131-2/+4
|
* Expand aliases.Arfrever Frehtes Taifersar Arahesis2012-02-131-0/+2
|
* Respect PYTHON_RESTRICTED_ABIS. Don't delete unrelated USE flags from IUSE. ↵Arfrever Frehtes Taifersar Arahesis2011-12-261-2/+22
| | | | Print messages about changes in IUSE.
* Add support for --enable-all / --disable-all options.Arfrever Frehtes Taifersar Arahesis2011-12-261-49/+63
|
* Improve coding style.Arfrever Frehtes Taifersar Arahesis2011-12-261-10/+10
|
* Add support for PYTHON_UPDATER_IGNORE.Arfrever Frehtes Taifersar Arahesis2011-12-261-29/+23
|
* Properly set PYTHON_GLOBALLY_SUPPORTED_USE_FLAGS.Arfrever Frehtes Taifersar Arahesis2011-12-251-0/+1
|
* Update version.Arfrever Frehtes Taifersar Arahesis2011-12-251-1/+1
|
* Fix some messages.Arfrever Frehtes Taifersar Arahesis2011-12-251-3/+3
|
* Fix some messages.Arfrever Frehtes Taifersar Arahesis2011-12-251-29/+32
|
* Support PYTHON_RESTRICTED_ABIS in PYTHON_ABIS check.Arfrever Frehtes Taifersar Arahesis2011-12-251-10/+9
|
* Check Bash version.Arfrever Frehtes Taifersar Arahesis2011-12-251-0/+5
|
* Rename get_RESTRICT_PYTHON_ABIS() to get_ebuild_variable().Arfrever Frehtes Taifersar Arahesis2011-12-241-36/+36
|
* Set "sed" alias instead of changing PATH.Arfrever Frehtes Taifersar Arahesis2011-12-241-1/+1
|
* Add support for updating of USE flags in IUSE in packages supporting ↵Arfrever Frehtes Taifersar Arahesis2011-12-241-16/+120
| | | | installation for multiple Python ABIs in EAPI >= 4-python.
* Improve PATH.Arfrever Frehtes Taifersar Arahesis2011-08-301-0/+4
|
* Support EAPI >=4.Arfrever Frehtes Taifersar Arahesis2011-07-231-2/+6
|
* Backport changes in _python_check_python_abi_matching() in python.eclass to ↵Arfrever Frehtes Taifersar Arahesis2011-06-231-10/+55
| | | | check_python_abi_matching().
* Update copyright years.Arfrever Frehtes Taifersar Arahesis2011-05-161-1/+1
|
* Delete ChangeLog.Arfrever Frehtes Taifersar Arahesis2011-05-162-113/+2
|
* Reindent.Arfrever Frehtes Taifersar Arahesis2011-05-161-455/+455
|
* Support /etc/portage/env.Arfrever Frehtes Taifersar Arahesis2011-05-111-5/+47
|
* Use cave instead of paludis (bug #347897).Arfrever Frehtes Taifersar Arahesis2011-03-221-6/+7
|
* Improve error message for missing PVR (bug #303037).Arfrever Frehtes Taifersar Arahesis2011-03-221-1/+1
|
* x11-libs/vte installs Python module in site-packages directory.Arfrever Frehtes Taifersar Arahesis2011-02-221-2/+2
|
* Update PYTHON_ABIS check.Arfrever Frehtes Taifersar Arahesis2011-01-011-5/+3
|
* Fix a typo in python-updater man page (bug #347229).Arfrever Frehtes Taifersar Arahesis2010-12-051-1/+1
|
* Don't run PYTHON_ABIS check in EAPI >=4.Arfrever Frehtes Taifersar Arahesis2010-11-281-2/+5
|
* Update matching of Python ABIs.Arfrever Frehtes Taifersar Arahesis2010-11-281-1/+18
|
* app-office/gnumeric, app-office/dia and dev-libs/boost call ↵Arfrever Frehtes Taifersar Arahesis2010-11-281-1/+1
| | | | python_need_rebuild().
* Don't check /usr/lib(32|64)?/debug/ (bug #308579).Arfrever Frehtes Taifersar Arahesis2010-07-241-2/+2
|
* Update documentation.Arfrever Frehtes Taifersar Arahesis2010-01-291-16/+13
|
* Delete eclass check, which causes many false positives, relies on deprecated ↵Arfrever Frehtes Taifersar Arahesis2010-01-292-24/+4
| | | | PYVER variable and is incompatible with packages, which set active version of Python.
* Properly handle packages not supporting installation for multiple Python ↵Arfrever Frehtes Taifersar Arahesis2010-01-292-65/+147
| | | | versions and calling python_set_active_version().
* Update ChangeLog.Arfrever Frehtes Taifersar Arahesis2009-12-301-0/+15
|
* Don't support undocumented short options.Arfrever Frehtes Taifersar Arahesis2009-12-301-11/+11
|