Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19751 - tidy man ebuild
Summary: tidy man ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-22 01:57 UTC by Mr. Bones. (RETIRED)
Modified: 2003-06-09 14:41 UTC (History)
0 users

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


Attachments
convert cp/sed to sed -i (man.patch,1.93 KB, patch)
2003-04-22 02:02 UTC, Mr. Bones. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2003-04-22 01:57:55 UTC
The ebuild for man could use sed -i.  This seems to be much nicer.  I'll
attach a patch to man-1.5l-r2.ebuild that does this.

Reproducible: Always
Steps to Reproduce:
1. cat /usr/portage/*/man/man-1.5l-r2.ebuild


Actual Results:  
see a couple of cp/sed ops.

Expected Results:  
sed 4.0.5 -i looks more fun.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-04-22 02:02:33 UTC
Created attachment 10981 [details, diff]
convert cp/sed to sed -i

This patch:

Adds >=sed-4.0.5 to DEPEND
Uses sed -i || die
Cleans up some white space
Removes a cd made redundent due to some code moving
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-04-23 19:56:23 UTC
Want to take care of this one yourself?
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-06-09 14:41:48 UTC
Cleaned up and should roll out with -r5 security fix coming soon from
someone else.