Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-policy-ebuild.xml
Date: Thu, 01 Nov 2007 19:54:47
Message-Id: E1Ing7e-0007Py-Vk@stork.gentoo.org
1 phreak 07/11/01 19:54:34
2
3 Modified: hb-policy-ebuild.xml
4 Log:
5 Fix #183947 on how to (and how not to) use PROVIDE.
6
7 Revision Changes Path
8 1.21 xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml?r1=1.20&r2=1.21
13
14 Index: hb-policy-ebuild.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-policy-ebuild.xml 16 Sep 2007 20:14:35 -0000 1.20
21 +++ hb-policy-ebuild.xml 1 Nov 2007 19:54:34 -0000 1.21
22 @@ -248,11 +248,9 @@
23 Now, when <c>foocron-1.0</c> is installed, the <c>virtual/cron</c> package
24 will be registered. If you didn't have any cron package installed before, this
25 would mean that any package <e>depending</e> on <c>virtual/cron</c> would have
26 -that dependency fully satisfied. Note that it is possible to specify a
27 -<c>PROVIDE</c> value for any type of package -- it need not begin with
28 -<c>virtual/</c>. However, you <e>should</e> use the <c>virtual/</c> category
29 -unless you are using the <c>PROVIDE</c> functionality to handle packages that
30 -have been renamed.
31 +that dependency fully satisfied. Note that it is adviced to only specify a
32 +<c>PROVIDE</c> value for packages actually starting with <c>virtual/</c>.
33 +Please don't use this to rename packages.
34 </p>
35
36 <p>
37
38
39
40 --
41 gentoo-commits@g.o mailing list