Gentoo Archives: gentoo-commits

From: "Le Zhang (r0bertz)" <r0bertz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/zh_cn/devrel/handbook: hb-introduction-new-devs.xml
Date: Sat, 10 May 2008 07:32:00
Message-Id: E1JujYj-0000PD-CY@stork.gentoo.org
1 r0bertz 08/05/10 07:31:57
2
3 Modified: hb-introduction-new-devs.xml
4 Log:
5 [zh_cn] updated hb-introduction-new-devs.xml
6
7 Revision Changes Path
8 1.6 xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml?r1=1.5&r2=1.6
13
14 Index: hb-introduction-new-devs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hb-introduction-new-devs.xml 10 Mar 2008 16:40:06 -0000 1.5
21 +++ hb-introduction-new-devs.xml 10 May 2008 07:31:56 -0000 1.6
22 @@ -4,11 +4,11 @@
23
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml,v 1.5 2008/03/10 16:40:06 r0bertz Exp $ -->
27 -<!-- English CVS version: 1.11 -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/zh_cn/devrel/handbook/hb-introduction-new-devs.xml,v 1.6 2008/05/10 07:31:56 r0bertz Exp $ -->
29 +<!-- English CVS version: 1.13 -->
30 <sections>
31 -<version>1.0.3</version>
32 -<date>2007-11-01</date>
33 +<version>1.0.4</version>
34 +<date>2008-05-03</date>
35
36 <section>
37 <title>使用CVS</title>
38 @@ -119,14 +119,17 @@
39 # cd foo
40 <comment>(最好将你正在进行中的ebuild放置在CVS树之外的overlay中。)</comment>
41 # cp /path/to/foo-1.0.ebuild ./
42 -<comment>(不要忘记创建ChangeLog文件——查看echangelog的man帮助。)</comment>
43 <comment>(当建立manifest的时候,确保PORTDIR_OVERLAY设置成CVS目录。)</comment>
44 # ebuild foo-1.0.ebuild digest
45 -# cvs add foo-1.0.ebuild ChangeLog files
46 +# ${EDITOR} metadata.xml
47 +<comment>你不一定再需要files目录了。</comment>
48 +# cvs add foo-1.0.ebuild metadata.xml files
49 +<comment>(不要忘记创建ChangeLog文件——查看echangelog的man帮助。)</comment>
50 +# echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXXX."
51 </pre>
52
53 <p>
54 -记得加入包含维护者信息的metadata.xml文件。查看<uri link="?part=2&amp;chap=4">Gentoo Metadata</uri>章节以获得更多的信息。
55 +查看<uri link="?part=2&amp;chap=4">Gentoo Metadata</uri>章节以获得更多的信息。
56 </p>
57
58 <p>
59
60
61
62 --
63 gentoo-commits@l.g.o mailing list