Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292776 - Submit ebuild for games-util/xgamer - A launcher for starting games in a second X session.
Summary: Submit ebuild for games-util/xgamer - A launcher for starting games in a seco...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Games
URL: http://mikeysfog.wikispaces.com/XGamer
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-11-11 11:40 UTC by mikeym
Modified: 2010-03-25 23:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The only current release of XGamer (xgamer-9999.ebuild,823 bytes, text/plain)
2009-11-11 11:41 UTC, mikeym
Details
The only current release of XGamer (xgamer-9999.ebuild,858 bytes, text/plain)
2009-11-11 11:50 UTC, mikeym
Details
XGamer (xgamer-0.1.1.ebuild,856 bytes, text/plain)
2009-11-11 12:29 UTC, mikeym
Details
ebuild for XGamer (xgamer-0.1.1.ebuild,864 bytes, text/plain)
2009-11-11 21:26 UTC, mikeym
Details
XGamer with dependencies for openbox, numlockx and feh (xgamer-0.1.1.ebuild,887 bytes, text/plain)
2009-11-12 10:19 UTC, mikeym
Details
XGamer Version 0.2.0 (xgamer-0.2.0.ebuild,887 bytes, text/plain)
2009-11-17 14:22 UTC, mikeym
Details
XGamer Version 0.2.1 (xgamer-0.2.1.ebuild,887 bytes, text/plain)
2009-11-23 21:32 UTC, mikeym
Details
XGamer Version 0.2.1 (with fixes) (xgamer-0.2.1.ebuild,641 bytes, text/plain)
2009-11-23 22:20 UTC, mikeym
Details
XGamer Version 0.2.2 (xgamer-0.2.2.ebuild,642 bytes, text/plain)
2010-03-25 23:56 UTC, mikeym
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikeym 2009-11-11 11:40:27 UTC
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
Comment 1 mikeym 2009-11-11 11:41:44 UTC
Created attachment 209896 [details]
The only current release of XGamer
Comment 2 mikeym 2009-11-11 11:50:59 UTC
Created attachment 209898 [details]
The only current release of XGamer
Comment 3 mikeym 2009-11-11 12:29:55 UTC
Created attachment 209901 [details]
XGamer
Comment 4 mikeym 2009-11-11 21:26:29 UTC
Created attachment 209956 [details]
ebuild for XGamer
Comment 5 mikeym 2009-11-11 21:28:26 UTC
I found the very similar package xgame under games-util so would suggest this would go there as well. 
Comment 6 mikeym 2009-11-12 10:19:41 UTC
Created attachment 209998 [details]
XGamer with dependencies for openbox, numlockx and feh
Comment 7 mikeym 2009-11-17 14:22:53 UTC
Created attachment 210516 [details]
XGamer Version 0.2.0
Comment 8 mikeym 2009-11-23 21:32:27 UTC
Created attachment 211022 [details]
XGamer Version 0.2.1

Minor change
Comment 9 Mr. Bones. (RETIRED) gentoo-dev 2009-11-23 21:36:18 UTC
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.
Comment 10 mikeym 2009-11-23 22:20:42 UTC
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.
Comment 11 Mr. Bones. (RETIRED) gentoo-dev 2009-11-23 22:26:26 UTC
games-util/xgamer is in portage.  thanks for the bug report and ebuild.
Comment 12 mikeym 2010-03-25 23:56:11 UTC
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.