Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-guide-ebuild-maintaining.xml
Date: Sun, 01 Jun 2008 20:58:47
Message-Id: E1K2udV-0002d9-P9@stork.gentoo.org
1 nightmorph 08/06/01 20:58:41
2
3 Modified: hb-guide-ebuild-maintaining.xml
4 Log:
5 removed redundant incorrect paragraphs by request of remi on IRC
6
7 Revision Changes Path
8 1.17 xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml?r1=1.16&r2=1.17
13
14 Index: hb-guide-ebuild-maintaining.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-guide-ebuild-maintaining.xml 30 May 2008 08:51:05 -0000 1.16
21 +++ hb-guide-ebuild-maintaining.xml 1 Jun 2008 20:58:41 -0000 1.17
22 @@ -4,11 +4,11 @@
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-guide-ebuild-maintaining.xml,v 1.16 2008/05/30 08:51:05 jer Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild-maintaining.xml,v 1.17 2008/06/01 20:58:41 nightmorph Exp $ -->
28
29 <sections>
30 -<version>1.0.4</version>
31 -<date>2007-02-28</date>
32 +<version>1.0.5</version>
33 +<date>2008-06-01</date>
34
35 <section>
36 <title>Introduction</title>
37 @@ -183,6 +183,13 @@
38 </pre>
39
40 <p>
41 +This example would transparently move <path>net-misc/fwbuilder</path> to
42 +<path>net-firewall/fwbuilder</path> if users have it installed. This
43 +way, users would now automatically receive updates
44 +for <path>net-firewall/fwbuilder</path> when they are available.
45 +</p>
46 +
47 +<p>
48 Once this step is concluded, you are allowed to remove the old package.
49 Simply issue a <c>cvs remove -Rf $PN</c> in the package category and commit
50 the changes afterwards with a meaningful commit message.
51 @@ -199,23 +206,6 @@
52 they are blank, providing you use CVS with the <c>-P</c> flag.
53 </note>
54
55 -<p>
56 -Once moved, you should add an entry to the latest file
57 -in <path>profiles/updates/</path> in the Portage tree in the
58 -following format:
59 -</p>
60 -
61 -<pre caption="Adding an entry to updates">
62 -move net-misc/fwbuilder net-firewall/fwbuilder
63 -</pre>
64 -
65 -<p>
66 -This example would transparently move <path>net-misc/fwbuilder</path> to
67 -<path>net-firewall/fwbuilder</path> if users have it installed. This
68 -way, users would now automatically receive updates
69 -for <path>net-firewall/fwbuilder</path> when they are available.
70 -</p>
71 -
72 </body>
73 </section>
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list