summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python-exec-conf: add missing remote-idMichael Mair-Keimberger9 days1-0/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-lang/python-exec-conf: keyword ~arm64-macosSam James2023-04-221-2/+2
| | | | | Bug: https://bugs.gentoo.org/904474 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: keyword 2.4.6 for ~loongWANG Xuerui2022-04-291-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lang/python-exec-conf: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 arm, #768561Sam James2021-03-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 arm64, #768561Sam James2021-03-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: stable 2.4.6 for hppa, bug #768561Rolf Eike Beer2021-03-061-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/python-exec-conf: x86 stable (bug #768561)Thomas Deutschmann2021-02-191-1/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/python-exec-conf: stable 2.4.6 for sparcSergei Trofimovich2021-02-181-1/+1
| | | | | | | | stable wrt bug #768561 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 amd64, #768561Sam James2021-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 ppc, #768561Sam James2021-02-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 s390, #768561Sam James2021-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: Stabilize 2.4.6 ppc64, #768561Sam James2021-02-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python-exec-conf: New package for python-exec.confMichał Górny2021-01-193-0/+49
Split python-exec.conf file to a separate package, so that we can use PYTHON_TARGETS to control its default contents. This can be used to ensure that newer Python implementations are not used by default unless the user actually enables the relevant target. Note that we can't reuse PYTHON_TARGETS in dev-lang/python-exec this way. They are used to ensure that dev-lang/python-exec is rebuilt with the correct implementation list. Closes: https://bugs.gentoo.org/765598 Signed-off-by: Michał Górny <mgorny@gentoo.org>