diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-12 05:38:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-12 05:38:31 +0000 |
commit | b912c8cd3e74513bd1854d4ed7be42535617e4b7 (patch) | |
tree | 640e57904cbc6c0b5f046498cd37162727a87e35 | |
parent | f3f13f5754e47a913c8b56af1e7c69f83ddfa6c1 (diff) | |
download | portage-b912c8cd3e74513bd1854d4ed7be42535617e4b7.tar.gz portage-b912c8cd3e74513bd1854d4ed7be42535617e4b7.tar.bz2 portage-b912c8cd3e74513bd1854d4ed7be42535617e4b7.zip |
Document license_groups.
svn path=/main/trunk/; revision=14587
-rw-r--r-- | man/portage.5 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/man/portage.5 b/man/portage.5 index 50e7e98e5..ae5f7f1f8 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -73,6 +73,7 @@ arch.list categories info_pkgs info_vars +license_groups package.mask profiles.desc repo_name @@ -682,8 +683,24 @@ sys\-kernel .BR info_pkgs A list of all the packages which will be displayed when you run `emerge info`. .TP -.BR info_vars -A list of all the variables which will be displayed when you run `emerge info`. +.BR license_groups +This contains groups of licenses that may be specifed in the +\fBACCEPT_LICENSE\fR variable (see \fBmake.conf\fR(5)). + +.I Format: +.nf +\- comments begin with # (no inline comments) +\- one group name, followed by list of licenses and nested groups +\- nested groups are prefixed with the @ symbol +.fi + +.I Example: +.nf +# The FSF-APPROVED group includes the entire GPL-COMPATIBLE group and more. +FSF-APPROVED @GPL-COMPATIBLE Apache-1.1 BSD-4 MPL-1.0 MPL-1.1 +# The GPL-COMPATIBLE group includes all licenses compatible with the GNU GPL. +GPL-COMPATIBLE Apache-2.0 BSD BSD-2 GPL-2 GPL-3 LGPL-2.1 LGPL-3 X11 ZLIB +.fi .TP .BR package.keywords Per\-profile KEYWORDS. Useful for cases in which the effective KEYWORDS of a |