Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7015 - media-sound/dcd ebuild error, new version
Summary: media-sound/dcd ebuild error, new version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-25 11:05 UTC by CJ Kucera
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
dcd-0.90-r1.ebuild (dcd-0.90-r1.ebuild,922 bytes, text/plain)
2002-08-25 11:06 UTC, CJ Kucera
Details
dcd-0.90-r1.diff (dcd-0.90-r1.diff,349 bytes, patch)
2002-08-25 11:06 UTC, CJ Kucera
Details | Diff
dcd-0.95.ebuild (dcd-0.95.ebuild,922 bytes, text/plain)
2002-08-25 11:07 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CJ Kucera 2002-08-25 11:05:38 UTC
In media-sound/dcd, there's a line in the makefile that looks like so:

install -m 755 -d ${HOME}/${CDI}

This line throws a "permission denied" error during install, so I added a sed
command to the ebuild which gets rid of that line (it doesn't seem to be
necessary for the program to work).  I'll attach both the dcd-0.90-r1.ebuild and
a diff that'll take you from 0.90 to 0.90-r1.

After I did that, I noticed that there was also a newer 0.95 version of dcd
available, so I made an ebuild for that as well.  Which makes submitting my -r1
patch kind of silly, but I figured for completeness sake I'd put it here anyway.
Comment 1 CJ Kucera 2002-08-25 11:06:17 UTC
Created attachment 3411 [details]
dcd-0.90-r1.ebuild
Comment 2 CJ Kucera 2002-08-25 11:06:38 UTC
Created attachment 3412 [details, diff]
dcd-0.90-r1.diff
Comment 3 CJ Kucera 2002-08-25 11:07:16 UTC
Created attachment 3413 [details]
dcd-0.95.ebuild
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-08-28 12:35:34 UTC
committed