summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-strategy/freeorion: add 0.5Alexey Sokolov2023-04-105-9/+157
| | | | | | | Closes: https://bugs.gentoo.org/901231 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/30482 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/freeorion: fix epytest deselect in liveIonen Wolkens2023-02-081-1/+1
| | | | | | | conftest.py changed and requires dropping the default/python bit even though pytest reports the full path in test output Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/freeorion: enable py3.11Ionen Wolkens2023-02-082-3/+12
| | | | | | | | | | | | Upon closer look this seem to work fine now? Crashed at start when last tried it and hadn't took the time to investigate further (perhaps was an issue with python 3.11 betas). Other distros are already using this with 3.11 and upstream tests it with it too (albeit only cmake tests, they only run pytest bits with 3.7 and 3.10 currently). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/freeorion: drop 0.4.10.2-r0Ionen Wolkens2022-08-073-79/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/freeorion: sync and update liveIonen Wolkens2022-07-251-40/+78
| | | | | | | | | changes on top of sync with 0.4.10.2-r1: * no longer exclude SmokeTest* (currently everything passes) * drop [X] on libglvnd (uses libOpenGL by default now) * swap HEADLESS for CLIENT_GG (leaving experimental GODOT off for now) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/freeorion: revbump with misc ebuild updatesIonen Wolkens2022-07-252-0/+118
| | | | | | | | | | | | | | | | | | | | * run tests, but with a major exclusion until next bump (see src_test) * use check-reqs for the early build ram usage spike * use official release tarball for accurate Version.cpp, this also prevents use of git at build time for non-live * remove unused bullet dependency (bug #846638) along with freealut * unbundle dejavu/roboto fonts * IUSE=doc for doxygen apidocs * install ChangeLog.md * drop unnecessary use of [X] on libsdl2 but keep on libglvnd for now as building tests is broken with =GLVND (next bump will use libOpenGL by default and has fixed building tests) * drop env.d LDPATH file and use rpath as intended (formerly a workaround for insecure runpaths because ebuild used dobin rather than cmake, but hasn't been like that in a while) Closes: https://bugs.gentoo.org/846638 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/freeorion: drop 0.4.10.1-r3, 0.4.10.1_p20200629Ionen Wolkens2022-07-243-156/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/freeorion: adopt for games@Ionen Wolkens2022-07-241-1/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: reassign np-hardass's packagesJoonas Niilola2022-07-241-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-strategy/freeorion: EAPI 8, Python 3.10Sam James2022-05-142-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/freeorion: stable release 0.4.10.2Cengiz Gunay2022-05-142-0/+78
| | | | | | | | Tested-by: Cengiz Gunay <cengique@users.sf.net> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Cengiz Gunay <cengique@users.sf.net> Closes: https://github.com/gentoo/gentoo/pull/24886 Signed-off-by: Sam James <sam@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-strategy/freeorion: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-173-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/freeorion: Add snapshot that fixes build errorsAdam Feldman2021-07-012-0/+78
| | | | | | | | | | Backporting was too complicated, so I added a snapshot Bug: https://bugs.gentoo.org/739378 Bug: https://bugs.gentoo.org/795771 Bug: https://bugs.gentoo.org/796683 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Python 3.9Adam Feldman2021-07-012-2/+2
| | | | | | Closes: https://bugs.gentoo.org/793806 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Depend on dev-libs/boost:=[threads(+)]David Seifert2021-06-182-6/+6
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: normalise np-hardass@ emailSam James2021-03-251-1/+1
| | | | | | | The old form confused tools like bug-assign-user-js and is more consistent with the rest of the tree. Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/freeorion: Fix typo in eclass function callsAdam Feldman2020-10-111-2/+2
| | | | | | | Somehow typoed non 9999 but not 9999 Closes: https://bugs.gentoo.org/747910 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Bump to 0.4.10.1Adam Feldman2020-10-063-13/+13
| | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=735768 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: remove unused patchMichael Mair-Keimberger2020-06-171-34/+0
| | | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16276 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* games-strategy/freeorion: Fix missing boost[nls] depAdam Feldman2020-05-091-1/+1
| | | | | | Closes: https://bugs.gentoo.org/721854 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Drop oldAdam Feldman2020-04-095-185/+2
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Bump to 0.4.9Adam Feldman2020-04-093-3/+86
| | | | | | | Closes: https://bugs.gentoo.org/709418 Closes: https://bugs.gentoo.org/716030 Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-093-6/+12
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/freeorion: Add missing PYTHON_*Michał Górny2019-08-123-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/freeorion: Sync live with 0.4.8_p20190501 changesAndreas Sturmlechner2019-05-111-38/+32
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-strategy/freeorion: Add missing REQUIRED_USEAndreas Sturmlechner2019-05-111-0/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-strategy/freeorion: Drop oldAndreas Sturmlechner2019-05-082-166/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-strategy/freeorion: 0.4.8_p20190501 snapshot bump, EAPI-7 bumpAndreas Sturmlechner2019-05-082-0/+80
| | | | | | | | | | The amount of patching required to fix build with boost-1.70 but stay compatible with <boost-1.66 was too much to do 0.4.8. Closes: https://bugs.gentoo.org/652446 Closes: https://bugs.gentoo.org/664900 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-strategy/freeorion: Bumped live ebuild to EAPI-7Lars Wendler2019-04-231-9/+13
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-strategy/freeorion: Backport fix for detecting SDL2 incl dirNP-Hardass2018-07-162-0/+119
| | | | | Closes: https://bugs.gentoo.org/651762 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* games-strategy/freeorion: Add subslot rebuild for glewNP-Hardass2018-03-272-4/+4
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* games-strategy/freeorion: Switch to python-single-r1 from python-any-r1NP-Hardass2017-12-072-6/+6
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* games-strategy/freeorion: Add subslot rebuild dep for boostNP-Hardass2017-12-043-2/+85
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* games-strategy/freeorion: remove unused patchMichael Mair-Keimberger2017-10-011-123/+0
| | | | | | Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/5834
* games-strategy/freeorion: Bump to 0.4.7.1NP-Hardass2017-09-132-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* games-strategy/freeorion: Bump to 0.4.7NP-Hardass2017-05-072-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* games-strategy/freeorion: Drop 0.4.6, update 9999, #604086NP-Hardass2017-04-263-91/+3
| | | | | | Fixes building with Boost 1.63 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* games-strategy/freeorion: Bump to 0.4.7_rc2, add 9999NP-Hardass2017-04-253-0/+171
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* games-strategy/freeorion: Drop oldNP-Hardass2017-03-164-336/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* games-strategy/freeorion: Bump to 0.4.6, #596680NP-Hardass2017-03-164-0/+208
| | | | | | | Big cleanup, drop games.eclass, bump to EAPI=6, add GLEW dep (#603390) Package-Manager: Portage-2.3.3, Repoman-2.3.1
* games-strategy/freeorion: Drop orphaned USE flag, cgNP-Hardass2017-03-163-7/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* games-strategy/freeorion: Fix metadata caseNP-Hardass2017-03-161-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-strategy/freeorion: new maintainer np-hardass@g.oThomas Kahle2016-10-251-2/+2
| | | | Package-Manager: portage-2.3.0
* games-strategy/freeorion: remove oldThomas Kahle2016-08-214-187/+0
| | | | Package-Manager: portage-2.3.0
* games-strategy/freeorion: Fix boost-1.61 compatThomas Kahle2016-08-212-0/+238
| | | | | | Fixes bug 584354, thanks Markus Oehme Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|