Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147968 - Invalid newbin in app-misc/colordiff
Summary: Invalid newbin in app-misc/colordiff
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-17 10:57 UTC by Radoslaw Szkodzinski
Modified: 2006-09-17 23:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radoslaw Szkodzinski 2006-09-17 10:57:38 UTC
app-misc/colordiff-1.0.6 contains a newbin line of this form:
    newbin colordiff.pl colordiff cdiff.sh cdiff || die

This is invalid, as newbin should only take 2 arguments. (except it ignores the error)

That command should be dobin.
Comment 1 Radoslaw Szkodzinski 2006-09-17 11:00:05 UTC
Actually, the newbin line should just be split.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-09-17 23:28:00 UTC
I blame agriffis. http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/colordiff/colordiff-1.0.5-r1.ebuild?hideattic=0&rev=1.2&view=log

Fixed in CVS in 1.0.5-r2 and 1.0.6.