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-features.xml
Date: Tue, 17 Dec 2013 11:35:15
Message-Id: 20131217113512.348B22004B@flycatcher.gentoo.org
1 swift 13/12/17 11:35:12
2
3 Modified: hb-working-features.xml
4 Log:
5 Fix bug #491870 - Drop unused key now (been in docs long enough)
6
7 Revision Changes Path
8 1.48 xml/htdocs/doc/en/handbook/hb-working-features.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.48&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.48&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.47&r2=1.48
13
14 Index: hb-working-features.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
17 retrieving revision 1.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- hb-working-features.xml 17 Dec 2013 11:34:08 -0000 1.47
21 +++ hb-working-features.xml 17 Dec 2013 11:35:12 -0000 1.48
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-features.xml,v 1.47 2013/12/17 11:34:08 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.48 2013/12/17 11:35:12 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 ccache and more.
33 </abstract>
34
35 -<version>11</version>
36 +<version>12</version>
37 <date>2013-12-17</date>
38
39 <section>
40 @@ -352,15 +352,11 @@
41 link="/proj/en/releng/index.xml">project page</uri>.
42 </p>
43
44 -<!-- Key 0x239C75C4 is superceded by 0x96D8BF6D, but keep it in the documents
45 - for a while to ensure continuity -->
46 -
47 <pre caption="Creating a truststore for Portage">
48 # <i>mkdir -p /etc/portage/gpg</i>
49 # <i>chmod 0700 /etc/portage/gpg</i>
50 <comment>(... Substitute the keys with those mentioned on the release engineering site ...)</comment>
51 -# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x0838C26E239C75C4 0xDB6B8C1F96D8BF6D</i>
52 -# <i>gpg --homedir /etc/portage/gpg --edit-key 0x0838C26E239C75C4 trust</i>
53 +# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0xDB6B8C1F96D8BF6D</i>
54 # <i>gpg --homedir /etc/portage/gpg --edit-key 0xDB6B8C1F96D8BF6D trust</i>
55 </pre>