Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97934 - kevedit-0.5.1.ebuild (New package)
Summary: kevedit-0.5.1.ebuild (New package)
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:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-07-04 13:41 UTC by Kevin Vance
Modified: 2018-12-03 12:58 UTC (History)
2 users (show)

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


Attachments
KevEdit 0.5.1 ebuild (kevedit-0.5.1.ebuild,606 bytes, text/plain)
2005-07-04 13:42 UTC, Kevin Vance
Details
kevedit-0.5.1.ebuild (w/ games eclass) (kevedit-0.5.1.ebuild,680 bytes, text/plain)
2007-07-17 18:54 UTC, CJ Kucera
Details
kevedit-0.5.1-configure.patch (kevedit-0.5.1-configure.patch,438 bytes, patch)
2007-07-17 18:55 UTC, CJ Kucera
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Vance 2005-07-04 13:41:54 UTC
This ebuild makes a native Linux version of KevEdit, a ZZT game world editor.

It probably belongs in dev-games.
Comment 1 Kevin Vance 2005-07-04 13:42:38 UTC
Created attachment 62619 [details]
KevEdit 0.5.1 ebuild
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2005-07-09 02:15:01 UTC
Needs to be made to look like the majority of the other games ebuilds:

inherit games
format like others
remove src_compile() (unneeded)
etc.
Comment 3 CJ Kucera 2007-07-17 18:54:54 UTC
Created attachment 125194 [details]
kevedit-0.5.1.ebuild (w/ games eclass)

Here's a slightly updated version which uses the games eclass.  Apart from that, the only other real difference is that the "configure" script packaged with the game tries to write to a temporary file in various directories (checking for "long file names" apparently), which causes sandbox violations.  I set src_unpack to patch that so that no longer occurs.  I'll attach that patch in just a second.

Let me know if it needs anything else, too...
Comment 4 CJ Kucera 2007-07-17 18:55:35 UTC
Created attachment 125195 [details, diff]
kevedit-0.5.1-configure.patch

Here's the patch.  Quite simple.