Summary: | dev-lang/srf (new package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Adrian Frühwirth <adrian+gentoo> |
Component: | [OLD] Development | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | Keywords: | EBUILD, REVIEWED |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
srf-1.0.ebuild
srf-1.0.ebuild srf-1.0.ebuild |
Description
Adrian Frühwirth
2005-08-28 07:32:47 UTC
Created attachment 67075 [details]
srf-1.0.ebuild
Hrm, this looks like it needs a DEPEND upon a lex implementation and a yacc implementation. Created attachment 67112 [details]
srf-1.0.ebuild
removed 'dodoc INSTALL'
added DEPEND upon flex and (bison or yacc or byacc) (readme says it should work
with any of these)
Ok, two tiny little things and then I'll tag this as reviewed. You don't need the backslash for the DEPEND multiline, and I'd be inclined to stick bison first in the || () list on the grounds that it's probably the most useful of the three. Thanks. Created attachment 67121 [details]
srf-1.0.ebuild
* fixed multiline typo
* changed order bison in dependency
here you go...or do you want me to put each atom in the || () list in a
separate line? ;-)
Looks good to me. Cheers. I already (after doing proper testing) committed this ebuild to the tree. Thanks for submitting it. |