Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166980 - net-misc/ebayagent-0.9.11-r2 is 'special'
Summary: net-misc/ebayagent-0.9.11-r2 is 'special'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 09:16 UTC by Brian Harring (RETIRED)
Modified: 2007-02-23 20:04 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 Brian Harring (RETIRED) gentoo-dev 2007-02-15 09:16:12 UTC
1) corrupt chars in src_install; look for "prepare manpages"
2) sed usage + bash quoting rules: you don't need to escape whitespace that's already quoted, nor do you need to escape /, nor do you need escape '='... generally speaking, if you need " chars in an arg, use the alt quoting (single) or $''.  Said sed line also seems to have a tab slapped prior to the last arg (minor in comparison to the sed).
3) invoking gzip directly for man pages is evil.  Use appropriate functionality instead...
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-15 09:21:17 UTC
4/ dodoc COPYING INSTALL is not useful, it's already installed and has its license in ${PORTDIR}/licenses

Comment 2 Christian Hartmann (RETIRED) gentoo-dev 2007-02-23 20:04:13 UTC
Fixed.