Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: ecopy.xml
Date: Tue, 09 Sep 2008 14:46:22
Message-Id: E1Kd4Tz-0001SV-ME@stork.gentoo.org
1 darkside 08/09/09 14:46:19
2
3 Modified: ecopy.xml
4 Log:
5 Added a "Bug Reporting" section so users know what to do with ecopy'd ebuilds.
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml?r1=1.1&r2=1.2
13
14 Index: ecopy.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- ecopy.xml 4 Sep 2008 09:07:53 -0000 1.1
21 +++ ecopy.xml 9 Sep 2008 14:46:19 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml,v 1.1 2008/09/04 09:07:53 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/ecopy.xml,v 1.2 2008/09/09 14:46:19 darkside Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/ecopy.xml" lang="en">
29 <title>Importing ebuilds in Gentoo Prefix</title>
30 @@ -126,8 +126,44 @@
31 </p>
32 </body>
33 </section><!-- }}} -->
34 -
35 - </chapter>
36 + </chapter>
37 +
38 + <chapter>
39 + <title>Bug Reporting</title>
40 + <section>
41 + <body>
42 + <p>
43 + Great, your package works...now what? The Gentoo Prefix team relies on
44 + users submitting bug reports stating if a new package works. We simply do
45 + not have the man power to get to our goal of having most of the packages
46 + in the Prefix tree without your help.
47 + </p>
48 + <p>
49 + When submitting bug reports, please follow these guidelines:
50 + </p>
51 + <ul>
52 + <li>
53 + Use the "Gentoo/Alt" Product with the "Prefix Support" component.
54 + </li>
55 + <li>
56 + Include the method of your porting efforts. Did you use ecopy, manually,
57 + etc.
58 + </li>
59 + <li>
60 + Include which changes you made *after* ecopy, preferably using a
61 + diff -u
62 + </li>
63 + <li>
64 + Include which patches you added, preferably attached uncompressed, not
65 + bundled with anything else.
66 + </li>
67 + <li>
68 + Include emerge --info
69 + </li>
70 + </ul>
71 + </body>
72 + </section>
73 + </chapter>
74
75 </guide>