Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99955 - ebuild for neveredit
Summary: ebuild for neveredit
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-07-22 14:37 UTC by Henrik Falk
Modified: 2009-10-08 21:10 UTC (History)
3 users (show)

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


Attachments
games-util/neveredit (neveredit-0.8.ebuild,924 bytes, text/plain)
2005-07-22 14:41 UTC, Henrik Falk
Details
games-util/neveredit (neveredit-0.8.ebuild,747 bytes, text/plain)
2005-07-22 16:26 UTC, Henrik Falk
Details
neveredit-0.8.2_beta1.ebuild (neveredit-0.8.2_beta1.ebuild,1.02 KB, text/plain)
2006-05-04 10:53 UTC, Fabio Bonfante
Details
neveredit-0.8.1.ebuild (neveredit-0.8.1.ebuild,1.01 KB, text/plain)
2006-05-04 10:54 UTC, Fabio Bonfante
Details
neveredit-0.8.2_beta1.ebuild (neveredit-0.8.2_beta1.ebuild,814 bytes, text/plain)
2007-02-03 19:08 UTC, Fredric Johansson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Falk 2005-07-22 14:37:57 UTC
Neveredit is a nwn module / resource editor part of the opeknight project.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Henrik Falk 2005-07-22 14:41:40 UTC
Created attachment 64087 [details]
games-util/neveredit
Comment 2 Henrik Falk 2005-07-22 14:44:38 UTC
I have added my ebuild for neveredit. It seems pretty straight forward, but i
get an error about cvs2cl, which i am not even sure should be used. And it is
src_compile() that complains. My ebuild does not use src_compile. Here is my
error  message:

>>> Source unpacked.
cvs2cl -S --no-wrap --accum --tags --prune --ignore Changelog
cvs log: No CVSROOT specified!  Please use the `-d' option
cvs [log aborted]: or set the CVSROOT environment variable.
Problem reading log input (pid/exit/signal/core: 11863/1/0/0)
make: *** [change] Error 1

!!! ERROR: games-util/neveredit-0.8 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

Comment 3 Henrik Falk 2005-07-22 16:26:15 UTC
Created attachment 64092 [details]
games-util/neveredit

I solved the problem by deleting the Makefile that was trying to run cvs2cl. My
gut feeling is that this isn't a good solution at all, but it seems to work
just fine. I never could figure out why that makefile was run in the first
place.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-11-12 16:35:26 UTC
Things should definitely not be installed into a subdirectory of GAMES_BINDIR. 
The only thing that should go in the bin directory is the actual executable. 
The rest of the files should be installed in GAMES_DATADIR/neveredit
Comment 5 Fabio Bonfante 2006-05-04 10:51:09 UTC
after some work i revised the old ebuild... 
now it install all in /usr/share/neveredit
and make a script in /usr/games/bin for easy launch

i've also added a constraint
>=dev-python/pyopengl-2.0.1.09
because with the stable 2.0.0.44 doesn't work for me... 
(i don't know if it's a neveredit problem or pyopengl...somebody can confirm that?)
Comment 6 Fabio Bonfante 2006-05-04 10:53:07 UTC
Created attachment 86152 [details]
neveredit-0.8.2_beta1.ebuild

latest testing version
Comment 7 Fabio Bonfante 2006-05-04 10:54:38 UTC
Created attachment 86153 [details]
neveredit-0.8.1.ebuild

latest stable version
Comment 8 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-04 12:17:52 UTC
Really, it should use the games.eclass variables and inherit the eclass.

The whole DPATH thing should instead use GAMES_DATADIR.
You'll want to use our games_make_wrapper instead of making your own.
Using prepgamesdirs will take care of the ownerships.

http://www.gentoo.org/proj/en/desktop/games/games-ebuild-howto.xml

It looks good.  It just needs a few changes.
Comment 9 Fredric Johansson 2007-02-03 19:08:46 UTC
Created attachment 109032 [details]
neveredit-0.8.2_beta1.ebuild

I fixed the 0.8.2-ebuild to use games.eclass instead
Comment 10 Arseny Solokha 2009-10-01 10:09:29 UTC
Last tarball has been released released on November 30, 2005. Last SVN commit has been made ten months ago. Latest messages in mailing lists has no replies.
Project's dying slowly or is already dead.
Comment 11 Mr. Bones. (RETIRED) gentoo-dev 2009-10-08 21:10:16 UTC
ok, WONTFIX then.  reopen if it comes back to life.