Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-portage.xml
Date: Thu, 01 Aug 2013 21:00:10
Message-Id: 20130801210002.926A52171C@flycatcher.gentoo.org
1 swift 13/08/01 21:00:02
2
3 Modified: hb-working-portage.xml
4 Log:
5 Align ACCEPT_LICENSE examples with make.conf.examples - bug #479386
6
7 Revision Changes Path
8 1.83 xml/htdocs/doc/en/handbook/hb-working-portage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.83&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.83&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.82&r2=1.83
13
14 Index: hb-working-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
17 retrieving revision 1.82
18 retrieving revision 1.83
19 diff -u -r1.82 -r1.83
20 --- hb-working-portage.xml 1 Aug 2013 19:12:51 -0000 1.82
21 +++ hb-working-portage.xml 1 Aug 2013 21:00:02 -0000 1.83
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.82 2013/08/01 19:12:51 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.83 2013/08/01 21:00:02 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>8</version>
36 +<version>9</version>
37 <date>2013-08-01</date>
38
39 <section>
40 @@ -455,12 +455,14 @@
41
42 <p>
43 License groups defined in <c>ACCEPT_LICENSE</c> are prefixed with an <b>@</b>
44 -sign. Here's an example of a system that globally permits the free software (and
45 -documentation) license group, as well as a few other individual licenses:
46 +sign. A commonly requested setting is to only allow the installation of free
47 +software and documentation. To accomplish this, we can remove all currently
48 +accepted licenses (using <c>-*</c>) and then only allow the licenses in the
49 +<c>FREE</c> group as follows:
50 </p>
51
52 -<pre caption="ACCEPT_LICENSE in /etc/portage/make.conf">
53 -ACCEPT_LICENSE="-* @FREE atheros-hal BitstreamVera"
54 +<pre caption="Only allowing free software and documentation licenses in /etc/portage/make.conf">
55 +ACCEPT_LICENSE="-* @FREE"
56 </pre>
57
58 <p>