Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110095 - [EBUILD] new package: games-puzzle/biniax
Summary: [EBUILD] new package: games-puzzle/biniax
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://biniax.com/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-21 21:34 UTC by Fernando (likewhoa)
Modified: 2018-12-03 12:58 UTC (History)
1 user (show)

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


Attachments
biniax-1.1.ebuild (biniax-1.1.ebuild,837 bytes, text/plain)
2005-10-21 21:34 UTC, Fernando (likewhoa)
Details
biniax-1.1.ebuild [updated] (biniax-1.1.ebuild,722 bytes, text/plain)
2005-10-22 23:02 UTC, Fernando (likewhoa)
Details
biniax-1.1.ebuild (biniax-1.1.ebuild,753 bytes, text/plain)
2005-10-24 16:44 UTC, Fernando (likewhoa)
Details
biniax-1.1.ebuild (biniax-1.1.ebuild,776 bytes, text/plain)
2006-02-24 05:23 UTC, Fernando (likewhoa)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando (likewhoa) 2005-10-21 21:34:25 UTC
Biniax is an unique arcade logic game. Simple and addictive, you can learn in a
minute and play for hours.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fernando (likewhoa) 2005-10-21 21:34:55 UTC
Created attachment 71156 [details]
biniax-1.1.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-22 06:24:14 UTC
- remove # likewhoa and RDEPEND="${DEPEND}"
- "Freely Distributable" is not a correct license, have a loook at
/usr/portage/licenses/
- src_unpack() is superfluous
Comment 3 Fernando (likewhoa) 2005-10-22 23:02:05 UTC
Created attachment 71245 [details]
biniax-1.1.ebuild [updated]

updated to conform to ebuild standards..
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-23 06:35:49 UTC
Try to use indentation to make things a bit more readable.
Does the package ship its own .desktop entry that requires the icon go to
/usr/share/icons, or would it be better to use "doicon"?
Comment 5 Fernando (likewhoa) 2005-10-24 16:43:27 UTC
(In reply to comment #4)
> Try to use indentation to make things a bit more readable.
> Does the package ship its own .desktop entry that requires the icon go to
> /usr/share/icons, or would it be better to use "doicon"?

ok added doicon and make_desktop_entry also changing package category to
games-puzzles since it's a logic game.
Comment 6 Fernando (likewhoa) 2005-10-24 16:44:06 UTC
Created attachment 71363 [details]
biniax-1.1.ebuild
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-30 17:26:06 UTC
- Error check your doins
- Binary games install into GAMES_PREFIX_OPT
- S=${WORKDIR}/${PN}-linux86
- newicon icon.ico biniax.ico
- That, of course, means an updated make_desktop_entry

(By the way, it doesn't work on amd64... boo! :P)
Comment 8 Fernando (likewhoa) 2006-02-24 05:22:21 UTC
changes made..
Comment 9 Fernando (likewhoa) 2006-02-24 05:23:21 UTC
Created attachment 80591 [details]
biniax-1.1.ebuild

didn't notice any errors/warning in doins..
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2006-03-12 07:43:34 UTC
I meant use: doins -r data biniax || die "Failed to copy files"

...so the ebuild will fail if there is an error.
Comment 11 Tristan Heaven (RETIRED) gentoo-dev 2009-11-05 18:37:29 UTC
I added biniax2. Is there any reason to prefer the original biniax? If not, we could close this.