Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442972 - games-mud/kmuddy-1.0.1-r{1,2} usage of non-existing DOC= variable in ebuilds
Summary: games-mud/kmuddy-1.0.1-r{1,2} usage of non-existing DOC= variable in ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 442942
  Show dependency tree
 
Reported: 2012-11-13 11:16 UTC by Denis M. (Phr33d0m)
Modified: 2012-11-13 16:12 UTC (History)
1 user (show)

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 Denis M. (Phr33d0m) 2012-11-13 11:16:51 UTC
Hello, these ebuilds are using the variable DOC that does not exist in any EAPI. The correct one is DOCS.
Example usage:
>DOCS="file1 file2"
>DOCS=(file1 file2)

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-11-13 16:12:11 UTC
While it is true that DOC="" is not in any EAPI, it is supported by cmake-utils.eclass.

In any case, I have migrated to the new style.

+  13 Nov 2012; Michael Palimaka <kensington@gentoo.org> kmuddy-1.0.1-r2.ebuild:
+  Migrate to new-style DOC variable, wrt bug #442972.