.\" -*- coding: utf-8 -*-
.\" ### DO NOT EDIT THIS FILE
.\" ### This man page is autogenerated by eclass-to-manpage.awk
.\" ### based on comments found in chromium.eclass
.\"
.\" See eclass-to-manpage.awk for documentation on how to get
.\" your eclass nicely documented as well.
.\"
.TH "CHROMIUM.ECLASS" 5 "Mar 2012" "Portage" "portage"
.SH "NAME"
chromium.eclass \- Shared functions for chromium and google-chrome
.SH "FUNCTIONS"
.TP
\fBchromium_check_kernel_config\fR 
Ensures the system kernel is configured for full Chromium functionality.
.TP
\fBchromium_remove_language_paks\fR 
Removes pak files from the current directory for languages that the user has
not selected via the LINGUAS variable.
Also performs QA checks to ensure CHROMIUM_LANGS has been set correctly.
.TP
\fBEGYP_CHROMIUM_COMMAND\fR ?= \fIbuild/gyp_chromium\fR
Path to the gyp_chromium script.
.TP
\fBEGYP_CHROMIUM_DEPTH\fR ?= \fI.\fR
Depth for egyp_chromium.
.TP
\fBegyp_chromium\fR [gyp arguments]
Calls EGYP_CHROMIUM_COMMAND with depth EGYP_CHROMIUM_DEPTH and given
arguments. The full command line is echoed for logging.
.TP
\fBgyp_use\fR <USE flag> [GYP flag] [true suffix] [false suffix]
If USE flag is set, echo -D[GYP flag]=[true suffix].

If USE flag is not set, echo -D[GYP flag]=[false suffix].

[GYP flag] defaults to use_[USE flag] with hyphens converted to underscores.

[true suffix] defaults to 1. [false suffix] defaults to 0.
.TP
\fBchromium_bundled_v8_version\fR [path to version.cc]
Outputs the version of v8 parsed from a (bundled) copy of the source code.
.TP
\fBchromium_installed_v8_version\fR 
Outputs the version of dev-lang/v8 currently installed on the host system.
.SH "ECLASS VARIABLES"
.TP
\fBCHROMIUM_LANGS\fR
List of language packs available for this package.
.SH "AUTHORS"
.nf
Mike Gilbert <floppym@gentoo.org>
.fi
.SH "MAINTAINERS"
.nf
Chromium Herd <chromium@gentoo.org>
.fi
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH "FILES"
.BR /usr/portage/eclass/chromium.eclass
.SH "SEE ALSO"
.BR ebuild (5)
.nf
http://sources.gentoo.org/eclass/chromium.eclass?view=log
.fi