Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82555 - [EBUILD] freebooters-0.2.2
Summary: [EBUILD] freebooters-0.2.2
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://home.gna.org/freebooters/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 03:44 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2005-08-18 18:33 UTC (History)
1 user (show)

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


Attachments
games-simulation/freebooters-0.2.2 (freebooters-0.2.2.ebuild,1.98 KB, text/plain)
2005-02-19 03:45 UTC, Christoph Brill (egore) (RESIGNED)
Details
games-simulation/freebooters-0.2.2 (freebooters-0.2.2.ebuild,1.98 KB, text/plain)
2005-02-19 08:09 UTC, Christoph Brill (egore) (RESIGNED)
Details
games-simulation/freebooters-0.2.2 (freebooters-0.2.2.ebuild,1.60 KB, text/plain)
2005-02-20 05:25 UTC, Christoph Brill (egore) (RESIGNED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2005-02-19 03:44:41 UTC
Freebooters is a Pirates! clone, find an ebuild attached

Reproducible: Always
Steps to Reproduce:
Comment 1 Christoph Brill (egore) (RESIGNED) 2005-02-19 03:45:37 UTC
Created attachment 51579 [details]
games-simulation/freebooters-0.2.2

The ebuild
Comment 2 Alexandru Toma 2005-02-19 07:10:30 UTC
From the ebuild:
DEPEND=">=dev-games/ogre-0.15.1
		>=media-libs/libsdl-1.2
		>=media-libs/sdl-mixer-1.2
		>=media-libs/sdl-image-1.2
		>=media-libs/sdl-ttf-2.0"
RDEPEND=""

You should fix the dependencies.

make || die "make failed"
Doesn't emake work? AFAIK, it is the preffered way.

use doc && dohtml usr/local/gGo/doc/manual
The doc USE flag should only be used for _extra_ documentation (HTML, API etc.): http://www.gentoo.org/dyn/use-index.xml
AFAIK, man pages should always be installed.
Comment 3 Christoph Brill (egore) (RESIGNED) 2005-02-19 08:09:43 UTC
Created attachment 51604 [details]
games-simulation/freebooters-0.2.2

Changes:

1.)  Fixed RDEPEND
2.)  Changed to emake
3.)  Removed doc useflag
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-02-19 11:51:21 UTC
comments:

take out the RDEPEND line
quote ${S} in src_unpack
sed can take a list of files so combine the lines that convert /usr/local to /usr
use egamesconf in src_compile
error check cp and dogamesbin in src_install
Comment 5 Christoph Brill (egore) (RESIGNED) 2005-02-20 05:25:02 UTC
Created attachment 51654 [details]
games-simulation/freebooters-0.2.2

Add changes requested by Mr. Bones
Comment 6 SpanKY gentoo-dev 2005-08-18 18:33:11 UTC
some notes ...

- you can drop the src_compile, games eclass does that by default
- cp -r can be replaced with doins -r

otherwise, as an ebuild, it looks ok ... but the game itself looks like it could
use some work before being playable ...