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-introduction-new-devs.xml
Date: Tue, 06 May 2008 19:40:42
Message-Id: E1JtT1j-0007HO-PI@stork.gentoo.org
1 scen 08/05/06 19:40:39
2
3 Modified: hb-introduction-new-devs.xml
4 Log:
5 Version 1.0.4, revision 1.13 of EN CVS
6
7 Revision Changes Path
8 1.8 xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml?r1=1.7&r2=1.8
13
14 Index: hb-introduction-new-devs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-introduction-new-devs.xml 3 Mar 2008 19:19:33 -0000 1.7
21 +++ hb-introduction-new-devs.xml 6 May 2008 19:40:39 -0000 1.8
22 @@ -1,13 +1,13 @@
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-introduction-new-devs.xml,v 1.7 2008/03/03 19:19:33 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/it/devrel/handbook/hb-introduction-new-devs.xml,v 1.8 2008/05/06 19:40:39 scen Exp $ -->
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
30
31 <sections>
32 -<version>1.0.3</version>
33 -<date>2006-11-01</date>
34 +<version>1.0.4</version>
35 +<date>2008-05-03</date>
36
37 <section>
38 <title>Utilizzo del CVS</title>
39 @@ -149,16 +149,18 @@
40 # cd foo
41 <comment>(È meglio mantenere gli ebuild in lavorazione esternamente all'albero CVS.)</comment>
42 # cp /path/to/foo-1.0.ebuild ./
43 -<comment>[Non dimenticarsi di creare un ChangeLog - guardare la pagina man per echangelog.]</comment>
44 <comment>(Assicurarsi che PORTDIR_OVERLAY sia impostato alla directory di CVS durante la creazione dei manifest.)</comment>
45 # repoman manifest
46 +# ${EDITOR} metadata.xml
47 + <comment>Non è più necessario avere una directory files</comment>
48 # cvs add foo-1.0.ebuild ChangeLog files
49 +<comment>[Non dimenticarsi di creare un ChangeLog - guardare la pagina man per echangelog.]</comment>
50 +# echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXXX."
51 </pre>
52
53 <p>
54 -Ricordarsi inoltre anche di aggiungere un file metadata.xml con le informazioni
55 -del mantenitore. Guardare la sezione <uri link="?part=2&amp;chap=4">Gentoo
56 -Metadata</uri> per maggiori informazioni.
57 +Guardare la sezione <uri link="?part=2&amp;chap=4">Gentoo Metadata</uri> per
58 +maggiori informazioni su metadata.xml
59 </p>
60
61 <p>
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list