Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-advanced.xml
Date: Tue, 07 Feb 2012 20:02:32
Message-Id: 20120207191759.0CC2C2004B@flycatcher.gentoo.org
1 swift 12/02/07 19:17:59
2
3 Modified: hb-portage-advanced.xml
4 Log:
5 It is pkg_postinst, not src_postinst. Thanks to Agostino Sarubbo for noticing/notifying
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/hb-portage-advanced.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?r1=1.1&r2=1.2
13
14 Index: hb-portage-advanced.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-portage-advanced.xml 15 Jan 2012 09:55:35 -0000 1.1
21 +++ hb-portage-advanced.xml 7 Feb 2012 19:17:58 -0000 1.2
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/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.1 2012/01/15 09:55:35 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.2 2012/02/07 19:17:58 swift Exp $ -->
28
29 <sections>
30
31 @@ -15,8 +15,8 @@
32 features.
33 </abstract>
34
35 -<version>1</version>
36 -<date>2012-01-15</date>
37 +<version>2</version>
38 +<date>2012-02-07</date>
39
40 <section>
41 <title>Introduction</title>
42 @@ -121,7 +121,7 @@
43
44 <p>
45 When Portage works with ebuilds, it uses a bash environment in which it calls
46 -the various build functions (like src_prepare, src_configure, src_postinst,
47 +the various build functions (like src_prepare, src_configure, pkg_postinst,
48 etc.). But Portage also allows you to set up a bash environment yourself.
49 </p>