summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope)Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/openra: shift mono depSam James2021-01-171-3/+6
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/openra: fix MissingUnpackerDepSam James2021-01-171-4/+5
| | | | | | | | Had a look at the sources and it is used - not unpacked with e.g. a mono lib or similar. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/openra: migrate to lua-single.eclassMarek Szuba2020-12-021-0/+174
Very much lua5.1-specific because the relevant library name to look for is hard-coded into Eluant. The environment should also be ready in the event someone decides to run the make target check-scripts as (part of) tests - the wrapper created by Lua eclasses will automatically have 'luac' point to 'luac5.1' so all enabling this should require is adding the right version of dev-lang/lua to BDEPEND. Closes: https://bugs.gentoo.org/752723 Signed-off-by: Marek Szuba <marecki@gentoo.org>