summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-25 01:35:42 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-25 01:35:42 +0000
commit866ed9e73c14c8bc26a8899a861aa789ab7e3d40 (patch)
tree557ee7d7bbf8a9378e88aa4aefbb977293c573dd /man
parent86ffee80b6755a2ba047345815bcb4cbb7200b38 (diff)
downloadportage-866ed9e73c14c8bc26a8899a861aa789ab7e3d40.tar.gz
portage-866ed9e73c14c8bc26a8899a861aa789ab7e3d40.tar.bz2
portage-866ed9e73c14c8bc26a8899a861aa789ab7e3d40.zip
Remove ACCEPT_LICENSE docs until they're really implemented.
svn path=/main/trunk/; revision=4813
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.56
-rw-r--r--man/portage.520
2 files changed, 0 insertions, 26 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index d9956d668..4782183a3 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -29,12 +29,6 @@ set this to '~ppc'. This is an incremental variable. Only define a
.br
Defaults to the value of $ARCH.
.TP
-\fBACCEPT_LICENSE\fR = \fI[space delimited list of licenses]\fR
-Specify acceptable licenses for installed packages. Any packages with
-unaccepted licenses will be masked. The default value is "*", which means to
-accept all licenses. Licenses can be accepted for individual packages via the
-package.license file. See \fBportage\fR(5) for more information.
-.TP
\fBBUILD_PREFIX\fR = \fI[path]\fR
Defines the location of the package working directory.
.br
diff --git a/man/portage.5 b/man/portage.5
index 74ae5335d..cfe71a672 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -43,7 +43,6 @@ virtuals
bashrc
modules
package.keywords
-package.license
package.mask
package.unmask
package.use
@@ -411,25 +410,6 @@ package.keywords like this:
games-fps/quake3-demo -*
.TP
-.BR package.license
-Per\-package acceptance of licenses. This is useful if a license needs to be
-accepted for a single package but should not be accepted for any package. See
-\fIACCEPT_LICENSE\fR in \fBmake.conf\fR(5) for global license acceptance.
-
-.I Format:
-.nf
-\- comments begin with #
-\- one DEPEND atom per line followed by additional licenses
-.fi
-
-.I Example:
-.nf
-# accept the zlib license just for the zlib package
-sys-libs/zlib ZLIB
-# accept any license for mplayer
-media\-video/mplayer *
-.fi
-.TP
.BR package.mask
A list of package atoms to mask. Useful if specific versions of packages do
not work well for you. For example, you swear by the Nvidia drivers, but only