summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python-exec: Clean old upMichał Górny2018-09-151-1/+0
|
* dev-lang/python-exec: Bump to 2.4.6Michał Górny2018-05-271-0/+1
| | | | Closes: https://bugs.gentoo.org/656204
* dev-lang/python-exec: Drop oldMichał Górny2018-05-271-1/+0
|
* dev-lang/python-exec: stable 2.4.5 for sparc, bug #636470 (thanks to Rolf ↵Sergei Trofimovich2017-11-281-2/+2
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-lang/python-exec: Clean old versions upMichał Górny2017-04-211-4/+0
|
* dev-lang/python-exec: Bump to 2.4.5Michał Górny2017-01-261-0/+1
| | | | | | Bump to the new 2.4.5 release. It includes a fallback for symlink resolution when PATH is wiped out the environment (when 'env -i' is used, e.g. in gcc-config).
* dev-lang/python-exec: Bump to 2.4.4Michał Górny2016-11-161-0/+1
|
* dev-lang/python-exec: Bump to 2.4.3 with test fixesMichał Górny2016-03-071-1/+1
| | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=575938
* dev-lang/python-exec: Drop intermediate masked versionsMichał Górny2016-02-251-4/+0
|
* dev-lang/python-exec: Bugfix bump to 2.4.2Michał Górny2016-02-231-1/+1
| | | | | | Bump to 2.4.2 that fixes informational command output (-h, -l, -V) to go to stdout rather than stderr. This is required for new eselect-python versions.
* dev-lang/python-exec: Bump to 2.4.1 with symlink resolution fixMichał Górny2016-02-211-0/+1
| | | | | Add a new 2.4.1 version that does symlink resolution correctly when starting python-exec2c links via PATH, e.g. when wrapping Python itself.
* dev-lang/python-exec: Remove 2.4 due to issues with python wrappingMichał Górny2016-02-201-1/+0
| | | | | | Remove 2.4 as it fails at symlink resolution when argv[0] contains only basename (and requires PATH lookup), which breaks executables linked directly to python-exec2c such as python wrappers.
* dev-lang/python-exec: Bump to the most awesome so far 2.4 releaseMichał Górny2016-02-201-0/+1
| | | | | | | | Version bump to 2.4. The new version improves symlink handling to fix problems when basename of custom symlinks collide with another system executable name (previously, this resulted in the wrong script being used), and adds support for per-script implementation preference overrides.
* dev-lang/python-exec: Bugfix bump to 2.3.2, #574970Michał Górny2016-02-181-1/+1
| | | | | | | | Bump to bugfix 2.3.2 release with improved error handling, proper argv[0] value for Python interpreter wrapping and a README with recovery instructions. Bug: https://bugs.gentoo.org/574970
* dev-lang/python-exec: put back 2.3, as 2.3.1 seems to break systems completelyFabian Groffen2016-02-171-0/+1
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/python-exec: Update the testing version to 2.3.1Michał Górny2016-02-161-1/+1
|
* dev-lang/python-exec: Major version bump to 2.3Michał Górny2016-02-071-0/+1
| | | | | | The new 2.3 release is the first release using new python-exec.conf configuration file that allows users to specify complete Python implementation preferences for python-exec.
* dev-lang/python-exec: Minor version bumpMichał Górny2016-01-311-0/+1
|
* dev-lang/python-exec: Bump to 2.2, needed for #568974Michał Górny2016-01-111-0/+1
| | | | | | | Bump to version 2.2 that makes it possible to symlink python-exec2-c directly as wrapper. This is necessary to support wrapping /usr/bin/python correctly on non-Linux systems where shebangs must only reference real executables (rather than the Python script used so far).
* dev-lang/python-exec: Bump to 2.1Michał Górny2015-11-171-0/+1
| | | | | The new version follows app-admin/eselect-python-20151117 change of storing split python[23] interpreter choice in config files.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+2
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed