Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/it/devrel/handbook: hb-guide-ebuild.xml
Date: Wed, 07 Nov 2007 20:13:56
Message-Id: E1IprHW-0003hM-By@stork.gentoo.org
1 scen 07/11/07 20:13:46
2
3 Modified: hb-guide-ebuild.xml
4 Log:
5 Version 1.0.4, revision 1.47 of EN CVS
6
7 Revision Changes Path
8 1.11 xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml?r1=1.10&r2=1.11
13
14 Index: hb-guide-ebuild.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-guide-ebuild.xml 25 Sep 2007 21:15:24 -0000 1.10
21 +++ hb-guide-ebuild.xml 7 Nov 2007 20:13:45 -0000 1.11
22 @@ -1,5 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-guide-ebuild.xml,v 1.11 2007/11/07 20:13:45 scen Exp $ -->
26
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29 @@ -9,8 +10,8 @@
30 -->
31
32 <sections>
33 -<version>1.0.3</version>
34 -<date>2007-06-23</date>
35 +<version>1.0.4</version>
36 +<date>2007-11-01</date>
37
38 <section>
39 <title>Il Portage tree</title>
40 @@ -44,8 +45,8 @@
41
42 <p>
43 Il Portage tree si trova nel modulo <c>gentoo-x86</c> del Gentoo Linux tree.
44 -Per fare il check out del modulo (circa 350 megabytes) si deve prima
45 -configurare CVS tramite la guida precedente, poi fare il check out del modulo
46 +Per fare il check out del modulo (circa 350 megabyte) si deve prima configurare
47 +CVS tramite la guida precedente, poi fare il check out del modulo
48 <c>gentoo-x86</c>.
49 </p>
50
51 @@ -621,9 +622,7 @@
52 <ti><c>pkg_setup</c></ti>
53 <ti>
54 Usare questa funzione per eseguire delle operazioni essenziali di qualunque
55 - tipo. Ciò può includere il controllo di file di configurazione esistenti. Se
56 - è necessario aggiungere utenti, si deve fare questo controllo anche in
57 - <c>pkg_preinst()</c> prima che il pacchetto venga installato.
58 + tipo. Ciò può includere il controllo di file di configurazione esistenti.
59 </ti>
60 </tr>
61 <tr>
62 @@ -1020,8 +1019,9 @@
63 <tr>
64 <ti><c>replace-cpu-flags</c></ti>
65 <ti>
66 - Sostituisce ogni flag -march=... o -mcpu=... che contengono il secondo
67 - argomento con il primo.
68 + Necessita di due argomenti. Sostituisce un dato valore di mtune/mcpu/march
69 + con quello nuovo (tipo così: replace-cpu-flags 'i686' 'i586' sostituirà
70 + -mtune/-march/-mcpu=i686 con -mtune/-march/-mcpu=i586).
71 </ti>
72 </tr>
73 <tr>
74 @@ -1564,7 +1564,10 @@
75 </tr>
76 <tr>
77 <ti><c>touch</c>*</ti>
78 - <ti>Aggiorna gli mtimes per ogni archivio sorgente nel pacchetto</ti>
79 + <ti>
80 + Aggiorna gli orari di modifica (mtime) per ogni archivio sorgente nel
81 + pacchetto
82 + </ti>
83 <ti>N/A</ti>
84 </tr>
85 <tr>
86 @@ -1656,8 +1659,7 @@
87 <ti><c>docinto</c></ti>
88 <ti><path>""</path></ti>
89 <ti>
90 - Imposta la relativa sottodirectory (<e>DOCDESTTREE</e>) usata da
91 - <c>dodoc</c>
92 + Imposta la relativa sottodirectory usata da <c>dodoc</c>
93 </ti>
94 <ti><c>docinto examples</c></ti>
95 </tr>
96 @@ -1680,8 +1682,9 @@
97 <ti><c>doexe</c></ti>
98 <ti>N/A</ti>
99 <ti>
100 - Installa i file specificati nella modalità <e>EXEOPTIONS</e> (vedere
101 - <c>exeopts</c>) in <path>EXEDESTTREE</path> (vedere <c>exeinto</c>)
102 + Installa i file specificati con le modalità <e>EXEOPTIONS</e> (vedere
103 + <c>exeopts</c>) in <path>PATH</path> definito da <e>EXEINTO</e> (vedere
104 + <c>exeinto</c>)
105 </ti>
106 <ti><c>doexe ${FILESDIR}/quake3</c></ti>
107 </tr>
108 @@ -2253,4 +2256,4 @@
109 </body>
110 </subsection>
111 </section>
112 -</sections>
113 +</sections>
114 \ No newline at end of file
115
116
117
118 --
119 gentoo-commits@g.o mailing list