summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-simulation/singularity: drop 1.0_alpha1-r2Ionen Wolkens2021-06-222-53/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-simulation/pmars-sdl: use pkg-config to find ncurses, x11Sam James2021-06-181-3/+4
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-simulation/pmars-sdl: modernise ebuildSam James2021-06-181-34/+43
| | | | | | | | | | | | | | * EAPI 7 * Use ${ESYSROOT} * Use append-flags, append-cppflags * General bash tidying * Add missing die * Remove overquoting * Use subshells, not backticks * Respect CPPFLAGS Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-simulation/flightgear: version bump, remove oldMaciej Mrozowski2021-05-155-15/+15
| | | | Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
* games-simulation/openrct2: remove libressl supportMikle Kolyada2021-05-032-6/+4
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* games-simulation/micropolis: update eclasses, update LICENSEMichael Mair-Keimberger2021-04-251-3/+3
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20529 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* games-simulation/flightgear: remove unused eclassMichael Mair-Keimberger2021-04-252-4/+4
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* games-simulation/bcs-demo: fix MissingLicenseRestrictsSam James2021-04-181-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/bcs-demo: eutils->wrapperSam James2021-04-181-2/+2
| | | | | Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/train-valley: eutils->wrapperSam James2021-04-161-4/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/slime-rancher: eutils->wrapperSam James2021-04-161-5/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/sky-rogue: eutils->wrapperSam James2021-04-161-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: eutils->wrapperSam James2021-04-161-3/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/senken: eutils--Sam James2021-04-161-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/openrct2: update live ebuildConrad Kostecki2021-04-142-1/+2
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: drop old versionConrad Kostecki2021-04-142-170/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: x86 stableConrad Kostecki2021-04-141-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: amd64 stableConrad Kostecki2021-04-141-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openttd: fix ${GAMES_DATADIR} referenceSam James2021-04-062-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/corsix-th: update commentConrad Kostecki2021-03-261-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/singularity: fix RDEPEND typoSam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: add 1.00Sam James2021-03-252-0/+50
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: add missing media-libs/sdl-mixer depSam James2021-03-251-0/+3
| | | | | Closes: https://bugs.gentoo.org/731702 Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: add blocker with sys-cluster/singularitySam James2021-03-251-3/+7
| | | | | Closes: https://bugs.gentoo.org/618770 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-163-3/+2
| | | | | | | | | | | 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>
* games-simulation/openrct2: Keyword 0.3.3 arm, #775908Sam James2021-03-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/openrct2: bump to version 0.3.3Conrad Kostecki2021-03-142-0/+168
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: update live ebuildConrad Kostecki2021-03-142-3/+5
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 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-simulation/corsix-th: drop old versionConrad Kostecki2021-01-274-149/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/flightgear: version bump, remove oldMaciej Mrozowski2021-01-254-2/+2
| | | | | Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org> Closes: https://bugs.gentoo.org/763198
* games-simulation/flightgear: version bump, remove oldMaciej Mrozowski2021-01-257-40/+22
| | | | Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
* games-simulation/openrct2: drop old versionConrad Kostecki2020-12-172-169/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: Stabilize 0.3.2-r1 amd64, #759844Sam James2020-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/openrct2: x86 stable (bug #759844)Thomas Deutschmann2020-12-131-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-simulation/corsix-th: migrate to lua-single.eclassMarek Szuba2020-12-012-0/+95
| | | | | | | | | | | | LuaJIT is in principle supported upstream but requires one to override cmake detection of the Lua library, and more importantly dev-lua/luasocket doesn't support this implementation yet. PUC Lua 5.4 is known not to be supported yet, see e.g. http://lua-users.org/lists/lua-l/2020-07/msg00047.html Closes: https://bugs.gentoo.org/752954 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-simulation/openrct2: subscribe to dev-lang/duktape subslotSam James2020-11-133-3/+3
| | | | | | | Bug: https://bugs.gentoo.org/730188 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/openttd: Removed oldLars Wendler2020-11-112-184/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-simulation/openttd: ebuild adjustmentsLars Wendler2020-11-112-20/+6
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-simulation/openttd: Fixed build with >=dev-libs/icu-68.1Lars Wendler2020-11-112-0/+29
| | | | | | Closes: https://bugs.gentoo.org/751949 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-simulation/openrct2: drop old versionConrad Kostecki2020-11-032-170/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: bump to version 0.3.2Conrad Kostecki2020-11-032-0/+168
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: update live ebuildConrad Kostecki2020-11-032-2/+4
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/flightgear: [QA] Inherit flag-o-matic.eclass explicitlyDavid Seifert2020-10-312-2/+2
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-simulation/simutrans: fix desktop fileChristopher Head2020-10-282-0/+1
| | | | | | Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/18041 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: Delete old ebuild.Ronny (tastytea) Gutbrod2020-10-233-163/+0
| | | | | | | | | | | | It doesn't compile since 2018. Bug: https://bugs.gentoo.org/664634 Bug: https://bugs.gentoo.org/724470 Bug: https://bugs.gentoo.org/739360 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/15314 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-simulation/simutrans: Version bump 0.122.0.Ronny Gutbrod2020-10-235-2/+156
| | | | | | | | | | | | | Also add a Desktop Entry and all the maintained paksets (scenario data) via use-flags. Closes: https://bugs.gentoo.org/668504 Closes: https://bugs.gentoo.org/636324 Closes: https://bugs.gentoo.org/664634 Closes: https://bugs.gentoo.org/724470 Closes: https://bugs.gentoo.org/739360 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-simulation/flightgear: fix QA issue, do not apply patches in live ebuildMaciej Mrozowski2020-10-062-3/+1
| | | | | | | Closes: https://bugs.gentoo.org/744940 Bug: https://bugs.gentoo.org/736082 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>