Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15127 - man 5 ebuild corrections
Summary: man 5 ebuild corrections
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 15:19 UTC by Mark Guertin
Modified: 2003-02-11 15:47 UTC (History)
0 users

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 Mark Guertin 2003-02-04 15:19:35 UTC
in the man 5 ebuild page it shows examples like the following: 
 
HOMEPAGE = "http://happy.com/" 
 
that doesn't seem to work corectly in portage, but doing like this is fine: 
 
HOMEPAGE="http://happy.com/" (no spaces). 
 
Can this be verfied and if it's on more than just my system updated in next version? 
 

Reproducible: Always
Steps to Reproduce:
1. man 5 ebuild 
2. put HOMEPAGE = "blah" into ebuild file 
 
Actual Results:  
emerge complains "HOMEPAGE command not found" 

Expected Results:  
It to happily set the home page 

This new bugzilla form is nice :)
Comment 1 SpanKY gentoo-dev 2003-02-09 16:26:53 UTC
i did this on purpose ... if you look at the rest of the manpage you'll see that if i 
removed the spacing on all the variables it would look horrible/unreadable ... at least 
imo it does ... 
Comment 2 Mark Guertin 2003-02-09 19:12:39 UTC
okie, the only issue I have with that is that it doesnt work if you paste or format 
like the samples :/ 
 
Comment 3 SpanKY gentoo-dev 2003-02-09 22:57:35 UTC
how about this ... instead of making the formatting horrible, i put a note right after the 
section header VARIABLES that says 'when assigning values to variables in ebuilds, 
you cannot have a space between the variable name and the equal sign' ? 
Comment 4 Mark Guertin 2003-02-10 03:25:07 UTC
Hmm ya guess that would work too, just as long as people don't try to paste 
from there should be fine ;) 
 
P.S. I pasted from there for something and thats how this all started ;)