I've just build an ebuild for XGamer and would like to submit it. It is a launcher for starting games in a second X session. It's a 9999 since there aren't any competing versions out yet. The project is here (http://code.google.com/p/xgamer/) Reproducible: Always Steps to Reproduce: 1. mkdir -p /usr/local/portage/x11-apps/xgamer 2. cp xgamer-9999.ebuild /usr/local/portage/x11-apps/xgamer 3. ebuild /usr/local/portage/x11-apps/xgamer/xgamer-9999.ebuild manifest 4. echo "x11-apps/xgamer" >> /etc/portage/package.keywords 4. emerge xgamer Actual Results: Hopefully emerges Expected Results: emerges
Created attachment 209896 [details] The only current release of XGamer
Created attachment 209898 [details] The only current release of XGamer
Created attachment 209901 [details] XGamer
Created attachment 209956 [details] ebuild for XGamer
I found the very similar package xgame under games-util so would suggest this would go there as well.
Created attachment 209998 [details] XGamer with dependencies for openbox, numlockx and feh
Created attachment 210516 [details] XGamer Version 0.2.0
Created attachment 211022 [details] XGamer Version 0.2.1 Minor change
needs EAPI=2 get rid of COMMON_DEPEND sort KEYWORDS remove quoting on S= line Doesn't appear to actually need to define its own functions since it just calls the ones from the eclass.
Created attachment 211023 [details] XGamer Version 0.2.1 (with fixes) I've made the changes you've asked for. I'm not sure what you meant by 'sort KEYWORDS' so I've just sorted them alphabetically.
games-util/xgamer is in portage. thanks for the bug report and ebuild.
Created attachment 225267 [details] XGamer Version 0.2.2 Sorry I may have made a unstable ebuild by downgrading the dependency version from the last one. Let me know and I'll change it.