Installation OpenRA on Gentoo
using ebuild from unofficial repository
addes to sunrise-overlay
openra and openra-bin have been added to sunrise (official user-overlay).
This overlay is open to everyone, so I encourage you to contribute patches and improvements there.
However every new ebuild and major change is reviewed by the sunrise-developers, so we have QA and can post bugs on the bugtracker.
This overlay is open to everyone, so I encourage you to contribute patches and improvements there.
However every new ebuild and major change is reviewed by the sunrise-developers, so we have QA and can post bugs on the bugtracker.
Thanks hasufell. I have to complete the fixing of my ebuild at first. I've done everything except games eclass atm. BTW, it looks like you have another bug there:
openra-bin-20120315.ebuild
src_prepare() function is unnecessary because in binary build mod versions are fixed.
-----------------------------------------------------------------------------------------------
New ebuilds (openra-20120406, openra-bin-20120406) were previously added for version playtest-20120406.
New ebuilds (openra-20120501, openra-bin-20120501) were added for version playtest-20120501.
openra-bin-20120315.ebuild
src_prepare() function is unnecessary because in binary build mod versions are fixed.
-----------------------------------------------------------------------------------------------
New ebuilds (openra-20120406, openra-bin-20120406) were previously added for version playtest-20120406.
New ebuilds (openra-20120501, openra-bin-20120501) were added for version playtest-20120501.
I have imported openra into the portage tree
http://sources.gentoo.org/cgi-bin/viewv ... gy/openra/
please file gentoo bugs from now on.
ddd aka Joseph_Visarion is proxy-maintainer so you can ask him on issues too.
http://sources.gentoo.org/cgi-bin/viewv ... gy/openra/
please file gentoo bugs from now on.
ddd aka Joseph_Visarion is proxy-maintainer so you can ask him on issues too.
New ebuilds (openra-20120630, openra-bin-20120630) were added for version release-20120630.
New ebuilds (openra-20120721, openra-bin-20120721) were added for version playtest-20120721. Unfortunatelly openra-20120721 requires MAKEOPTS="-j1" parameter before emerge command to compile properly ATM.
What's NEW:
• Dune2k desktop files were added to menu for playtest-20120721.
• README.gentoo was updated.
• ebuilds were rewritten in a more convenient Gentoo way.
• old ebuilds were removed.
New ebuilds (openra-20120721, openra-bin-20120721) were added for version playtest-20120721. Unfortunatelly openra-20120721 requires MAKEOPTS="-j1" parameter before emerge command to compile properly ATM.
What's NEW:
• Dune2k desktop files were added to menu for playtest-20120721.
• README.gentoo was updated.
• ebuilds were rewritten in a more convenient Gentoo way.
• old ebuilds were removed.
Force it in the ebuild thenddd wrote: ↑Unfortunatelly openra-20120721 requires MAKEOPTS="-j1" parameter before emerge command to compile properly ATM.
Code: Select all
MAKEOPTS="${MAKEOPTS} -j1"