Bug 110107 - [EBUILD] new package : games-puzzle/xpuyopuyo
|
Bug#:
110107
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: email@missionaccomplish.com
|
|
Component: Games
|
|
|
URL:
|
|
Summary: [EBUILD] new package : games-puzzle/xpuyopuyo
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2005-10-21 23:04 0000
|
Xpuyopuyo is a Tetris-like game in which the object is to match four or more
blocks of the same color.
Reproducible: Always
Steps to Reproduce:
- remove # likewhoa
- src_unpack() is superfluous
What is with all of the USE flags? Are they all necessary?
For example, we build shared libraries by default, so there's no need for the
shared USE.
The ebuild has gtk+-1.2 as a hard dependency and X as an optional one. This
cannot be correct.
You'll need to check the dependencies and fix that before this can be included.
By the way, these ebuilds are pretty good, so keep up the good work.
(In reply to comment #4)
> What is with all of the USE flags? Are they all necessary?
> For example, we build shared libraries by default, so there's no need for the
> shared USE.
> The ebuild has gtk+-1.2 as a hard dependency and X as an optional one. This
> cannot be correct.
>
> You'll need to check the dependencies and fix that before this can be included.
>
> By the way, these ebuilds are pretty good, so keep up the good work.
I took X as an optional use flag and just appended --with-x
but i did add 'gnome' use flag in replacement since it's an optional configure
flag..
the 'aibreed' 'network' 'profiling' 'static' are the other USE flag that are
optional since some are set to no by default.. enjoy the game it's pretty fun
specially with network gaming. I will be adding more ebuilds as i would like to
learn most of the eclass functions in portage.
Ebuild is now in portage. Thanks