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 20:16:15
Message-Id: E1IngSX-0007sT-S2@stork.gentoo.org
1 phreak 07/11/01 20:16:09
2
3 Modified: hb-policy-ebuild.xml
4 Log:
5 Document the *proper* use of PROVIDE (#183947).
6
7 Revision Changes Path
8 1.23 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.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-policy-ebuild.xml?rev=1.23&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.22&r2=1.23
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.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- hb-policy-ebuild.xml 1 Nov 2007 19:55:45 -0000 1.22
21 +++ hb-policy-ebuild.xml 1 Nov 2007 20:16:09 -0000 1.23
22 @@ -247,10 +247,11 @@
23 <p>
24 Now, when <c>foocron-1.0</c> is installed, the <c>virtual/cron</c> package
25 will be registered. If you didn't have any cron package installed before, this
26 -would mean that any package <e>depending</e> on <c>virtual/cron</c> would have
27 +would mean that any package <e>DEPEND</e>ing on <c>virtual/cron</c> would have
28 that dependency fully satisfied. Note that it is advised to only specify a
29 -<c>PROVIDE</c> value for packages actually starting with <c>virtual/</c>.
30 -Please don't use this to rename packages.
31 +<c>PROVIDE</c> value for defined virtuals (see <path>/etc/make.profile/virtuals</path>).
32 +Also please note that (a) <c>PROVIDE</c> isn't to handle renaming of packages
33 +and (b) don't use it with new style virtuals.
34 </p>
35
36 <p>
37
38
39
40 --
41 gentoo-commits@g.o mailing list