Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87760 - (ebuild) graveman 0.3.9
Summary: (ebuild) graveman 0.3.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL: http://graveman.tuxfamily.org/changel...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-03 04:14 UTC by Martin Wienold
Modified: 2005-04-04 19:49 UTC (History)
0 users

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


Attachments
graveman-0.3.9.ebuild (graveman-0.3.9.ebuild,983 bytes, text/plain)
2005-04-03 04:15 UTC, Martin Wienold
Details
graveman-0.3.9.ebuild (graveman-0.3.9.ebuild,971 bytes, text/plain)
2005-04-04 00:55 UTC, Martin Wienold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Wienold 2005-04-03 04:14:52 UTC
New version of graveman is out, attached ebuild for 0.3.9

graveman now requires cdrdao, see http://graveman.tuxfamily.org/changelog-e.php
"Now using cdrdao to copy CD, now required cdrdao !!"

i added '>=app-cdr/cdrdao' to DEPEND. 
If this is wrong or the syntax i used is incorrect please correct it.

It build fine for me and works.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Wienold 2005-04-03 04:15:28 UTC
Created attachment 55175 [details]
graveman-0.3.9.ebuild
Comment 2 Martin Wienold 2005-04-04 00:55:35 UTC
Created attachment 55251 [details]
graveman-0.3.9.ebuild

Fixed KEYWORDS to only contain ~x86 since this is the only ARCH i have access
to.

Also graveman 0.3.10 is out but renaming the ebuild gives an sandboxviolation:
_____________
Making install in man
make[1]: Entering directory
`/var/tmp/portage/graveman-0.3.10/work/graveman-0.3.10/man'
test -d "/usr/man/man1" && cp graveman.man /usr/man/man1/graveman.1
ACCESS DENIED  open_wr:   /usr/man/man1/graveman.1
....
--------------------------- ACCESS VIOLATION SUMMARY
---------------------------
LOG FILE = "/tmp/sandbox-app-cdr_-_graveman-0.3.10-19876.log"

open_wr:   /usr/man/man1/graveman.1
--------------------------------------------------------------------------------

_____________
$ cat /tmp/sandbox-app-cdr_-_graveman-0.3.10-19876.log
open_wr:   /usr/man/man1/graveman.1
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2005-04-04 19:49:16 UTC
Version 0.3.10 is now in portage.

This version introduces the man-page, but the Makefiles are not correct, as one can't change the path where a man-page will be installed into.  Therefore I didn't installed the man-page in this version (earlier version even didn't had one).

I crated the graveman-bug https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=12558 about this problem.