Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-introduction-new-devs.xml
Date: Sat, 03 May 2008 10:21:30
Message-Id: E1JsErv-0004Xx-Rn@stork.gentoo.org
1 betelgeuse 08/05/03 10:21:27
2
3 Modified: hb-introduction-new-devs.xml
4 Log:
5 Fix the order of cvs adds and echangelog.
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?r1=1.11&r2=1.12
13
14 Index: hb-introduction-new-devs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- hb-introduction-new-devs.xml 2 Mar 2008 22:48:44 -0000 1.11
21 +++ hb-introduction-new-devs.xml 3 May 2008 10:21:27 -0000 1.12
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/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v 1.11 2008/03/02 22:48:44 betelgeuse Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v 1.12 2008/05/03 10:21:27 betelgeuse Exp $ -->
28
29 <sections>
30 <version>1.0.3</version>
31 @@ -140,16 +140,18 @@
32 # cd foo
33 <comment>(It's better to keep in-progress ebuilds in an overlay outside of your CVS tree.)</comment>
34 # cp /path/to/foo-1.0.ebuild ./
35 -<comment>[Don't forget to create a ChangeLog - see the man page for echangelog.]</comment>
36 <comment>(Make sure PORTDIR_OVERLAY is set to the CVS directory when creating manifests.)</comment>
37 # repoman manifest
38 -# cvs add foo-1.0.ebuild ChangeLog files
39 +# ${EDITOR} metadata.xml
40 +<comment>You don't necessarily need a files directory any more</comment>
41 +# cvs add foo-1.0.ebuild metadata.xml files
42 +<comment>[Don't forget to create a ChangeLog - see the man page for echangelog.]</comment>
43 +# echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXXX."
44 </pre>
45
46 <p>
47 -Remember to also add a metadata.xml file with maintainer
48 -information. See the <uri link="?part=2&amp;chap=4">Gentoo
49 -Metadata</uri> section for more information.
50 +See the <uri link="?part=2&amp;chap=4">Gentoo
51 +Metadata</uri> section for more information on metadata.xml.
52 </p>
53
54 <p>
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list