Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527342 - repoman: False positives for leading spaces in variables
Summary: repoman: False positives for leading spaces in variables
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-29 14:52 UTC by Michael Orlitzky
Modified: 2022-07-12 03:18 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 Michael Orlitzky gentoo-dev 2014-10-29 14:52:14 UTC
Repoman gives me e.g. the following,

  app-laptop/hdapsd/hdapsd-20141024.ebuild: Ebuild contains leading spaces on line: 66

The line in question is within a quoted variable, so the warning while technically correct is not something that needs to be fixed:

  DOC_CONTENTS="
  ...
  You can change the default sampling rate by modifing

    /sys/devices/platform/hdaps/sampling_rate

  and you may need to enable shock protection manually by running
  ...
  "
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:38 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.