summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-util/nml: enable py3.13Sam James2024-10-052-2/+25
| | | | | | Backport an upstream patch to fix py3.13 compat & enable it. Signed-off-by: Sam James <sam@gentoo.org>
* games-util/nml: add note for no py3.13Sam James2024-10-041-0/+1
| | | | | Bug: https://github.com/OpenTTD/nml/issues/340 Signed-off-by: Sam James <sam@gentoo.org>
* games-util/nml: add 0.7.5Matthew Smith2024-04-272-0/+43
| | | | | Closes: https://bugs.gentoo.org/929598 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* games-util/nml: add 0.7.4Matthew Smith2023-08-112-0/+43
| | | | | | Also set DISTUTILS_EXT=1 and fix tests. Signed-off-by: Matthew Smith <matthew@gentoo.org>
* games-util/nml: drop 0.6.1Ionen Wolkens2023-03-092-32/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/nml: add 0.7.1Sam James2023-01-102-0/+36
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-util/nml: enable py3.11Sam James2023-01-101-3/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-util/nml: add github upstream metadataSam James2022-07-291-4/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-util/nml: drop 0.5.3Ionen Wolkens2022-02-112-33/+0
| | | | | | Bit early to drop but want to get rid of non-py3.10 where possible. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/nml: add 0.6.1, modernize and enable py3.10Ionen Wolkens2022-02-112-0/+30
| | | | | | | | | Its opengfx revdep was broken with 0.5.3+py3.10 but seems fixed in 0.6.1 (not that I'm very familiar with openttd packages and how in-sync they need to be, hopefully this is fine). Closes: https://bugs.gentoo.org/808123 Signed-off-by: Ionen Wolkens <ionen@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>
* games-util/nml: Add pythn3_9 to PYTHON_COMPATMatt Smith2021-04-291-2/+2
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20600 Closes: https://bugs.gentoo.org/786894 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/nml: drop old versionConrad Kostecki2020-11-267-195/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: bump to version 0.5.3Conrad Kostecki2020-11-262-0/+33
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: drop old versionConrad Kostecki2020-08-191-41/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: revbump due runtime changeConrad Kostecki2020-08-191-0/+41
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: bump to version 0.5.2Conrad Kostecki2020-08-192-0/+33
| | | | | | Closes: https://bugs.gentoo.org/737952 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: fix python3.8 supportConrad Kostecki2020-08-192-0/+38
| | | | | | Bug: https://bugs.gentoo.org/737952 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-util/nml: Remove oldDavid Seifert2020-01-262-57/+0
| | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/nml: add support for >=dev-python/pillow-7.0.0Conrad Kostecki2020-01-142-0/+81
| | | | | | | | Also added support for python3.8 and changed SRC_URI to https. Closes: https://bugs.gentoo.org/705428 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/nml: add patch for >=dev-python/pillow-6.0.0Conrad Kostecki2019-04-182-0/+61
| | | | | | | | | Patch submitted upstream: https://github.com/OpenTTD/nml/pull/29 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11734 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/nml: Drop old 0.4.4-r1James Le Cuirot2019-04-162-28/+0
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/nml: block >=dev-python/pillow-6.0.0Conrad Kostecki2019-04-161-1/+1
| | | | | | | | | | | The tool nmlc doesn't work with dev-python/pillow in version 6.0.0 and newer. So adding a blocker, to make games-misc/opengfx compiling again. Closes: https://bugs.gentoo.org/682436 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11687 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/nml: add Python3.7 support.Zamarin Arthur2019-03-261-2/+2
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11509 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* games-util/nml: Bump to version 0.4.5Lars Wendler2018-07-042-0/+28
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* games-util/nml: use HTTPsMichael Mair-Keimberger2018-05-261-1/+1
|
* games-util/nml: Add python3_6 to PYTHON_COMPATJames Le Cuirot2018-05-091-2/+2
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* games-util/nml: remove unused patchMichael Mair-Keimberger2017-12-231-31/+0
|
* games-util/nml: Remove oldDavid Seifert2017-12-213-55/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* games-util/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* games-*/*: Remove stable keywordsDavid Seifert2017-11-183-3/+3
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* *games*/*: Dekeyword ppc/ia64/sparcDavid Seifert2017-07-083-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/4614
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-util/nml: x86 stable wrt bug #606402Agostino Sarubbo2017-01-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-util/nml: amd64 stable wrt bug #606402Agostino Sarubbo2017-01-191-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* games-util/nml: Add python3_5, drop python3_4, EAPI bump to 6James Le Cuirot2016-09-201-0/+28
| | | | | | dev-python/ply has python3_5 now. Package-Manager: portage-2.3.1
* games-util/nml: x86 stable wrt bug #582290Agostino Sarubbo2016-06-251-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-util/nml: remove python_3_5 for now until dev-python/ply has a ↵Michael Sterrett2016-06-021-1/+1
| | | | | | python_3_5 version Package-Manager: portage-2.2.28
* games-util/nml: add support for python 3.5 (bug #583590)Michael Sterrett2016-05-211-1/+1
| | | | Package-Manager: portage-2.2.28
* games-util/nml: amd64 stable wrt bug #582290Agostino Sarubbo2016-05-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-util/nml: version bumpMichael Sterrett2016-04-043-0/+40
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* oldMichael Sterrett2015-12-292-28/+0
| | | | Package-Manager: portage-2.2.24
* games-util/nml: x86 stable wrt bug #568074Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-util/nml: amd64 stable wrt bug #568074Agostino Sarubbo2015-12-141-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>